Archimedes Trajano
Archimedes Trajano
I think you can use React context and provide some sort of API that would be used like ``` const { forcePoll, isPolling } = useReactPolling("url"); // generally use the...
It would be useful to have a JSFiddle or similar on the README,md to demostrate how this works. I am especially curious if there's a demo that shows how to...
In order to avoid breaking the Docker Hub limits it would be nice to allow using private proxy repositories.
Similar to the ask of https://github.com/mcuadros/ofelia/issues/163 but more of scheduling some future event that will run a job only once. I am thinking this can be detected by checking if...
Took a bit to diagnose but some of my older redis keys which were left behind from the previous run had some binary data in the keys. e.g. ``` "\xac\xed\x00\x05t\x00Xrefresh_token_to_entry::6d7jbNXf8ns9KPPsmjsp6hc3xWqQR4KK7z00hxZP8Onmr36Ib4OMDs5u6b2LIzqM"...
This block of code that generates the trace ID only yields a 64-bit trace ID. Can it return the `TraceId` object that supports 128-bit? https://github.com/rnburn/zipkin-cpp-opentracing/blob/2644ca22e175f97c09011247d67fd11fbb1a051b/zipkin/src/utility.cc#L46 Closing https://github.com/opentracing-contrib/nginx-opentracing/issues/112 as it is...
### Description When connecting using `DOCKER_HOST=ssh://...` any operations it performs gets ``` invalid character 'F' looking for beginning of value ``` ### Reproduce When connecting using `DOCKER_HOST=ssh://...` ```go cli, err...
I reshimmed and found out that `gitk` no longer functions with the new shim. Reverting back to the original shims brought the functionality back.
I remapped the side buttons of my mouse to the mouse wheel but it sometimes locks. ```python @ahk.hotkey("XButton2") def scroll_up(): while ahk.is_key_pressed("XButton2"): # remains true forever sometimes ahk.send("{WheelUp}") ahk.sleep(0.010) @ahk.hotkey("XButton1")...