Jonas Haag
Jonas Haag
Description =========== Here the `timeout` option is hardcoded as `-1` and not surfaced to the Python API. https://github.com/confluentinc/confluent-kafka-python/blob/e671bccb8a4f98302748ccf60d5d579f68c6613d/src/confluent_kafka/src/Consumer.c#L817 Would be great to be able to set `timeout` in this API....
## Description Pressed `r` to replace a single character in vi mode, got this: ``` Unhandled exception in event loop: File "/usr/lib/python3.8/asyncio/events.py", line 81, in _run self._context.run(self._callback, *self._args) File "/home/jo/.venvs/au/lib/python3.8/site-packages/prompt_toolkit/eventloop/utils.py",...
**Describe the bug** This works in C: ```c #include struct A { const int a; }; int main() { struct A a = {42}; printf("%d\n", a.a); } ``` But not...
I'm sorry if this has been reported before. It feels like a very basic issue but I couldn't find any documentation or other bug reports related to it. **Describe the...
**Is your feature request related to a problem? Please describe.** From https://github.com/pandas-dev/pandas/commit/56dc7194007f8392b0314b9166d6dd60b084e58a: We have a `const uint8_t[:] buf` and want to do ```cython (&buf[start])[:lngt].rstrip(b"abc") ``` This seems unoptimized in Cython...
I have worked on improving Pandas' SAS7BDAT reader performance in past couple of days. `pyreadstat` was a great source of reference to fix some bugs, thanks a lot for making...
When using `read_file_in_chunks(..., chunksize=C)`, each dataframe chunk has a `RangeIndex(start=0, stop=C, step=1)`. With `pd.read_sas(..., chunksize=C)` each dataframe chunk has a `RangeIndex(start=n*C, stop=(n+1)*C, step=1)` with `n` = current chunk number. I...
If I forget to inherit from the base template provided with django-mail-templated, I'll get some cryptic error like this: ``` pytb Traceback (most recent call last): File "mail_templated/message.py", line 227,...
Scenario: Image URLs are changed and ecs-deploy is fed a new image URL. Example: Old URL: `foo-image:12345` New URL fed to ecs-deploy: `foobar-image:23456` In this case ecs-deploy can't find the...
Then make the conda-forge recipe `noarch`.