Florian Hülsmann
Florian Hülsmann
I'm quite new to the CCN area and I'm wondering if this is still the recommended tool to simulate container-based CCN. 1. ccnx.org now points to https://wiki.fd.io/view/Cicn 2. Therefore also...
I noticed a similar regression as #108, one test using react-testing-library (→ jsdom) started failing with ``` SyntaxError: ':focus-visible' is not a valid selector at emit (node_modules/nwsapi/src/nwsapi.js:557:17) at compileSelector (node_modules/nwsapi/src/nwsapi.js:1288:11)...
Your project ended up on our [Arch Linux Pro-Audio packaging Wishlist](https://github.com/osam-cologne/archlinux-proaudio/issues/3). Ideally for packaging, we would like to use a stable release with a version number and, if possible, a...
## Bug description ts-to-zod v3.0.0 generates a Zod schema that fails type verification with this error: ``` 2339: Property 'shape' does not exist on type 'ZodType'. ``` Looking into the...
In order to get packaged for Arch Linux, the repo should use git tags for release versions. Having release versions for audio plugins is in general a good idea as...
The peer-dependency `prom-client` recently released version 15.0.0, however when installing that I get ``` npm ERR! Could not resolve dependency: npm ERR! peer prom-client@"^12.0.0 || ^13.0.0 || ^14.0.0" from @bmatei/[email protected]...
clap-host 1.0.2 on Linux + PipeWire (jack/alsa/pulse) doesn't provide any way to connect audio inputs, only outputs are created. This is fine for synthesizer/instrument plugins but not for effects. Couldn't...
On Arch Linux, the [clap package](https://archlinux.org/packages/community/any/clap/) installs headers, pkg-config and cmake module files globally so in theory it could be found by cmake. Right now however clap-host's CMakeLists.txt depends on...
- updates will need to bump the `_commit` - Not sure if it makes sense at all to include a `pkgver()`
Currently we have to manually keep the `nvchecker/old_ver.json` up to date with the current package versions. That step could be eliminated by generating that json from the package sources in...