Victor Rybynok
Victor Rybynok
Subj. is still an issue in 0.6.0 My webpack-virtual-modules monkey patch seems to work with version 0.6.0. Here is the patched version: https://github.com/ramblehead/next-with-linaria/tree/%40rh/0.6.0 I tested the patched version with [email protected],...
I have been recently setting-up a backup solution for my Linux box to M$ OneDrive. After trying many different approaches, I ended-up using restic with rclone back-end. Both restic and...
I am observing similar-looking error when experimenting with `createSkyInspector()` in `node.js` application: Here is a minimal example: ```ts import { createSkyInspector } from '@statelyai/inspect'; import { createActor, createMachine } from...
This PR seems to break my home-manager settings on Debian 12 with the following output: ``` error: builder for '/nix/store/fx4yl9rxp0swnzpygm16c4ijix3vdnag-nixGLIntel.drv' failed with exit code 255; last 2 log lines: >...
@bb010g this error occurred when updating `nixos-24.11` branch. I tried switching to unstable just for `nixgl` package and it did not work. This is my `nixgl`-related config: https://github.com/ramblehead/nix-config/blob/main/flake.nix#L221 https://github.com/ramblehead/nix-config/blob/main/hm/hosts/qt-dl1.nix#L10 I...
Switching to `nixos-25.05` and back to `nixGL/main` resolves the [issue](https://github.com/nix-community/nixGL/pull/190#issuecomment-3259156013). Perhaps, it worth mentioning somewhere in `README.md` that `main` branch is not backward-compatible with `nixos-24.11` and pointing to the latest...