Dmitry Kalinkin

Results 22 comments of Dmitry Kalinkin

Last time I've checked they had some homegrown module packaging system. At the time it appeared to me that one would have to either reinvent it in ruby or just...

I looked at the code, and it looks fine, although it may be combined with a loop above. I have some questions regarding the intention of this. This is supposed...

Can the same be achieved by reversing order of concatenated items in https://github.com/NixOS/nixpkgs/blob/0446732359536566de33d8893bd4c682174e31e2/pkgs/build-support/cc-wrapper/add-flags.sh#L51 ?

The group rules seem to not work as documented, so you might want to not use them anyways.

importlib_resources suggests to do a bit of a legwork to keep the file alive: https://importlib-resources.readthedocs.io/en/latest/migration.html

Shouldn't nix-daemon take care of counting the leftover cores? I expect that when I do `nix build --cores 8` I'm telling a build that it's allowed to occupy up to...

> Can we use the -exclude-libs option in the link command for libCling? Any suggestion on how we can implement this in CMake? Adding `--exclude-libs=ALL` fails at runtime: ``` IncrementalExecutor::executeFunction:...

Bisecting nixpkgs points at https://github.com/NixOS/nixpkgs/commit/2dafde493f153dba0eb4b34cd49763ee78eda3d9 as the first bad commit.

It seems like the difference is occuring in the generation of the file path https://github.com/dask/fastparquet/blob/a8cb8d1a28eb2db4ada233052cbc01bf815c2551/fastparquet/writer.py#L952-L971 There are difference in behaviour of groupby for multi index, it can be seen in...

I had some random thoughts on the issue: The names of partitioning directories in the "hive" were changed because the dates were rendered to string with default format of the...