Jellby
Jellby
If starting pynocchio from the command line, it cannot be suspended and sent to the background (`Ctrl+Z`, `bg`), as it leaves the python environment in a nonresponsive state, which has...
A couple of fixes: * `else` and `else if` statements can have a construct name at the end, just like `end if` (http://www.lahey.com/docs/lfprohelp/F95ARIFConst.htm) * Apparently initial indent (e.g. from fixed-format...
After creating #99 and using it for a while, here are some of the limitations or problems I've found (that are not solved with the PR): * Keyword arguments to...
- [x] I'd like spaces after commas in declarations, but not in arguments of procedure definition or call, or in array indices. #99 - [x] I'd like indenting blocks, but...
There is a statistic for "match time", but it seems to the average time per match. I'd like to see a "total time on court" statistic, which should be just...
I'm trying to download images from http://archivesmusee.philharmoniedeparis.fr/exploitation/Infodoc/digitalcollections/viewerpopup.aspx?seid=E_2009_5_11_P0001 and couldn't find any link that works in the dezoomify interface. However, with dezoom.sh this works: ./dezoom.sh -x 0 -y 0 -X 21...
Regarding https://github.com/hgrecco/pint/pull/1454, I think the usage of `ℎ` as a symbol for Planck's constant is inconsistent (and inconvenient for my own usage, but I guess that's my problem). I already...
I tried `10.1021/jp031064+` on doi2bib.org and obtained `Not Found`. But visiting `https://doi.org/10.1021/jp031064+` works fine. Could it be a problem encoding the `+` character?
I got this DOI: 10.1002/(SICI)1096-987X(19990115)20:13.0.CO;2-U which is valid as far as I can see: it's copied from the journal page and works on dx.doi.org, but on doi2bib.org it gives "Not...
Is it possible to sort the entries by bibtex key? My keys are in the form "Smith1987a", -a help partially, as it groups entries by author, but I'd like them...