Jevin Sweval
Jevin Sweval
Manually allow-listing /System/Volumes/Data in is_mount_path() seems to do the trick.
If the high bit method is used, it could be useful to allow grouping of signals into RLE groups. e.g. one for some usually fast data (or no RLE there...
Just FYI I did this with pyenv 3.10.13 to try to get [cypython-lldb](https://github.com/malor/cpython-lldb) (which only supports up to 3.10) working. The cypython-lldb scripts sort of worked but it was definitely...
I’m going to give a stab at profiling and implementing the hot-path functions in C using loadable bash builtins (it seems there is already some precedent for readlink in src/)....
I agree that keeping things in sync could be a burden. That’s why I would opt to keep the original scripts around and have some sort of conformity/correctness test suite...
Has anybody thought about adding clock frequency information to ClockDomains? I opened https://github.com/enjoy-digital/litex/pull/1310 because I wanted build-time assertions to ensure that a hard IP block wasn’t being overclocked. Perhaps `freq`,...
Decryption “offline” from a PS3 should be achievable by decrypting (possible w/o a PS3 and with a PS3 PUP firmware file) the isolated SPU module(s) that handle SACD DRM. The...
Looks like you posted a comment and then deleted it about an issue where it “doesn’t run without sudo” with permission errors. That’s likely because when you ran with sudo...
Please post the logs to a gist instead of screenshotting. Add `MESSAGES=1` to your make invocation to enable verbose logging. Please post the output of `which -a swift` and `echo...
Does LIEF have the capability to add sections while fixing up __LINKEDIT? It is Apache 2 licensed.