-
```
What steps will reproduce the problem?
Using shedskin 0.9.4 compile the following code
for it in (0, 1): #{
for o in ('i','g'): #{
print o
#}
#}
What is the expected output? What do you …
-
```
What steps will reproduce the problem?
Using shedskin 0.9.4 compile the following code
for it in (0, 1): #{
for o in ('i','g'): #{
print o
#}
#}
What is the expected output? What do you …
-
I use the Python module to acquire data from my P110 smart plug. My overall application is rather forgiving for e.g. failed connections. But I keep track of (rare) exceptions to see iimprove my appli…
-
**Is your feature request related to a problem? Please describe.**
Installation via pip is slow
**Describe the solution you'd like**
Use uv instead
-
### What behavior of the library made you think about the improvement?
Outlines currently uses `interegular` to compile regexps to FSMs, but not all features of python regex are supported, in particu…
-
```
What steps will reproduce the problem?
1. Opening any .mod, .mps, .lp, glp source in editra.
2.
Currently we are using SciTE and GUSEK but there is no support for Mac OS X.
http://www.gnu.org/s…
-
A couple of notes and ideas on how to improve code quality and adopt best practices
- start using [black](https://black.readthedocs.io/en/stable/) for code formatting
- lot of interesting pointers…
-
I'am trying execute this:
```
from kivy.app import App
from kivy.uix.boxlayout import BoxLayout
from kivy.lang import Builder
from plyer import camera
import time
Builder.load_string('''…
-
##### Description
The Elixir generator does not apply `--name-mappings` which are e.g. necessary to work around a field called `_`.
##### openapi-generator version
0e05cf26d94
##### OpenAP…
-
```
$ cat .env
export DJANGO_DEBUG=True
export TWILIO_ACCOUNT_SID=
export TWILIO_AUTH_TOKEN=
export TWILIO_FROM_NUMBER=
export TWILIO_TO_NUMBER= #only use for test_twilio.py
$ python3 man…