Alex

Results 50 comments of Alex

Despite the PR above, I'm still experiencing this. I was wondering if there are ways to mitigate it until the solution is found. I've been thinking about the workshop layouts....

> @AnasR7 sorry, I don't understand! Are you asking to reopen this? Hi, it would be awesome if you could use custom sounds for break/pomodoro start/end. Honestly, available sounds just...

> This issue has not received any updates in 90 days. Please comment, if this still relevant! A strange practice, but yes, relevant.

For information, this is now easier with `bun patch`. However, I don't see this problem currently, after `bun i -f`. https://github.com/oven-sh/bun/issues/13076#issuecomment-2451515462 > **Replace those files:** > > > the css-tree@[version]...

As a workaround, I just use a template of a bottle created with many common dependencies installed. Not creating additional bottles if you can is also preferable to avoid this...

> Just for the record, you can now declare abbreviations with the '--position anywhere' flag and expand everywhere. Uhm, what do you mean "you can"? ``` Error: nu::shell::external_command × External...

> So, is there any planned release window? Thanks for notifying everyone with this already stated question.

That's great. You probably mean these patches? - https://github.com/GrapheneOS/Vanadium/blob/main/patches/0168-add-support-for-german-specific-language-content-fil.patch - https://github.com/GrapheneOS/Vanadium/blob/main/patches/0136-filter-lists-Helper-script-for-fetching-content-filt.patch It would be nice to have other EasyList's regional filters. Could it be done without adding additional patch for...

> > It would be nice to have other EasyList's regional filters. Could it be done without adding additional patch for every language? > > Not really but it can...

@Rednas83 Looking back at this now, I suspect it may be solved with CSS variables. Set `stroke="var(--stroke)"` `fill="var(--fill)"`, then update the variables. Simpler than regex.