Adam Cimarosti
Adam Cimarosti
### Is your feature request related to a problem? We've seen code like this in one of the tutorials: ```python requests.get('http://localhost:9000/exec', params={ 'query': f'insert into excel_rates values({date}, {usd}, {inr})'}) ```...
# Background and Linker Problem I am developing a library that is intended to be consumed by both C and C++. The library's core logic is written in Rust, exporting...
### Describe the Bug The JSON response sent back over HTTP doesn't encode certain characters correctly. For example, if a value in a string column contains the char `\1` the...
This PR is just here so that I can get a CI run.
Failed on Windows ### Describe the bug ``` random seeds: 279813537422100L, 1666088830808L 2022-10-18T10:27:10.808137Z I i.q.c.AbstractCairoTest Starting test WalTableWriterTest#testRandomInOutOfOrderOverlappingInserts 2022-10-18T10:27:10.813942Z I i.q.c.AbstractCairoTest now :1666088830813941 2022-10-18T10:27:10.813944Z I i.q.c.AbstractCairoTest random seeds: 279813537422100L, 1666088830808L...
### Describe the bug A user reported that when sending ILP traffic to PG the connection is maintained and the ILP client silently continues sending data to - effectively -...
Sometimes on windows the `MetricsIODispatcherTest` tests fail as they open up too many concurrent connections. Change tests to: * not use executors and use threads instead. * reuse the connection...
On ``` $ uname -a Linux blizzard 5.19.0-31-generic #32-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 20 15:20:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ``` After a successful ``` $ python3 -m pip...
feat(encoding): new `encode_registry` and `encode_end` functions to compose cross-registry responses
New `encode_registry` and `encode_end` functions allow encoding only parts of the response. This is useful when there are multiple registries at play, or when composing metrics for a process that...