misuzu

Results 30 issues of misuzu

This is what i see when i run `journalctl -f` on my system (alfis-nogui is running via systemd unit): ``` Nov 14 10:49:32 localhost alfis[2141]: 10:49:32 [INFO] alfis::p2p::network: Active nodes...

Some rabbitmq servers require for queue names to be generated on the server. It was working fine until https://github.com/Polyconseil/aioamqp/commit/acd871ac7f930892ad5994e07789b83d0cd4512b landed.

This could be achieved by passing `--eval-store auto --store ssh-ng://builder` to `nix build` (where `builder` is a target host). Currently it is impossible.

Using [nix-eval-jobs](https://github.com/nix-community/nix-eval-jobs) will allow deploying flakes with a lot of configurations using machines with low amount of memory.

http://newforms.readthedocs.org/en/latest/widgets.html#radioselect ``` javascript var React = require('react') var ReactDOM = require('react-dom') var forms = require('newforms') var TestForm = forms.Form.extend({ testField: forms.ChoiceField({ label: "Test", choices: ['test1', 'test2', 'test3'], initial: 'test1', required:...

This feature enables usage of `surf` http backend with `rustls`.

```bash $ nix-deploy system --to remote-server --path $(nix-build --no-out-link -A system deploy.nix) Generating RSA private key, 2048 bit long modulus ........................+++++ .......................................................................................................................................................................................................+++++ e is 65537 (0x10001) writing RSA key [+]...

It should look something like this: 1. Edit your `configuration.nix`: ```nix { config, pkgs, ... }: { services.netbird.enable = true; # for netbird service & CLI environment.systemPackages = [ pkgs.netbird-ui...

Right now there is a `config.json` file which is not really a config, but state (see this [issue](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/5024) to get a rough idea on why this is bad). There should...

When I restart PipeWire (`journalctl --user -u pipewire.service`) the WirePlumber integration stops working without logging anything. It also says `segmentation fault` on ^C: ``` ^C[2024-02-03 10:11:42.019] [info] Quitting. ^C[1] 10856...