Results 11 issues of Rahim

I am not sure if this is deliberate or not, but I cannot run run the `pqsl` command. I get a `bash command not found` error. I have also tried...

### Version 1.14.0 ### What happened? Reading the docs [here](https://docs.sqlc.dev/en/stable/reference/config.html#per-column-type-overrides) that its possible to override column type. For an in-built type like `time.Time` using the following configuration: ```json { "db_type":...

bug
:books: mysql
:wrench: golang
:computer: linux

Seems to fail when used in a npm workspace. ![wasmPack error](https://user-images.githubusercontent.com/34522491/168929136-9d7ff0db-603a-4a2f-bc46-22f54312a4a8.png) > details of the error as it is expecting the package the projects `node_module` directory which is not possible...

**Describe what happened:** **What was your system configuration?** *Product and Version* [VS/VSCode]*: Visual Studio Code *OS Version*[macOS/Windows]*: WSL2 (Debian) via Windows 11 *Live Share Extension Version*: v1.0.5690 *Target Platform or...

I created a simple subcommand for setting environment variables from the CLI tool. There are a fair different ways that variables can be added but I've chosen one for now....

### Observed behavior I am failing to get a JetStream Cluster running with an embedded nats-server. The error I get when creating a KV Store is `context deadline exceeded` thus...

stale
defect

### Proposed change As a user I want to be able to made HTTP Range Requests to the server for [large byte data](https://github.com/nats-io/nats.go/blob/main/object.go#L218) that is persisted in the NATS object...

proposal

Working on a pet project, exploring distributed systems & LiteFS. I'm hoping that someone may be able to weigh in on this with a potential solution. If I wanted to...

I have an issue [open](https://github.com/azurystudio/cheetah/issues/133) on their page already, but I wanted to to add here too as I am trying to figure how what may be causing the callback...

I wanted to learn how to setup `esbuild` within Deno Deploy. I have tried the example as stated in the README but I keep getting the following errors ``` ReferenceError:...