Yuxuan Shui
Yuxuan Shui
Hi, so what's the decision on this PR? what do I need to do to get this merged?
@Ericson2314 what does #10038 do?
@Ericson2314 hmm, interesting. so if i do a `nix store gc`, would it also delete the tarball from the git repository? and it would be redownloaded next time i ask...
@Ericson2314 I looked into it, and I think implementing this became a bit easier after the new git cache, but it looks like it also introduced some bugs (#10080), I'll...
Hold on, why do we need to cache the tarball at all? What we want is the unpacked tarball, why are we keeping the tarball file in cache? (or did...
so the tool I am working on has commands that is not intended to be run manually, at all. they are only intended to be invoked internally by the tool...
maybe there can be two levels of hidden-ness? like, hidden and _hidden_ hidden
Hmm, I think I understand your point. So in `Symbol`, if there is a way to force `T` to be a raw pointer/unsafe function pointer, would that solve this dilemma?...
I don't actually know if micropython is responsible for ARPs, or if the pico SDK is? let me know if I opened this issue at the wrong project.