Michał Siedlaczek
Michał Siedlaczek
Unfortunately, none of us regular contributors have much knowledge of these languages, so we'll need someone with more knowledge step up to be able to properly implement and test it....
I haven't really given a thought to this feature, and I don't really know what approach would be best. But I'm thinking what would be the **easiest** way to support...
Unfortunately, I haven't been able to look into that. I just graduated and started a new job, plus have been busy in personal life. Currently, I cannot tell when I'd...
Thanks @mpetri for reporting. Yes, this should be totally safe. The input is read from `stdin` only by the main thread and then batches are delegated to the workers, and...
I think we should do it in the `parse_collection` tool itself. Right now, it would probably not make any difference, but I'd rather not change global state in one of...
@ybarsami We also had a problem with appleclang, which didn't implement certain functions for `std::variant`, hence blocking the issue. Now, for the readme, would you mind updating and creating a...
These messages are old and I'm actually removing them one of the ongoing PRs. Documentation talks about compilers https://pisa.readthedocs.io/en/latest/getting_started.html#building-the-code but isn't very clear, so I opened #259 Do you feel...
I'm assuming you're talking about `partition_fwd_index` command, right? Note that this is `--shard-files` plural, so what you're supposed to pass is a list of files, each of which describes a...
Most likely related to #12
> BTW, travis supports Windows now. Although it is still in beta I guess we should try using travis then.