adoublef
Explore posts from serversDistroless Docker image fails with `libc.so: cannot open shared object file: No such file`
Libsql is an npm module correct. I will try the Debian package but would prefer the build on top of a distroless image. I will also check with the libsql maintainers as the node application seemed to build just fine, it's just the deno one with the complications
4 replies
Does calling `bundle` inside a handler make sense?
@lucacasonato the one from
deno_emit
https://github.com/denoland/deno_emit/blob/main/js/README.md#bundle
I did move it out the handler which allowed it to be ran once, but wasn't sure what the internal cache
options are supposed to enable4 replies
denodrivers/sqlite and deno-sqlit behave different with multiple `?` args
From the above its clear that the
?
is overidden and therefore only one of them get's returned.
I am not sure if this is something that could be tackled or if it's even necessary as it isn't exactly a meanigful statement3 replies