j0e1
j0e1
  Its random, almost alternating
``` Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@open-wa/wa-automate' imported from /home/pwolian/Documents/whatsapp-bot/dist/structures/WhatsappBot.js at new NodeError (node:internal/errors:388:5) at packageResolve (node:internal/modules/esm/resolve:910:9) at moduleResolve (node:internal/modules/esm/resolve:959:20) at defaultResolve (node:internal/modules/esm/resolve:1174:11) at ESMLoader.resolve (node:internal/modules/esm/loader:605:30) at ESMLoader.getModuleJob (node:internal/modules/esm/loader:318:18) at...
using latest extension version. When connecting to registry, get the message "fetch failed"  im able to pull using CLI  EDIT: the extension works properly with the previous version(1.28)....
**What happened**: binary not found [cmd] /root/.nh/bin/nhctl sync-status stderr:/bin/sh: 1: /root/.nh/bin/nhctl: not found **What you expected to happen**: binary should be there in .nh/bin **How to reproduce it (as minimally...
Full logs: 2024-04-08 23:21:29.800 [error] Error: Illegal argument: character must be non-negative at p (/root/.vscode-server/cli/servers/Stable-5c3e652f63e798a5ac2f31ffd0d863669328dc4c/server/out/vs/workbench/api/node/extensionHostProcess.js:10:1029) at new g (/root/.vscode-server/cli/servers/Stable-5c3e652f63e798a5ac2f31ffd0d863669328dc4c/server/out/vs/workbench/api/node/extensionHostProcess.js:152:4728) at L1 (/root/.vscode-server/extensions/tim-koehler.helm-intellisense-0.14.3/out/extension.js:53:394) at mi (/root/.vscode-server/extensions/tim-koehler.helm-intellisense-0.14.3/out/extension.js:51:10299) at /root/.vscode-server/extensions/tim-koehler.helm-intellisense-0.14.3/out/extension.js:53:3883 at d.h (/root/.vscode-server/cli/servers/Stable-5c3e652f63e798a5ac2f31ffd0d863669328dc4c/server/out/vs/workbench/api/node/extensionHostProcess.js:154:186874)...
 I'm only able to send a json message or multiple json messages using the extension's producer. Is it possible to set headers for my messages or set key to...
I was expecting something like "Find in Project and libraries" in Goland. Please close this issue if this is outside the scope of the extension.
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...
``` package main import ( "context" "log" "github.com/go-pg/pg/v10" "github.com/go-pg/pg/v10/orm" ) type TestStruct struct { Foo string `pg:"bar"` Bar string `pg:"-"` } func main() { db := pg.Connect(&pg.Options{ Addr: "localhost:30892", User:...
## Description Describe the issue that you're seeing. **Crash Report** ```toml name = "rover" operating_system = "unix:Ubuntu" crate_version = "0.14.1" explanation = """ Panic occurred in file 'src/utils/telemetry.rs' at line...