PanAeon
PanAeon
> Not sure whether this is the way... This is not the way, brother. At least the changes are not to be picked up until the next update. Things I...
Related wasm-tool/wasm-pack-plugin#125 There's a working solution [in the thread ](https://github.com/wasm-tool/wasm-pack-plugin/issues/125#issuecomment-1004694898): ``` watchOptions: { aggregateTimeout: 200, poll: 200, }, ``` Adding this options to webpack.config.js resolves the issue for me.
Hi, methinks it would be much better if either: a) the styling were handled without any framework at all with pure css, or b) the framework chosen for styling were...
hmm, I also run into this error, changing network to `10.11.0.0/16` resolved the issue.
@tobiasBora Well, I guess your keyboard name is something like "Microsoft Natural® Ergonomic Keyboard 4000", not `AT Translated Set 2 keyboard` 😄 Please, use the name from `udevadm info --attribute-walk...
Well, maybe evdev didn't set a name then.... (I'm not an expert by any means). You can try creating a different rule based on the [systemd example](https://github.com/systemd/systemd/blob/5ad69b04bfff4951cb57d0bdde5b75380c8a79cf/hwdb.d/60-keyboard.hwdb) specifically rules, by...
@tobiasBora The test script is not correct. You need to disable virtio keyboard for it to work: ``` nodes.machine = { pkgs, ... }: { documentation.enable = false; users.users.root.password =...
I've got the same issue. swaylock 1.7 hyprland on 7e033e48 from 2024-01-05. It started after hyprland update. [journalctl.log](https://github.com/hyprwm/Hyprland/files/13855194/journalctl.log)
I third this.
Works for me in `vscode`. Maybe `https://marketplace.visualstudio.com` doesn't support `ext` syntax?