jampy
jampy
I have a simple checkbox field: ``` ``` When the checkbox is selected, everything is fine. However, when the user unchecks the box, then at first the value changes to...
I'm new to Electron and this installer. When creating releases of the same codebase (just updating `version` in `package.json`) I get huge deltas. I don't think thats normal.. Windows 32bit...
It appears that this app uses OCR even if the PDF file is **not** a scanned-type. For example, I have a fresh Nextcloud installation and I see `php occ fulltextsearch:index`...
On a machine with Debian 9.5 and `docker-ce 18.06.1~ce~3-0~debian` just installed, I am not able to login the V1 registry. It seems the migrator is accessing the old registry via...
Unfortunately, the chunk hash calculated by this plugin is "too stable". Today I added added a large subtree to my application (duplicated a subdirectory to use it as a basis...
I use a ingress-nginx config like the following: ``` ingress-nginx: controller: kind: DaemonSet service: annotations: load-balancer.hetzner.cloud/location: nbg1 load-balancer.hetzner.cloud/name: my-cluster-worker-lb load-balancer.hetzner.cloud/use-private-ip: "true" load-balancer.hetzner.cloud/uses-proxyprotocol: 'true' #
I would like to restrict k8s API access to a Hetzner private network. Using `existing_network` I can configure `hetzner-k3s` to attach all nodes to a pre-existing private network, fine. Questions:...
### Checks - [X] I have read the FAQ section, searched the open issues, and still think this is a new bug. ### Describe the bug you encountered: Possibly related...
The [Creating a cluster](https://github.com/vitobotta/hetzner-k3s/blob/60b862b3105d6a7362f5754ee83b5f91a2014984/docs/Creating_a_cluster.md) page states: >the `setting networking.allowed_networks.api` allows specifying which networks can access the Kubernetes API, but this only works with single master clusters currently. Multi-master HA clusters...
[The documentation](https://www.devspace.sh/docs/configuration/hooks/#lifecycle-events) states... > `start:sync:[name], stop:sync:[name], error:sync:[name], restart:sync:[name], before:initialSync:[name], after:initialSync:[name], error:initialSync:[name]:` executed while DevSpace syncs files with dev.sync. `[name]` can be replaced **with the config name of a sync configuration**...