Levente Farkas
Levente Farkas
is it possible to create a real horizontal form with bootforms like the attached one where more then one input element is in a row? 
I'd like to read a http client's response unbuffered mode, but with okhttp is not possible or at least i can't find any solution. why is it needed? i've got...
if i modify any comment it's immediately crash. actually crash if i modify anything! this is in the console: ``` commentService.ts:201 Error: Canceled at Object.t.canceled (errors.ts:149) at u._remoteCall (rpcProtocol.ts:399) at...
if someone try to build it with anything that already use snakeyaml (eg. quarkus) than duplicate warning will be got during build: ``` Dependencies with duplicate files detected. The dependencies...
is there any plan to support etcd as a backend?
is there any good reason after everything renamed to netbird the dashboard image still wiretrustee/dashboard and not netbird/dashboard? or should i post a pr for this?
We run the latest version of netbird clients v0.27.0. Some of our netbird clients run a bind/named dns on the host. Even if named listen only on other interfaces (ie...
in the docs: https://kcli.readthedocs.io/en/latest/#baremetal-hosts-support you state "You can also create isos only for a given role using the boolean baremetal_iso_bootstrap, baremetal_iso_ctlplane and baremetal_iso_worker" but how can i create and iso...
it seems the quarkus plugin generate wrong filename. ie: `xxx-unspecified-runner.jar` in stead of `xxx-runner.jar` what i should have to change to generate good filename? this is the output of a...
I'm try to copy a full registry with skopeo and keep it sync. but it's not possible or...at least only once. ``` for i in `podman search --format "{{.Name}}" $REGISTRY/`;...