Jonathan Rudenberg

Results 48 comments of Jonathan Rudenberg

I'm having the same problem. ``` deploy@staging:~$ uname -a Linux staging 2.6.24-23-xen SMP Mon Jan 26 03:09:12 UTC 2009 x86_64 GNU/Linux deploy@staging:~$ ruby -v ruby 1.8.7 (2009-12-24 patchlevel 248) [x86_64-linux],...

How can the :active pseudo-class be fixed? I have a style that changes the font colour when a link is clicked.

I have read support working on all three platforms in my fork: https://github.com/flynn/hid This fork is maintained to support my U2F package: https://github.com/flynn/u2f Feel free to upstream any commits that...

There is also some read support for all platforms in https://github.com/flynn/hid

I've reimplemented Linux support using hidraw instead of libusb in my fork: https://github.com/flynn/hid `WriteFeature` isn't implemented, but the ioctl should be quite easy to add if anyone wants to pull...

This post and its follow-up have some useful recent benchmarks of KDFs: https://pthree.org/2016/06/28/lets-talk-password-hashing/

> @titanous Is your implementation meant to replace https://github.com/grpc/grpc-web and https://github.com/improbable-eng/grpc-web? Only for Rust use, I don’t plan to export JS bindings.

It should work if you point it at the lastest tonic master. I am planning to send a PR that will integrate it into this repository soon.

This also has a side effect of fixing a bug where any backups past the first 14 were inaccessible due to the list page size. The new default `list_blobs` size...

This branch appears to leak file descriptors during a `backup-fetch`, eventually resulting in EMFILE errors while downloading new segments. This is the list of fds with a pool size of...