jairov4
jairov4
@JukkaL any other idea of aspect to test? I have covered: - ~~Fixed-length tuple items with value types~~ - ~~Module-level attribute with value type (may involve boxing, unfortunately)~~ - ~~Final...
any comment?
Same for me on Windows 11 and Python 3.11.9 ```text PS C:\Users\jairo> py-spy top --pid 6516 [2024-09-26T21:34:56.591592500Z INFO py_spy::config] Command line args: ArgMatches { args: {}, subcommand: Some(SubCommand { id:...
may be is any page indicating which version of python works?
I found it works on Python 3.9 on windows but unfortunately it is useless for my case, my project use python 3.11 syntax :(
Whats the point on restrict NAS drives? Typically small M3 or M4 machines are very limited in disk. Mine for example is just 256 GB in SSD. External disks are...
I have been thinking what if we reuse the dataclass to avoid other "dataclass"-ish implementation in python side. The idea is something like: ```python @final @dataclass(frozen=True) @mypyc_attr(value_type=True) class Coordinate: x:...
Looks like a nice contribution, can you review this?
I also see only shared and bridged, but even bridged is not working, which would allow me to setup it at my physical network dhcp level.