denoland
Here are 234 public repositories matching this topic...
-
Updated
Jun 30, 2022 - TypeScript
-
Updated
Jun 7, 2022 - TypeScript
Create a logo
Now that Pogo's APIs are stable and we're getting more users, I think it would be nice to add some "fit and finish" in the form of a logo.
Anyone have logo ideas or want to try making one?
Here's some inspiration from my favorite ideas:
- Kid on a pogo stick
- [Ox with a beard](https://www.travel4wildlife.com/wp-
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Oct 15, 2020 - TypeScript
Issue Type
- Bug Report
- Feature Request
- Other
Expected
Denox could run a denox option to create a better shorthand command.
The "run" word could be preserved. as optional
denox startdenox run startActual
denox run staNothing here yet.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes
TODO:
- generators / iterators
-
extends, sub-classing, mix-ins -
super, super-classing, species - field declarations, public / private
-
Updated
Jun 10, 2021 - JavaScript
Deno has with 1.18.0 implemented native support for network intefaces. This now makes deno-local-ip obsolete.
More here and how to use it: denoland/deno#13475
-
Updated
May 29, 2022 - TypeScript
-
Updated
Aug 8, 2020 - Dockerfile
-
Updated
Jun 9, 2020 - TypeScript
In Jozty/Fae#71, we had added lint to Deno config. To pass the CI/CD for sometime, we had added some of the rules to lint-exclude. We need to remove those one by one. In this issue, we will removing ban-types lint rule from the lint-exclude option.
-
Updated
Oct 15, 2020 - TypeScript
Responses from Google APIs return "�" instead of characters with accents. We need to fix that by encoding strings correctly
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Mar 30, 2022 - TypeScript
-
Updated
Nov 20, 2021 - TypeScript
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Mar 4, 2022 - Rust
-
Updated
Jul 17, 2021 - TypeScript
Improve this page
Add a description, image, and links to the denoland topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the denoland topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The seed files are currently run without any set order (if any it is alphabetical). We should add a property to the migration files which tells Nessie in which order the files should be run and if there are any dependencies/priorities.
As far as my imagination goes, we could do it the following ways, but feel free to chime