Willie Möller

Results 31 issues of Willie Möller

It would be useful to be able to specify an SQL function for postgres-websockets, that will be executed when a WebSocket client connects or disconnects. The function will receive the...

enhancement

It will be helpful to have a GLOW_CONFIG environment variable to set the glow config file: ```bash > GLOW_CONFIG=/path/to/glow.yml glow ```

enhancement

**Describe the bug** Trying to launch gitui inside a sparse checkout produces the following message: ```bash invalid path please run gitui inside of a non-bare git repository ``` **To Reproduce**...

feature-request

#### Proposal Add a --pacer none flag to completely disable rate limiting. This flag could also provide future expansion opportunity to select a specific pacer, e.g. linear, constant, etc. ####...

### Description Consider a monorepo with multiple projects (e.g. `proja` and `projb`), each project with its own `.cz.toml` file. Commits are scoped according to project, e.g: ```bash fix(proja): some fix...

type: feature

It would be very helpful for Nix-based environments (or for reproducible builds in general) to specify an exact version of postgres to use during the `cargo pgx init` phase. I...

good first issue

Postgres has support for [extension variables](https://www.postgresql.org/docs/current/runtime-config-custom.html): > This feature was designed to allow parameters not normally known to PostgreSQL to be added by add-on modules (such as procedural languages). This...

good first issue

First of all, thanks for this project! The following is a working example that uses `nix-shell` to run `scriptisto` as interpreter. `nix-shell` will install all the dependencies required to run...

First off: Thank you for your efforts and contributing this project to the community. Long lines of code are currently not wrapped, creating images that are very wide and hard...

enhancement

I get the following result after downloading and extracting https://github.com/ph4r5h4d/wait4it/releases/download/v11.1.4/wait4it-v11.1.4-linux-amd64.tar.gz: ``` > ./wait4it Error determining list of magefiles: failed to list non-mage gofiles: exit status 1: go: cannot find main...