Bilge

Results 188 issues of Bilge

At the moment we can only specify custom parameters in the XML config. I propose we also allow specifying the same on the command line. Of course, the naive solution...

type/enhancement

If some characters are highlighted and then changed, the (live) output becomes corrupted, containing two states at once: the transitory state it would have been in if the character was...

### Description All modern browsers have [supported](https://caniuse.com/css-nth-child-of) `:nth-child(foo of bar)` selectors for over a year [[Specification](https://drafts.csswg.org/selectors/#the-nth-child-pseudo)]. Would be useful to have this in CssSelector also. ### Example _No response_

Feature
CssSelector

[RESP3](https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md) supports [pub/sub](https://redis.io/docs/latest/develop/interact/pubsub/) on a single connection, instead of having to open a separate connection to receive messages.

feature request

Add explicit support for [transactions](https://redis.io/docs/latest/develop/interact/transactions/).

feature request

The workflow dispatch trigger allows manually running the workflow from the web UI.

We are limited to a very specific subset of languages and scripts as error handlers but I expected we could use any existing script here. I expect the limitation is...

### Describe the bug Setting `WORKER_TAGS` appears to have no effect for the native worker ### To reproduce ```yaml windmill-worker-native: image: 'ghcr.io/windmill-labs/windmill:main' environment: - MODE=worker - WORKER_GROUP=native - NUM_WORKERS=3 -...

bug

### Describe the bug It seems Docker cannot mount a file from an overlayfs source. ### To reproduce ```sh docker run --interactive --rm --mount type=bind,source="$PWD"/myfile,target=/myfile some_image ls -lah /myfile ```...

bug

![image](https://github.com/user-attachments/assets/2669574c-b92e-4e81-9b8c-c38704a02b6c) This dialog should have a _save and continue_ option. As it is, we have to cancel to back out of the dialog, manually save draft and then attempt to...