Austin Bonander

Results 88 issues of Austin Bonander

``` #0 0x00007ffff102d000 in ?? () #1 0x00007ffff7845aa0 in ft_mem_qalloc () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6 #2 0x00007ffff7845ae8 in ft_mem_alloc () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6 #3 0x00007ffff7845f2d in FT_Stream_New () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6 #4 0x00007ffff7848f50 in...

bug

When using `env_logger` in a binary running in Google Kubernetes Engine, everything it logs gets recorded as an error log because it logs to `stderr` by default: ![image](https://user-images.githubusercontent.com/3198595/137211196-a0c58b9a-160e-4dbb-8161-b6d3493007d4.png) This is...

enhancement

This package as-is when imported in the Java SDK cannot be used subsequently in an Android project without increasing the `minApiVersion` to 26 which cuts off about 63% of the...

The `io.grpc` group dependencies this package links are quite old at `1.13.1`; the latest version is `1.23.0` and we were previously linking `1.20` in hedera-sdk-java but going to have to...

#3007 (released in 0.7.4) deprecates `execute_many()` and `fetch_many()` in the `query*()` family of functions. These functions were meant to allow executing a single query string containing multiple SQL statements while...

enhancement
db:sqlite

This issue is to serve as an aggregation point for issues like the following: * #2579 * #2686 * #2911 * #2964 * #3196 * #3207 * #3210 * #3301...

bug
bug:rust

This concept came about from a discussion between myself and @iamjpotts. # Motivation Handling of [constraint errors](https://www.postgresql.org/docs/current/ddl-constraints.html) is a pretty typical task in any database application. As a simple example,...

enhancement
macros
proposal

This should be pretty trivial actually, lifting the `Rng::gen()` call out of `try_generate_hash()` here: https://github.com/sfackler/rust-phf/blob/6e1f6ac9b1f917089a4501ccb32f4f477799e39c/phf_generator/src/lib.rs#L40 And instead of the loop, doing `rng.sample_iter(Standard).par_iter().find_map_first()` in https://github.com/sfackler/rust-phf/blob/6e1f6ac9b1f917089a4501ccb32f4f477799e39c/phf_generator/src/lib.rs#L22 `find_map_first` lets us keep determinism by...

C-enhancement

I just today realized that Immutable.js doesn't provide an operation for this, though I really only need it for `SortedMap`. I would like a method on `SortedMap` that removes and...

enhancement
help wanted

Superceded issues: #1811, #1399, #1260 Ultimately, the issue here is that relative paths are resolved in relation to the current working directory of the process, and that entirely depends on...

db:sqlite
macros