Yui
Yui
DDeno
Created by Yui on 9/18/2024 in #help
Decorators are not valid here.deno-ts(1206)
nvm found it
"compilerOptions": {
"experimentalDecorators": true
}
"compilerOptions": {
"experimentalDecorators": true
}
2 replies
DDeno
Created by Yui on 6/29/2023 in #help
deno autocomplete importing npm module from file
Awesome
3 replies
DDeno
Created by Yui on 5/3/2023 in #help
weird error with npm import
2 replies
DDeno
Created by Yui on 1/29/2023 in #help
Any way to catch error coming from inside npm compat?
Problem is that I should be able to just catch the error and tell client to try reconnecting in 5 seconds or something.
6 replies
DDeno
Created by Yui on 1/29/2023 in #help
Any way to catch error coming from inside npm compat?
Basically when the socket server restarts this is expected to happen on the client.
6 replies
DDeno
Created by Yui on 1/29/2023 in #help
Any way to catch error coming from inside npm compat?
The error makes sense. Not being able to catch it is the problem.
6 replies
DDeno
Created by Yui on 1/29/2023 in #help
Any way to catch error coming from inside npm compat?
Sure, will make an example I get home. It is a server and client connection over unix socket using https://github.com/timotejroiko/net-ipc .
6 replies
DDeno
Created by Yui on 1/29/2023 in #help
Override npm import dep with import maps?
12 replies
DDeno
Created by Yui on 1/29/2023 in #help
Override npm import dep with import maps?
you can do that?
12 replies