Johan Walles
Johan Walles
Transparent fail-over and resumption: #2358
IIRC the top test here sometimes passes within seconds, and sometimes takes two minutes. If that test could be made to take seconds rather than minutes every time, that would...
Same thing with `JedisTest.timeoutConnection()`, but that test I had to run about 15 times before it failed the first time.
To add some structure I wrote [this script](https://github.com/walles/mvn-testalot) and ran it on aa0158c17f72ca95eecef41173a5d2cb2d8c202f: ``` mvn-testalot.py 50 ``` While that is running, you can do... ``` mvn-testalot.py report target/testalot ``` ......
Also, the timeout could be a `*time.Duration` with `nil` meaning "no timeout". Negative durations should result in errors.
Six PRs have been made for this issue that I could find right now: https://github.com/jmoiron/sqlx/search?q=NamedQueryContext+is%3Apr&type=issues Also, this is the second highest voted issue out of 240 open ones: https://github.com/jmoiron/sqlx/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc @jmoiron...
Shorter repro case, for what I believe is the same issue. ```c #define TEST "//test" ``` HTML: ```html #define TEST "//test" ``` Expected: ```html #define TEST "//test" ``` Playground link:...
Or we should just create a `.pkg` installer that can guide the user into right-click-to-open the app after it has been moved into `/Applications`: http://s.sudre.free.fr/Software/Packages/resources.html Also available on Github: https://github.com/packagesdev/packages
[This has been improved](https://walles.github.io/bubblemon/#installing) now, but still isn't great: ```sh curl https://raw.githubusercontent.com/walles/bubblemon/master/osx/install.sh | bash ``` [Having this in Homebrew](https://github.com/walles/homebrew-johan/issues/3) would be better, that would basically do the same thing as...
Not sure if it existed when you wrote this, but nowadays https://atom.io/docs/api/v1.0.0/NotificationManager seems to be how notifications should be done in Atom.