Andrei Kucharavy

Results 8 issues of Andrei Kucharavy

When the Dictionary property is attached and used the following error arises: `SystemError: ({'status': '200', 'content-length': '110', 'content-type': 'application/json; charset=UTF-8', 'access-control-allow-origin': '*', 'server': 'Jetty(6.1.25)'}, '"java.lang.IllegalArgumentException: Unknown property type on: {nom=1,...

Hello there! We would like refer to your repository in an academic article. Right now we are citing the repository by URL, but if you would like a more specific...

Currently the `PIL.Image.open` goes to the output logger instead of the input logger. I tried to patch for that behavior by un-commenting the `PillowPatch()` function in `recipy/PatchScientific.py` and adding it...

bug
fixed-by-new-patching

Hello there! I have some problems with installing `python-javabridge` via pipe for Anaconda scientific python distribution. When I execute (in `$ANACONDA_HOME`) the `./pip install javabridge`, I get a long error...

Replaced probability multiplication by log-summation. This bumps the underflow limit from 1E-308 (~1000 parsed characters) to 1E-(1.7E308)

This issue seems to be related to #989 When the amounts are entered manually following a parse fail, all the amounts, except fractions, are lost upon the application re-start. My...

Hey there! It looks like somewhere between 2017 and 2020 the parsing for the contents in the "Add ingredient" file has started to fail in a weird way. For instance,...

Which fails a code verification that is common in requests of the type `if r.status_code == 226: myprocess`