Mario Rugiero
Mario Rugiero
Lots of our runtime is wasted on allocating big integers on the heap. This happens, in part, because the crate is meant for general usage where you truly have arbitrary...
It could be a firmware or driver issue, too. In that case, there's hope that Apple pushes a fix eventually.
I was able to inject with a dumb demo program (read a packet and inject it back), but it wasn't in monitor mode. With JamWiFi I get the crash. I'm...
I think it is useful, actually. The developer stated a lack of hardware for testing, so knowing who else may help on testing is definitely useful.
Since the order is only used to determine whether one object is only in source, only in destination or in both, maybe partitioning it to files is easier and more...
Wouldn't this patch break install for users of the older version?
Is the script run manually? If so, maybe just copy paste and have two of them. It's a one liner, so it should be a problem.
> I'd like to have more feedback from other users: would you use/try this? User feedback here: I'd definitely use it. I actually wanted for something like this a few...
I wonder how hard it is to write a minimal zim parser in Lua to avoid the conversion step. I gather the C++ lib is as big as it is...
We're currently working on making cairo-rs embeddable in Python as a module, so it should be possible to write a Flask wrapper similar to that. There are currently no plans...