David Wolf

Results 61 comments of David Wolf

Thanks making filtering possible @erictt Wondering if there is a way to do the following with the current filter implementation? ```ts const excludedIds = [1, 2, 3]; // The IDs...

@disbelief you can not compare `uuid` and `text` types in postgres directly, would need to typecast the uuid to text for the comparison to work: ```sql user_id::text = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11' ```...

```python from bark import preload_models preload_models(use_gpu=False) ```

This would be a great thing especially in monorepos to avoid the integration in all apps/packages with links to the root .env.vault Instead, we could run app/package scripts directly from...

Hey @shockerli Thanks for your answer I can confirm that this perm is granted before app start up, but nevertheless etcq asks for it on every launch ![Screenshot 2023-09-26 at...

Yep that works fine - and i can confirm that the connection and the whole apps works great - also the config file is filled like it should It's just...

Gotcha, thanks for clarification, will keep this open - I guess we can close this when you eventually roll out a mechanisms to avoid prompting on each launch

Hey @KazookiTV As soon as Firefox adopts [manifest version 3](https://developer.chrome.com/docs/extensions/mv3/intro/), the extension should be compatible with Firefox as well.

@addytheyoung and me are working together on this We are running this on 2 different machines, one is a lambdalabs h100 and one is a runpod rtx 4090 The env...

> @devidw Have you tried to match the CUDA driver version as well? Have you tried the docker version? Yeah, so both GPUs are using cuda 12.x By docker version,...