Nano Miratus

Results 88 comments of Nano Miratus

Is or could there be sensitive information in my log file? Ready to share mine as well, although it is almost 5GBs big...

While researching another thing today, incidentally I once again stumbled upon https://choosealicense.com/, which recommends several [non-software licenses](https://choosealicense.com/non-software/). It may be worth looking at how for example [npm](https://docs.npmjs.com/policies/trademark) or the [OpenJS...

Sorry for referencing that site again (😂) but not choosing a license at all [doesn't seem like a good idea](https://choosealicense.com/no-permission/). Ultimately it's the decision of you guys but leaving it...

[I don't think you need macOS to publish to Homebrew](https://federicoterzi.com/blog/how-to-publish-your-rust-project-on-homebrew/).

While writing the comment above, I wondered if my implementation is even more naive than I thought, because `Deno.readTextFile` could potentially throw if `egg.json` is not found. As far as...

The default indent is now `" ".repeat(2)` (two spaces) like before, and `writeConfig` now uses `exists` to check for an already existing config file. If one exists, it will detect...

Does anyone know of an alternative for MacOS? :/

To avoid having to add pragmas to all my files again, a workaround I'm using right now is to add the pragma to every relevant file dynamically with the GitHub...

Sorry for my post and delete before, I reread the OP and felt like my comment was repetitive. Since I'm already here, a simple workaround (I'm currently using successfully) for...

Please reopen this, calling the handler directly becomes somewhat bad DX once dynamic routing is introduced, in my opinion. Considering the handler at `routes/api/projects/[slug].js` looks like this: ```js const handler...