DreamTexX
DreamTexX
## Failing module - **npm**: https://www.npmjs.com/package/ts-node ```js import { } from "https://cdn.esm.sh/v58/[email protected]"; ``` ## Error message After running `deno run` I get this: ``` Download https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=repl&importer=ts-node Check file:///home/***/test/main.ts error: Import...
Is it possible to customize the not found error handler? Or an error handler in generell?
After the nightly backups (custom script), z-push cannot connect to IMAP, so I cannot authenticate through exchange. Only deleting the account and setting it up again on my phone fixes...
~~Hey, I have tried to add s3 backup to my miab instance, but every time I try to create a backup, I get `[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)` this...
Hey, how did you get wireguard working in a rootless setup? I just got permission denied when it's trying to set up the interface. I use the same compose config...
`r.get_all` does not seem to support compound indexes. Example Code: ```rust r.table("users").get_all(r.args(( [id, team_id], get_all::Options::default().index("compound_user_team"), ))) ``` ("compound_user_team" is an created index for the fields "id" and "team_id") Returns no...
``` error[E0425]: cannot find function `spawn` in crate `tokio` --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/stream-body-0.1.1/src/body.rs:104:16 | 104 | tokio::spawn(async move { | ^^^^^ not found in `tokio` | help: consider importing this function |...