zakstucke

Results 24 issues of zakstucke

As mentioned in #144 , I just hit the need to ignore the cache headers coming in from the 3rd party. Simple optional param to ignore.

- [ ] Check if updating to the latest Preact version resolves the issue **Describe the bug** Our dashboard starts fails when upgrading from 18.1 to 18.2. Looks like suspense...

- [ ] Check if updating to the latest Preact version resolves the issue **Describe the bug** Love the project! Migration from React was _almost_ seamless. Immutable `VNodes`/`JSX`/`ReactNode` seem to...

Amazing library! I'm currently creating `apalis::redis::RedisStorage` like so: ```rust let storage = apalis::redis::RedisStorage::new_with_config( apalis::redis::connect(redis_url).await.unwrap(), redis_config, ); ``` But, in my current app I use `deadpool_redis` to manage connections for all...

### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...

feature request
unconfirmed

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When nesting generic models, unless the inner model's type is also concretely typed the outer validation...

question
generic

As mentioned in #21: Current usecase: - Running multiple processes from a single docker instance, e.g. a webserver + background task processor. - I used to do this using GNU...

Love the look of the library. Looking to replace GNU-parallel with this, but seems like `--ungroup` isn't an option. In my case, I *do* want output interleaving as I'm running...

I don't think this was the case in prior versions, or at least I didn't notice it. When long pressing keys, matching bindings fire their callbacks 10s of times a...

Great library! As far as I can tell you only have access to column/cell values in custom cell renderers. This becomes painful when e.g: - Custom action cell for row...

enhancement