Restioson
Restioson
♥ 🦀 ♥
Maybe someone else could PR a fix if you don't have a working machine?
IMO it's quite an important target to support, but it's gotta be quite difficult to fix for @christolliday since they don't have a Mac :/
I'll run rustfmt on this in a moment
Another question: is there any way to factor in the length of the suffix of the term (when using the query as the prefix) to the score? If possible it...
> I suggest we use the length - querylength as a first approximation. That should probably do the job. This sounds good to me. How can we expose this to...
As far as caching goes, would it maybe be cleaner to let the user do their own caching? They could always wrap it with a memoisation function if they wanted...
Yes, interrupt handlers cannot be interrupted (interrupts are disabled by the os). This is because if nesting is allowed, excessive nesting depth could cause a stackoverflow. However, the local APIC...
1) yes 2) yes 3) yes pretty much :) it has to be static unfortunately
Aren't those slated to be removed? Perhaps a RefCell. I will consider it though. Do you still think that this has a use case?