Michael Weiss
Michael Weiss
Consider the snippet shown below. The second `parses` call returns 4 entries, I would have expected three. I do see use cases where this is intended, and changing this could...
Some datasets, e.g. `mnist_corrupted` provide various configurations which are in many use-cases all used at the same time (without distinction). Afaik, tfds currently requires to load every dataset independenty and...
As mentioned here, ReScience is not indexed by Scopus (nor by anyone else): https://github.com/ReScience/ReScience/issues/82#issuecomment-496805815 I recently stumbled over [https://www.readyforscopus.com/](https://www.readyforscopus.com/) and thought it might be a good idea to put down...
It appears that this repository does not have a license, which may disallow anyone to use its content (read about this [here](https://choosealicense.com/no-permission/)). Thus, would you mind adding a 'LICENSE' file...
While we keep versions 1.x with as few changes as possible, to ensure backward compatibility for the >1000 projects using it, we are currently working on version 2 which will...
It appears that this repository does not have a license, which may disallow anyone to use its content (read about this [here](https://choosealicense.com/no-permission/)). Thus, would you mind adding a 'LICENSE' file...
Exposing async interfaces would allow using this library in a much more modern, performant, and scalable way. Would be great if the maintainers could mention if they plan to add...
Files with names with special characters such as `(`, `)` or ` ` are not processed by arxiv, hence corresponding references will break. Feature request: automatically replace file references and...
Most library properties create a list from the list of blocks. This can be a bit wasteful for large libraries if called often. Thus, we should cache (and properly invalidate...
Extracted from #133. We may want to support the following biber-type comments: ``` @ARTICLE{bla, author={Fartsy}, %title={Title}, } ``` I see two options to handle this: 1. A middleware to filter...