Aldo Román
Aldo Román
Hi guys, here there is the PR for Brotli support. It is working without problems on my setup. I couldn't include an opt-in option for the feature. Here is a...
@colinhacks While this is useful for most projects, it is needed to have a way to override this. For instance, MedusaJS project requires node_modules in its own directory
Hello team. Downgrading to 1.17 is also not possible for my use case. We need to send emails when an order is placed. 1.17.4 has a bug where `promiseAll` util...
@denisfelst @damienmutt This cannot be a configuration issue, as the error is shown when validating the subscriber inside a _loader_ validator. Subscribers using loaders was introduced in 1.18 (as a...
@ggerganov When running whisper.cpp, I get the speaker information only on the stdout result (I think it is VTT format), but the output JSON file does not include this. Is...
@Night1 Did you get it working finally? Is DNS lookup on IPv6 still not supported by Cloudflare? For context, I tried: ```sh cloudflared proxy-dns --address :: --port 5053 --upstream https://1.1.1.1/dns-query...
As a quick fix for me, I modified "Preferences | Editor | Color Scheme | Language Defaults" -> Instance field foreground color. From `#680E7D` to `#820E96`. It is almost same...
Hi @kristoferbaxter any update on this? How can I include `node_modules` dependencies? Thanks! EDIT: so, I went ahead and submitted a PR to fix this
For anyone wondering why does didn't work, the `.astro` files are now processable, but not read by default. Create `sanity-typegen.json` ```json { "path": "src/**/*.{ts,astro}", } ```
@franciscao633 The problem with this approach is that when the client logs into Umami, they see "You do not have any websites configured", as it loads its user dashboard. They...