Simon Eskildsen

Results 41 issues of Simon Eskildsen

If Semian was a proxy it'd be simpler to use, and could be opt-out instead of opt-in for apps in an organization. Some inspriation could be taken from: https://github.com/vektra/templar It...

enhancement

We should use `SysV` shared memory of `SysV` semaphores to share the state of the circuit breakers between all the workers on the host. I want to take a crack...

enhancement

Thanks for creating this library! I was banging my head against the wall trying to reproduce the decompression numbers for delta encoding from the README. 😅 It wasn't until I...

I envy the simplicity of Atea, however, even though it would add to the complexity, wouldn't it be beneficial to see the dates in the CSV of when a task...

times
feature

Hey Mattn, I like this workaround for Windows. Instead of documenting it as a workaround in the README, could we use this smartly upstream without downloading the library for all...

Getting the: error: no operation specified (use -h for help) ![Image](http://i.imgur.com/JMkew.png) On the first run.

Love the plugin! 😍 It would be powerful to change the configuration to be able to do things per-site. For example, I want to delay opening email or slack, but...

Hey Redis Team! I've looked through the RESP3 spec, it looks great! One thing that sprung to mind is passing metadata in the request/response cycle. In MySQL, for example, we...

Hey Ben, thanks for `py-spy`! I was trying to run `py-spy(1)` yesterday, but got this error: ``` root@bf4a85d2fa1d:/app# py-spy record -- python -c 'import time; time.sleep(10)' Error: Failed to find...

I recall in `grep` you can do: ``` $ grep -r pattern ``` Rather than: ``` $ grep pattern $(find . | grep -v .svn) ``` As shown in the...