Tomaž Šolc

Results 8 issues of Tomaž Šolc

This prevents pip from attempting to install new python-jose packages on unsupported Python versions. See https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata

### Basic Infos - [X] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [X] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...

type: bug
help wanted
component: core
component: SDK

Conjuctions don't work well because the parser confuses the word `and` with the syntax for tuples. For instance, this works with `or`: ``` Applejack has more than one or Pinkie...

This change removes the possibility of using tuple literals in the beginning of a conjuction conditional. This fixes issue #8. For example, consider this valid conditional: ``` Applejack has more...

For instance, the following program throws `java.lang.IndexOutOfBoundsException` instead of setting `Errors` to nothing: ``` I found a book titled Debugging. On 1st page of Debugging I read about Errors. ```...

I don't know if that's the only problem that's causing the instance running on opendata.si to return 500 errors. Running the code locally I can't find any other problems right...

The following error happens intermittently on my system (Linux). It has also been reported in https://github.com/bastianraschke/pyfingerprint/issues/57#issuecomment-453005626: ``` $ python3 --version Python 3.5.3 $ python3 example_search.py Currently used templates: 1/3000 Waiting...

This fixes crashes where code attempts to sum integers with None or an empty string "" when viewing a source directory with the url argument sort=stack_asc or sort=stack_desc. How to...