Kristóf Marussy
Kristóf Marussy
I don't know whether there's an elegant way to do this and handle the dependency between DSPFilters and DSPFiltersDemo. In the case of the already existing IDE project filtes, the...
Sorry, I had to study for some exams. But fiinally I had time to fix this issue. :) Please look at this pull request: https://github.com/vinniefalco/DSPFilters/pull/8
Hi! Thanks for the reply! As for the feature request form, I didn't think the environment was any relevant, but I'm on - Arch Linux (although other developers on the...
@krzysztofsroga How did you manage to make the scrolling actually hires? I am also using bluetooth, added the config file to `hwdb.d`, but I can only manage to get one...
@krzysztofsroga Yeah, since Linux 5.5, I have to run with `hires: true`, otherwise scrolling is incredibly slow. Before 5.5., `hires: true` was incredibly fast, and `hires: false` was normal. Despite...
Ah yeah, it seems libinput and sway may still lack the required patches: https://github.com/swaywm/wlroots/pull/1628
So, basically, updates to shared state must be urgent (not in `useTransition`), and components must depend on the store immediately (not in `useDeferredValue`), otherwise tearing will occur temporarily when components...
Quite a hacky solution, but I just wrote ```javascript import { readFile, writeFile } from 'node:fs/promises'; import fg from 'fast-glob'; import { minify } from 'html-minifier-terser'; import { green }...
Thanks for this! I'm current using this for my visualization using [yarn](https://yarnpkg.com/configuration/manifest/#resolutions) and ``` { "resolutions": { "d3-zoom@npm:^3.0.0": "[email protected]:d3/d3-zoom.git#commit=3afbe2ae2dfb3129231c5567db56dafb2d6a56a6" } } ``` in my `package.json`.
Workspace assignments in `sway` seem to be cumulative, i.e., if you have assigned a workspace to (or created a workspace on) a certain output, subsequent assignments only take effect if...