GithubHelp home page GithubHelp logo

Comments (8)

wperron avatar wperron commented on September 3, 2024

We can probably just change the line printed to the console to say localhost instead of 0.0.0.0 as that also works on Linux and MacOS, and I suspect is what most people will use anyway.

from deployctl.

nhrones avatar nhrones commented on September 3, 2024

This is something I could tackle. I don't have much experience with git. How can I learn to contribute?

from deployctl.

nhrones avatar nhrones commented on September 3, 2024

Also, Deno ... new URL() has a major issue at least on Win10. Where should I report this?

from deployctl.

satyarohith avatar satyarohith commented on September 3, 2024

This is something I could tackle. I don't have much experience with git. How can I learn to contribute?

This can help you: https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github

from deployctl.

wperron avatar wperron commented on September 3, 2024

Hi @nhrones thanks for your interest! If Git and Github are pretty new to you, I recommend GitHub's learning material it's pretty good and covers a lot of ground. If you have specific issues, don't hesitate to contact me directly, I'm always happy to help.

As for the new URL() issue, that would probably go on the denoland/deno repo, though it might be a good idea to bring it up on the Discord server first

from deployctl.

nhrones avatar nhrones commented on September 3, 2024

in Chrome-v8 ...

<script>
    	console.log(new URL("c:/docs", "file:///"))
</script>

returns file:///C:/docs

in Deno ...

	console.log(new URL("c:/docs", "file:///"))

returns c:/docs

This was a big issue in trying to run deployCtl on win 10
If Deno URL not browser compat? I can see this creating many ;Deno-Windows; Issues!

from deployctl.

nhrones avatar nhrones commented on September 3, 2024

Read docs ... watch videos ... still couldn't create a new pull request. Getting to old(73) I guess. Wish I could contribute.

from deployctl.

wperron avatar wperron commented on September 3, 2024

Read docs ... watch videos ... still couldn't create a new pull request. Getting to old(73) I guess. Wish I could contribute.

You'll need to fork the repository and push your changes to your fork first. We can take this offline if you prefer, that way we don't spam the issue with comments. Feel free to email me at [email protected]

from deployctl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.