Yiding Jia
Yiding Jia
I consistently get this panic when using catfs (with a backing sshfs). The accesses that were going on at the time were concurrent reads. This is on fedora linux 30....
It would be nice to automatically generate builder interfaces, especially when generating unions: ``` java @Value.GenBuilder // Hypothetical marker. interface Foo { String getFoo(); } interface Bar { String getBar();...
Right now, if there's a builtin target that matches the requested target, it is used over any pack targets. This is undesirable as pack targets may provide more functionality than...
I ran into a case where py-spy computes the wrong address for PyRuntime and then fails to get the PyInterpreterState head ptr. I suspect the issue is due to binary_parser.rs...
Python version: 3.11 OS: linux, nixos I notice that py-spy sometimes fails to work for a process (and works after some arbitrary number of restarts). Running with debug messages I...