kochelmonster

Results 7 issues of kochelmonster

Please transcrypt the following code: ```python class Context: def __enter__(self): print("enter") def __exit__(self, exc_type, exc_val, exc_tb): print("exit") return False def main(): with Context(): print("exit is not called") return document.addEventListener('DOMContentLoaded', main)...

### Description Take the following example: ```html ``` The taborder is changed to "First Name" -> "Username" -> "Last name" This is what happens if "First name" has keyboard focus:...

Severity: Minor
Impact: High
known issue
regression

A minor code change in setup.py to compile pycld2 on 32bit architecture.

changes to run richtextpy in python 3

Please try the word list (fewer_strings.txt) attached to my fork (https://github.com/kochelmonster/HatTrie) and call `./hattrie64d fewer_strings.txt fewer_strings.txt` I get the following output: ``` HatArray@Karl_Malbrain DASKITIS option enabled ------------------------------- Hat Array size:...

Some socket options (e.g. IPV6_MULTICAST_IF) need the interface index. In the current implementation of `net_if_addr` this information get lost. Please either add an "ifn" field to the `snicaddr` tuple or...

enhancement
new-api

### Check that this is really a bug - [X] I confirm ### Reproduction link See description ### Bug description If you declare a ListInput element with a slot="input" child...

Svelte