Will Thompson
Will Thompson
I'm reading a very large result set from MySQL and trying to interleave calling `fetchmany()` chunks from multiple connections' streams using async. This works with the default cursor settings, but...
Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using (`python --version`)? Python 3.8.5 2. What operating system and processor architecture are you...
# I have made things! ## Checklist - [x] I have read [contributing guidelines](https://github.com/lk-geimfari/mimesis/blob/master/CONTRIBUTING.rst) - [x] I'm sure that I did not unrelated changes in this pull request - [x]...
# Bug report ## What's wrong The [API documentation](https://mimesis.name/en/master/api.html#mimesis.Address.country) for `Address.country()` indicates that it will "Get the country of the current locale", but the current local is not applied, and...
#### Minimal, reproducible code sample, a copy-pastable example if possible ```python from numcodecs import Blosc # executed via PyPy ``` #### Problem description The latest `numcodecs` package (0.6.4) installs successfully...
Direct element constructors are handled correctly in XPath expressions: test/x/node()/{ . } But an error is generated for equivalent expressions using computed element constructors, except for those at the beginning...
When no default function namespace is declared, MarkLogic automatically evaluates XQuery as if the XPath namespace were declared as default: `declare namespace fn = "http://www.w3.org/2005/xpath-functions";` I would assume most other...
https://docs.marklogic.com/cts:highlight When invoking `cts:highlight` one can reference any of 5 built-in variables. These variables don't need to be declared, but they are currently treated as unresolved in the IDE. For...
### What is the current behavior? Batch size is not controllable from the client when using batch-generating functions, e.g. `get_result_batches()`, `fetch_arrow_batches()`, `fetch_pandas_batches()` ### What is the desired behavior? Allow specification...
I have a standard GH5 controller, but GH2DX doesn't respond to button presses. I tried both builds and clearing the system cache, just in case. This controller works fine in...