Results 6 issues of jnphilipp

* ```eval("-5")``` results in ```Err(StartWithNonValueOperator)``` * ```eval("5*-5")``` results in ```Err(DuplicateOperatorNode)```

The section `Template Rendering` refers to `sacred/examples/my_runs/template.html` which no longer exists.

bug
documentation

``` from sacred import Experiment from sacred.observers import FileStorageObserver ex = Experiment('test') ex.observers.append(FileStorageObserver('./test')) @ex.automain def experiment(_log): _log.info('Hello world.') ``` With this I get the following output: ``` INFO - test...

bug

### Confirm that this is a metadata correction - [X] I want to file corrections to make the metadata match the PDF file hosted on the ACL Anthology. ### Anthology...

correction
metadata
pending

While using the indicator I came across a few thing which would be nice to have. First: While loading the new feedlist the menu freezes. You need to wait until...

When annotating for example a `gap` with an `extent` attribute the following tags are misplaced (have a positive offset to the actual position). This happens with `app`, `person` and `hi`....