Denys
Denys
As a workaround I can use `onError {}`. But I kinda expect that in development mode server errors should be printed to the console. Is this by design?
Hi. I've decided to try D and having very unpleasant experience from the start. 😅 I'm using VSCode with installed `webfreak.code-d v0.23.2` extension. It's downloading `serve-d` automatically but when `serve-d`...
Might be dupe for #15717
It's interesting! Libsql totally works! ``` $ deno eval "import Database from 'npm:libsql'; const db = new Database(':memory:'); console.log('Wow!')" Wow! ```
Thanks for the explanation! I dunno how important part of the ecosystem is `better-sqlite3` but `libsql` is quite awesome. Feel free to close this issue as "wan't fix".
I would love to grab `internal/**` package. I have fixes for it. @stgraber , would you prefer me to publish them as: - one PR with multiple commits (for sub-packages)...
> One PR per package with sub-commits in there to separate the automatic fixes (`golangci-lint run --fix`) and then one commit per type of fixes being manually made after that....
Is it possible to donate to fund work on this issue somehow? It would be awesome. Thanks for your awesome work btw.
> [@dector](https://github.com/dector) yes, please, and thank you! > > https://opencollective.com/tinygo Awesome. I will use it. But as I understand - that's generic contribution to the project. I was wondering if...