Patrik Lindahl
Patrik Lindahl
**Describe the bug** While running tests (working on https://github.com/ory/oathkeeper/pull/557) I tried to run the tests with the data race detector on, and it found a few data races. I think...
When I register a service and zeroconf is about to reply to queries it will try to send a response to all available network interfaces, however this doesn't seem to...
This should resolve #68
I think will resolve #62. This fixed my problem when compiling on a 32 bit Raspberry Pi installation. Also tested on a amd64 platform.
As requested in issue #470, here is a PR New functions: getClusterMetricsAsJSON() getClusterMetricsAsArray()
At the moment it seems the cluster metrics are only available in the string format and not the JSON format. I seems like it would be trivial to also add...
I want to have a infinite single line horizontal scrolling container, but I cannot seem to get this working with this component. Is it possible or do I need to...
I cannot get the PushMessage() function in the client to send anything to the server. Client is doing something like this: ``` var pipeClient = new NamedPipeClient(pipeName); pipeClient.Start(); pipeClient.WaitForConnection(); var...
**Describe the bug** Folder folding is not working in Firefox **To Reproduce** 1. Using Firefix, go to https://gchq.github.io/CyberChef/#recipe=JSON_Beautify('%20%20%20%20',false,true)&input=eyJTdWIxMSI6eyJTdWIxMiI6eyJLZXkxMSI6IlZhbHVlMTEifX0sIlN1YjIxIjp7IlN1YjIyIjp7IktleTIxIjoiVmFsdTIxIn19fQ 2. Click on the arrows to fold a sub tree 3. Notice...
This is a possible fix for issue https://github.com/gofrs/uuid/issues/86. I have added two custom error types that can be used to check if an error is coming from the uuid package....