arrtchiu
arrtchiu
Title of issue #20 suggests this was fixed but I can't seem to get it to work or find it in your test cases :) ```rust foreign_class!(class Foo { self_type...
This question is a bit more general than rust_swig, but it's slightly related and I imagine many more people will be dealing with similar things as this fantastic library gains...
Most of the time I'm defining a struct in my Rust code, and defining almost exactly the same thing again in the java_glue or cpp_glue. Seeing as most of it...
If the WFE is not configured to UTC, times are reportedly in UTC, but actually in local time. This patch attempts to correct this.
REPRO 1. Use a lambda as a guard or action, stored with `auto` or `const auto`. 2. Compile with `-O3` and run with undefined-behaviour sanitiser (UBSan). ACTUAL UBSan reports "Insufficient...
Presumably nothing in this framework actually depends on iOS - could you possibly mark the podspec as being compatible with OSX too? `pod` refuses to install it simply because I'm...
Was experiencing some database timeouts in a Rails app - the symptom is ActiveRecord complaining it gave up waiting for a connection to be available in the connection pool. When...