Petr Viktorin

Results 103 issues of Petr Viktorin

Flask's new api uses `FLASK_APP=mysite.py flask run` instead of `app.run()`. This solves a few problems related to importing under the debug reloader. It would be nice if elsa supported this...

enhancement

(Migrated from https://github.com/PyLadiesCZ/pyladies.cz/issues/62, that's why it's Czech) Poznámky: - .travis.yml - při merge do masteru se spustí build na Travis CI, který vždy projde (nic netestuje) a nasadí novou verzi...

docs

On 08/20/18 08:31, Petr Blahos wrote to [email protected]: > Přátelé, > nemáte někdo jednostránkový (klidně oboustraný) papír (pdfko) v češtině > s popisem struktury základních řídících struktur v pythonu? (cykly,...

python.cz/zapojse ukazuje issues z https://github.com/pyladiescz/roboprojekt, což by neměl. Roboprojekt má nastavený *topic* `learning-project`, který by se dal v GraphQL vytáhnout a repozitář ignorovat.

zapojse
technical

**Describe the bug** When [searching the docs for content_width](https://pyglet.readthedocs.io/en/latest/search.html?q=content_width), `TextLayout.content_width` doesn't show up. It's documented [with the class](https://pyglet.readthedocs.io/en/latest/modules/text/layout.html?highlight=content_width#pyglet.text.layout.TextLayout) under “Ivariables”. It might be good to link to these from `width`,...

bug

Here is a rather crude script that adds Markdown links and titles to “PEP nnn”. Maybe it'll be useful. I meant to polish this before sharing it, but didn't get...

This fixes the issue for me, but I might be missing context cc @serhiy-storchaka, who added the test cc @barneygale -- I think I recall you talking about optimizing globs;...

tests
awaiting merge
skip news

On my system, `test_glob_named_pipe` has been failing since it was added in #116421: ``` ====================================================================== FAIL: test_glob_named_pipe (test.test_glob.GlobTests.test_glob_named_pipe) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/encukou/dev/cpython/Lib/test/test_glob.py", line 354, in test_glob_named_pipe...

tests

* Issue: gh-116608 ---- 📚 Documentation preview 📚: https://cpython-previews--116609.org.readthedocs.build/

awaiting merge