Anton Yanchenko

Results 9 comments of Anton Yanchenko

Not a maintainer, but I think plain or plain_rle should be safer choice. Downside is a bigger output size. You can read something here: https://github.com/apache/parquet-format/blob/master/Encodings.md Though I have a related...

https://github.com/dagster-io/dagster/blob/cb178b1299c9bf3d94550e9f09485dfa145bef08/python_modules/libraries/dagster-dbt/setup.py#L42 - as I can see dagster-dbt doesn't specify version at all. So perhaps this restriction is coming from some other dependency? https://github.com/dbt-labs/dbt-core/blob/05bf27c95882a90d0303732ab6741fbc1afae7a3/core/setup.py#L52 - I've found at least this. What,...

No, since its support was implemented just recently. Also I'm not sure that I'll be able to test this in the foreseeable future.

Ok, finally I managed to get metrics written: 1 - there was a typo in the project name (maybe also an issue with permissions, but not sure), 2 - they...

It seems that the problem is still here. v2.7.4: * locally installed - 2 minutes; * installed in Docker - 7 minutes (ran it twice in the same container to...

I need the same. @ffix are you still going to implement this?

I guess the answer is no.

Hello, Is there any chance that #170 will be merged soon? I've managed to use [polybool](https://github.com/mohammedX6/poly_bool_dart/tree/master) for the same purpose, but to be honest converting between two libraries is quite...

It looks like an expected behaviour to me. But you could merge your circles before putting them on the map. The current `turf` release doesn't support `union` operation, but ~~you...