Jon Gjengset

Results 171 issues of Jon Gjengset

Write some test cases (even simple ones are welcome!) to help increase [code coverage](https://codecov.io/gh/jonhoo/rust-evmap/tree/master/src).

enhancement
help wanted

https://github.com/rust-rocksdb/rust-rocksdb/pull/166 introduced the ability to link with an already-built instance of rocksdb (such as one installed system-wide). However, it requires that you explicitly give the path to search in (`ROCKSDB_LIB_DIR`,...

I'm trying to render relatively large graph ([this one](https://jon.tsp.io/share/big.gv); 16K). It renders fine with `dot`, but `graph-viz-d3` doesn't render anything, and prints no errors to the console.

The default certificate is rejected by modern OpenSSL clients with an error of "dh key too small". It should be updated to be at least 1024 bits long. Without updating,...

In some cases, like HTTP downloads (see [`progress_function`](https://docs.rs/curl/0.4.4/curl/easy/struct.Easy.html#method.progress_function) in libcurl for example), you may not know the size of the download until after you have been in touch with the...

These should fall back to individual calls to (get/set)WindowSize + (get/set)WindowPosition if the Rect commands return "unknown command". See the commit that introduces rect to the selenium JS bindings: https://github.com/SeleniumHQ/selenium/commit/6103ef6c923ea43c71779be9a05cc3a6248d1b53...

#75 added the necessary infrastructure for running tests against locally hosted HTML files rather than relying on wikipedia.org staying static. We should move pretty much all the tests to use...

Originally reported in https://github.com/jonhoo/fantoccini/issues/36. Running fantoccini against [WebKitDriver](https://trac.webkit.org/browser/webkit/trunk/Source/WebDriver) currently fails with ``` SessionNotCreated(WebDriverError { error: SessionNotCreated, message: "Failed to match capabilities", stack: "", delete_session: false }) ``` This seems to...

I'd like all the methods we provide to have doctests, and ideally to also give the HTML that they are operating over. I'd be happy to alos host those HTML...

It'd be really near if `image-bootstrap` also supported generating images for [Alpine Linux](https://www.alpinelinux.org/), as it is a distro that is specifically designed to be small and secure (and therefore fits...

enhancement
OpenStack
Alpine