Results 54 issues of Daniel Ecer

It is generally preferable if module level code doesn't have side-effects. i.e. just importing a module shouldn't change anything (there may be few exceptions). It would be better if the...

This is work-in-progress. It introduces a makefile which seem to be a good way to encapsulate commands (I would also be in favour of dockerizing it in the future). I...

Hi @kermitt2 It might be useful to provide an example Jupyter Notebook. I have created an example (although currently using my "extension" of DeLFT to make it work): - [GitHub](https://github.com/elifesciences/sciencebeam-trainer-delft/blob/develop/notebooks/train-header.ipynb)...

It's a bit similar to me having requested a Docker container for GROBID training. Basically I want to make it easy to train on the cloud. i.e. I would just...

It would be good to have a docker image available to run the server. Is there already one? I created https://github.com/elifesciences/cermine-docker - but it would be good if you owned...

## Describe the bug Assuming the following simple yaml and schema: `file.schema.json`: ```json { "type": "object", "properties": { "test": {"type": "string"} } } ``` `file.yml`: ```yaml # yaml-language-server: $schema=file.schema.json test:...

bug

It appears it isn't possible to specify with the names when using _fromiter_: Based on the tutorial: ```python N = 10 bcolz.fromiter(((i,i*i) for i in xrange(N)), dtype="i4,f8", count=N, names=['a', 'b'])...

All of the exceptions I've encountered so far just told me what parameters mismatched or were invalid, but not what the values were. It would significantly improve debugging if it...

For the example `471433v1` (from bioRxiv 10k training dataset), there is an image that is extracted with a blank overlay, with the same coordinates as the true image figure. In...

Currently the following styles seem to be supported by pdfalto: - italic - bold - subscript - superscript Some other styles we would be interested in: - underline - sc...

enhancement