Benjamin Asbach
Benjamin Asbach
Since I'm not quite familiar with NixOS environment I don't exactly know if this is a good idea or not: Basically what I stumbled over was that the default configuration...
**Summary** `nixos-generate` generated image is not able to perform `nixos-rebuild switch`. **Host** ``` virtualisation.lxc = { enable = true; lxcfs.enable = true; defaultConfig = "lxc.include = ${pkgs.lxcfs}/share/lxc/config/common.conf.d/00-lxcfs.conf"; }; virtualisation.lxd.enable =...
see https://github.com/socioboard/Socioboard-5.0/blame/master/socioboard-api/README.md#L22
### Module Core ### Testcontainers version 1.17.3 ### Using the latest Testcontainers version? Yes ### Host OS not related ### Host Arch not related ### Docker version ```shell not related...
I wonder if there's anyone working on reproducable alpine docker images? Currently the builds are based on the latest alpine linux repository which naturally change from time to time. So...
I wonder if it's planned/make sense to support gs_usb devices.
### Apache NetBeans version NetBeans 12.6 ### What happened When you create a new WebApplication and select a recent version of wildfly you cannot select anything else above JavaEE 8...
I most likely start the same application. e.g when I want to run `nautilus` I search for `files`. As I also have `FileZilla` installed it's sorted before `nautilus.` I wonder...
### Apache NetBeans version Apache NetBeans 18 release candidate ### What happened When I'm in a debugger session and "Step Into" the exception occurs and debug session remains stuck. ```...
Would be cool if the plugin recognizes if a maven project contains a `formatter-maven-plugin` configuration like NetBeans does it for `maven-checkstyle-plugin`.