Jan Škoda

Results 16 comments of Jan Škoda

Confirming the bug in 18.2.0.

Maybe the use of Metaflow could be somehow combined with Dask, which supports bigger-than-memory dataframes to solve this issue. I am not sure if/how it would be possible to serialize...

It would be really helpful to merge this one. This bug breaks llvm with python3.11, which also blocks numba and therefore a lot of python data science tools. By the...

I can confirm the same behavior happened to me.

Just noticed aioredis is no longer supported and replaced by redis library.

Hi, I didn't notice this feature anywhere and it would be really useful. Did I miss something?

I can confirm this problem, but the workaround doesn't work for me. I use the openvz virt_type.

Yes, I have solved it by: ``` index 66c4b09..2771c1b 100644 --- a/modules/virt/lib/puppet/provider/virt/openvz.rb +++ b/modules/virt/lib/puppet/provider/virt/openvz.rb @@ -140,10 +141,16 @@ Puppet::Type.type(:virt).provide(:openvz) do end def exists? + conf = @@vzconf + ctid.to_s +...

Ehm. I had used the much older forge version. Now everything works. It would be nice to upgrade or delete it there, it didn't work for me at all...

I can confirm we encountered a similar problem as well. Simple filtered select cursor queries on large tables sometime hang before returning any data. What's worse, regular queries without cursor...