Mathias Mamsch
Mathias Mamsch
It seems we had the same idea on this pull request [#2321](https://github.com/LightTable/LightTable/pull/2321). I already made the requested adaptions to the developer docs. How shall we proceed here?
Would it make sense maybe to add a field type BINARY to the index field types, which omit stemming and tokenization? Sometimes you are looking for exact string matches, in...
I just got that error too. I realized that it happened, when I ran the flux bootstrap from a different drive than drive C ... After switching to drive C...
On Alpine Linux the secure-delete package is also not available however the -P option does not exist here. Had to work around it by creating a /bin/srm script that would...
I have the same problem with the newest version of kind. It worked exactly once to create a cluster using "kind create cluster". Now afterwards every attempt fails with the...
This problem happened to me with a "simple" cluster, but customized config: Windows 10, Docker Desktop 3.5.2 (66501), Docker Engine Version: 20.10.7 Kind v0.20.0 go1.20.4 (windows/amd) config.yaml ``` kind: Cluster...
Would it not be sufficient for docker builds to put the exact build command to the stdout, to be able to reproduce the build in case of errors?
> ... > For testing it is anyway better to use the docker binary directly first and make sure everything works fine before automating things with this provider. > ......
Put this to the documentation: To get the value of the current rating from javascript use inside the change callback: $(event.currentTarget).data("userrating");
Well basically there are two options that you can use for configuring your guest network: DHCP or Static IP Packer does not provide any DHCP functionality out of the box,...