Aaron Wooseok Lee

Results 22 comments of Aaron Wooseok Lee
trafficstars

@dcj9 which code makes you reach that error message?

Thx for letting me know :) I'll fix it ASAP

version conflicts were solved, but the third party dependencies still require to solve - [ ] denomander (CLI)

try and catch them ```ts try { const db = await connect({}); } catch (error) { console.log(error, "skip the connection") } const app = new App() .... ```

Hi, I've tested the global Deno error issue. Here is a [solution](https://github.com/aaronwlee/Attain/blob/master/howto/autorecovery.md) but this is not a perfect one. it just a temporary solution that automatically restarts the server after...

I couldn't find that yet... even if they have, I need documentation for proper use cases and usages.

If you really need it for now, then I recommend using the Kubernetes

As far as I know, deno doesn't have the stream yet. I'm also looking for how to upload the file... If you found the way, please let me know too.

Hi, @dev-newman, @jschrbr I've been tried to implement this subscription function for a while, but I failed due to the technical issues. Deno std library is not fully compatible with...

Hi @Pitazzo, I have a plan but yet to decide when I get to start it. :) If you want to contribute to the file upload system, that'd be really...