Pascal Chambon

Results 35 issues of Pascal Chambon

I looked at the code, but I couldn't find how it isolated HTTP requests from one another. It seems that if two requests from two users arrive at the same...

P4a kept rebuilding the entire android distribution for my project when i did "buildozer android deploy", I tracked down the bug to a simple case sensitivity mismatch here: https://github.com/kivy/python-for-android/blob/develop/pythonforandroid/distribution.py#L119 I...

bug
Priority: Low

I guess "https://nuitka.net/" would be a good adding to the list of cx_freeze-like systems (though I have no expertise in this particular system)

(minor feature request) It seems that one can declare transitions that arrive to states that are not values listed in FSMField "choices" parameter. Always using enums here prevents most of...

postponed

I've had some troubles dealing with "select" fields, like comboboxes and listviews/treeviews in UIA, since I didn't quite get if I had to do "parent.select(idx_or_text)" or "child.select()" (selection interfaces were...

enhancement
UIA-related

Python-for-android and other packages use these types of statements, but I can't understand how they can work, since they loads CLASSES (ehere PythonActivity), and call normal, non-static METHODS on them....

**Description of problem** My source RST file has an include directive in it : `.. include:: otherfile.rst` All my files are UTF8, but here the included RST markup is broken,...

help wanted

When a test fails, it'd be very interesting to be able to explore the remaining test database, to better understand what happened. Of course it would be only in a...

enhancement

I know about the pytest-python path plugin, but I'd like much earlier pythonpaths to be setup by pytest-django, so that it can find my early hook (which applies patches before...

When playing tones multiples times, by button press or edge events on Pins (tried P1 or P2), the board freezes after a few or many attempts. Demo : https://makecode.microbit.org/_FRjWbe2pJMbX It...

bug
P2
music