Niklas Korz
Niklas Korz
## Description When a model contains a field with a case-sensitive enum type name, querying the table crashes because the type name is not enquoted in the `CAST`. ## Steps...
1. Generate outputs for all systems through flake-utils (x86_64 and aarch64 linux and darwin) 2. Add Carbon framework as build input on darwin, required by https://github.com/gpac/gpac/blob/d5dd620add58df9546d58211975943434364c060/applications/gpac/carbon_hook.c#L27 3. Make some build...
Currently, you don't set any foreground color for text. So in my case, the text color stays white, which is basically unreadable in this case. Perhaps add something like #333...
Fixes #17 Starting with Nix 2.19 (released November 2023), [leading dots are not allowed in store paths anymore](https://github.com/NixOS/nix/pull/9095). While @edef1c stated in her PR that "it's unlikely anyone is relying...
As of Nix 2.19, leading dots are not allowed in store path names: https://github.com/NixOS/nix/pull/9095 This cause issues with the pnp loader: ``` error: store path 'vpl7h5psym1p892kk0k1xagwn48490ja-.pnp.loader.mjs' starts with illegal character...
When using `yarn` inside a build script, e.g. ``` "testb@workspace:packages/testb" = { build = '' yarn build # defined in package.json as `node build.js` ''; }; ``` The following error...
Trying to set up yarnpnp2nix in https://github.com/niklaskorz/puredit/tree/yarnpnp2nix. There, building `nix build .#example` leads to the following error: ``` error: hash mismatch in fixed-output derivation '/nix/store/lrn7xkr2d0d0ikkiix534zqgs54274v0-node-gyp-9.3.1-43540bab9c.drv': specified: sha512-Rq/Fv8Ya1YML4urA/z6/BEmHhMBTqGFKD+1P/u7f4RuqEUiulhyyMkylVqHPp7mlBRobRZEwiPosvDZDo7qSVw== got: sha512-050SzpW2p/TcC3FmCzOVwPGmRUxVQXTdylIroIB2yJ3Q9Z6TXiiKOeSZvIWwfQtsNrCKd2eRvyShZPxSiGiNGg== error:...
Log: ```sh ➜ go get github.com/xlab/libvpx-go/vpx go: finding github.com/xlab/libvpx-go/vpx latest go: finding github.com/xlab/libvpx-go latest # github.com/xlab/libvpx-go/vpx ../../golang/pkg/mod/github.com/xlab/[email protected]/vpx/const.go:202:36: could not determine kind of name for C.VPX_IMG_FMT_444A ../../golang/pkg/mod/github.com/xlab/[email protected]/vpx/const.go:191:36: could not determine kind...
Maybe I just misunderstand how to use the resulting `yarn-project.nix`, but from what I see it only generates a single derivation for the root package.json, instead of one derivation per...
## PR Info - Closes https://github.com/SeaQL/sea-query/issues/725 - Dependencies: - https://github.com/SeaQL/sea-query/pull/789 ## Bug Fixes - [x] Filtering on enum fields whose type name was declared case sensitive no longer crashes ##...