jaen
jaen
My use case is being able to run `bundle install` in the shell for projects using Ruby gems with native dependencies that need to be compiled with gcc (say, libxml...
Hello, On behalf of Prismic, I come bearing this PR adding support for the new rich text JSON format used the V2 API (e.g. the Migration API). As an outside...
Resolves: https://youtrack.jetbrains.com/issue/IJPL-13931/Settings-Sync-ignores-the-category-state-changing-when-enabling-sync-for-the-first-time As far as I can tell, the Settings Sync code _does_ send only the files you requested, but: * it does only send files as they are on...
Resolves: https://youtrack.jetbrains.com/issue/IJPL-13201/Unable-to-choose-the-type-of-synchronization-in-the-dialog-when-enabling-Setting-Sync This PR enables selecting the cross-IDE sync mode when initially enabling sync by: * extracting all of the Settings Sync settings UI into `SettingsSyncPanelFactory`, * changing `SettingsSyncLocalSetting` to...
This re-enables basic CI checks: a) `treefmt`, b) `pytest`, c) `nix flake check`, d) `nix flake check` for the flake generated from the flake template. It would probably be useful...
Sets up treefmt for: * nix with `nixfmt-rfc-style`, * Python with `ruff` (supposedly a `flake8` drop-in replacement) and `mypy`, * shell scripts with `shellcheck` and `shellfmt`, * GitHub actions with`actionlint`....
**Describe the bug** I decided to try using go-based treefmt to see if it doesn't have issues with formatting hidden files and I noticed that while it now works with...
**Describe the bug** When a file is explicitly excluded from linting, be it with a `global` or formatter-specific exclude, it gets reported when running `treefmt` with a `no formatter for...
Automatically bumped nomad to 1.8.0 not respecting the `nomad_x_y` convention the package has: https://github.com/NixOS/nixpkgs/pull/315808
I've been looking into trying to see how `nix-ninja` (which re-uses `n2`) would deal with building Android. Of course even if it works, it's ways off — but getting there...