Petter Strandmark
Petter Strandmark
The following input (obtained with `mysqldump --skip-extended-insert --compact`): ```sql /*!40101 SET character_set_client = @saved_cs_client */; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mytablename`...
If `data-instant-mousedown-shortcut` is added to the body, bootstrap 3 dropdown menus do not work. This is not fixed by adding `data-no-instant` to them. They are `a` elements with `href="#" class="dropdown-toggle"...
This PR finds a problem that has been observed in real code. Consider the following code: ```python from typing import TYPE_CHECKING ... if TYPE_CHECKING from a import A, B from...
Old branch I found.
When running the largest instance (24) from http://www.schedulingbenchmarks.org/nurse.html and `--objective_change_before_fixing=100` the following happens after a few solutions (many hours): ``` Error: Assumption failed: abs(fixes_for_member(p)[c] - fractional_solution(p, c))
"AttributeError: 'RuntimeError' object has no attribute 'message'" raised on the following line: https://github.com/PiotrDabkowski/Js2Py/blob/master/js2py/base.py#L1475 Should be easy to fix.
Poetry 1.1 is not compatible with 1.0, so we need to enforce Poetry version for our development team one way or another. There is this Stack Overflow question: https://stackoverflow.com/questions/64003868/how-to-enforce-a-minimum-python-poetry-version which...