Andreas Motl

Results 1168 comments of Andreas Motl

It looks like @jblarsen has already mitigated this problem through https://github.com/jblarsen/pydap/commit/1a46d93f9810b394e8616ee8e17b6df843bc1efc - thanks a bunch! By using this installation command, everything works flawlessly on our end. ``` pip install git+https://github.com/jblarsen/pydap.git#egg=pydap[server,handlers.netcdf]...

Hi there, first of all, I would like to salute @betodealmeida, @laliberte, @jameshiebert, @tomkralidis and all other contributors for conceiving and maintaining this excellent software package. After coming here through...

From looking around, @confluentinc's @mhowlett added https://github.com/confluentinc/confluent-kafka-python/pull/716 the other day, which resolved https://github.com/confluentinc/confluent-kafka-python/issues/185 by adding an asyncio-based producer example [`asyncio_example.py`](https://github.com/confluentinc/confluent-kafka-python/blob/master/examples/asyncio_example.py). He also complemented the example by a respective blog post...

Dear Taras, thanks a bunch for your detailed elaboration on this topic! With kind regards, Andreas.

In order to get a rough idea how that might be done in pure Python, you might want to check [1] as a reference, originally coming from https://github.com/crate/crate-python/pull/374 by @chaudum...

It looks like @banburybill implemented this within #81.

Dear @pande2, it works well for us. If you still observe problems, please let us know about any details. With kind regards, Andreas.

Dear Kongqun, we just added your patch for TS as 08e6b21e and it seems to work just fine, thank you so much! You also asked in #149: > [The patch...

> Can you double check? Sure, i'm curious already what i might be missing again. ### Observations So, when running with additional logging like ```c++ base::Optional TsWriter::GetFilePosition() { if (!current_file_)...

Remark: If appropriate, we might split the following discussion into yet another issue? ### Improve the file type dispatcher Like mentioned in #149 already, we are thinking about whether it...