Olle Sandberg
Olle Sandberg
Hi @rkhwaja, At this time there is no particular filesystem support in bita. It can only clone from a http hosted archive or a local archive (a file). If you're...
Closing since it's unclear to me what's being requested and no further activity from author.
> Hi, and thanks for the nice words. > > I'm not sure how well this would fit into probe-rs, since it's quite different from the other functionality, and I...
> > Just to be clear... You mean move the current stlink code from probe-rs to a separerate crate which would then be a dependency of probe-rs? But have the...
> Hey! Can you share the exact commands you ran to get that information? 🙏 I am a bit surprised the binary size would reduce as `regex` would still be...
Fixed a lint: ``` 51 | let (time, zulu_timezone_set) = if len >= 15 && len
> Do you have a use-case where the size reduction would be beneficial? I can imagine that this crate is already too big to be used in any resource constrained...
Rebased on main and added test and fix for the error @WhyNotHugo pointed out.
To clarify this PR a bit more... I wanted to remove this hashmap since it seemed to have an impact on the performance of the rruleset iterator. Hashing values may...
That's interesting idea and I have too thought about signing archives from time to time. And yes, I think signing the dictionary (or the full header, or the header checksum)...