Brian Vincent

Results 5 issues of Brian Vincent

I would love to see an example of writing a custom widget, for example: A new widget that derives from `DrawingArea` and implements `Scrollable`. Information on how to do this...

To reproduce this issue: 1. Start a request that takes longer than 30 seconds. In my case, I saw this while doing a large 60 MiB PUT request. 2. After...

bug

This should make the tests in PR #185 much faster. This was the pattern before my change: ``` r"""Usage: prog a b [-p ]... prog a c [-p ]... """...

I've learned a lot about the sqlite3_column_* functions and redid my methods in [go-sqlite-lite](https://github.com/bvinc/go-sqlite-lite/). * sqlite3_column_blob and sqlite3_column_text might fail with the NOMEM error. * sqlite3_column_text returns a NULL pointer...

enhancement

``` $ cargo +nightly bench --all Compiling cb v0.1.0 (/home/brain/src/libm/crates/compiler-builtins-smoke-test) Compiling libm v0.2.1 (/home/brain/src/libm) error[E0432]: unresolved import `crate::_eqf` --> crates/compiler-builtins-smoke-test/src/../../../src/math/sincosf.rs:128:9 | 128 | use crate::_eqf; | ^^^^^^^^^^^ no `_eqf` in...