adoublef
Explore posts from serversworkspace import
I have a vsc root-level settings.json file
I want to be able to use the following inside of the deno projects inside the directory
but I am getting the following
Relative import path "$std/assert/mod.ts" not prefixed with / or ./ or ../deno(import-prefix-missing)
4 replies
Distroless Docker image fails with `libc.so: cannot open shared object file: No such file`
I am building a 1:1 with a Node project using the same base for a docker image
distroless/cc
. Both projects use the same external dependency pulled from npm
called libsql
however the Deno project seems to fail with the following error
I am unsure where to direct this issue as I can see that the container does include a file under /lib/x86_64-linux-gnu
directory.
Here is my current dockerfile
Any suggestions?4 replies
Deploy says Worker not defined for ESBuild (wasm.js)
@Deno AI Helper I am having trouble understanding how to get the esbuilder to work on Deno Deploy, using
write: false
here is what my conifg looks like currently
The error seems to suggest that the Worker is not defined
even though I am using the wasm version of [email protected]
9 replies
Does calling `bundle` inside a handler make sense?
hey all I wanted to understand if this is smart to do. I am using the
cacheRoot
option and wanted to know if that affects the way the code is executed here. As its being called inside a handler I am unsure if this is going to compile everytime or does the cacheRoot
option speed that up?
4 replies
denodrivers/sqlite and deno-sqlit behave different with multiple `?` args
I wanted to understand why these return different results
If I replace the
denodrivers
prepare statement to use named args I get correctly two values so unsure which method is needed to be called to get both to behave consistently3 replies