David Davidović
David Davidović
Adds a `GonvimFuzzyCmd` command which takes a user-provided shell command and uses its output as the list of files for fuzzy searching. This is useful in git repositories with a...
I'm not sure if this is a real issue, but when I look at this module I cannot do so with a straight face. "Picka" is "cunt" in Serbian, Macedonian,...
Hey all, I'm writing a 'hacking challenge' webapp, i.e. a site which is intentionally vulnerable to some attack. This webapp has two databases: the first one is privileged, where I...
When using regular observables, the documentation suggests that `toJS()` at the `observer` level can be used to keep child components MobX-agnostic. However, when using custom atoms `toJS()` has no effect,...
## Bug report **Describe the bug** In [`webpsave.c`](https://github.com/libvips/libvips/blob/159e8bea25fbc70316e32cd36add0b7c899568b7/libvips/foreign/webpsave.c#L608C1-L614C1): ```cpp if (webp->lossless) webp->config.quality = webp->Q; if (webp->near_lossless) webp->config.near_lossless = webp->Q; ``` i.e., `near_lossless` is a boolean flag in libvips, but an...
Due to the way `_mdf` (modified) flags are checked in `SVGElementsRenderer.renderGradient()`, it's possible that the `fx` and `fy` components of a radial gradient, defining its "inner" circle (used for highlights...
### Describe the bug The Vite development server's HMR process crashes when an asset file (e.g., an SVG imported using ?url) is deleted, if Tailwind CSS v4 is integrated using...
**What version of Tailwind CSS are you using?** tailwindcss v4.1.1, @tailwindcss/vite v4.1.1 **What build tool (or framework if it abstracts the build tool) are you using?** Vite v6.2.5 **What version...
Analogously to drop shadows in #2548, allow blurs to be applied to composition and image layers using the new `OffscreenLayer`. Rename `applyShadowToLayers` to `applyEffectsToLayers` and use it for both of...