RandomScientist
RandomScientist
It works, but I'm certain there is a more elegant way to request the PortabilitySubsetFeatures than what I did (which is probably down to me not understanding how the pNext...
This PR updates winit's macOS implementation to use NSTrackingArea instead of TrackingRects. These have [more features](https://developer.apple.com/documentation/appkit/nstrackingareaoptions?language=objc) than TrackingRects, which could be used to implement some of the cursor-related features that...
I always end up navigating from Apllications->Wineskin->app.app->show contents->drive_c, which is really annoying to do a lot feature: A button, accessible somewhere in Wineskin Advanced (ideally the top middle of the...
not sure if this is possible with how the master wrapper provides dependencies, but it would be really nice to have a button that puts a shell command that can...
This will probably need a different trait (`StrictNonNull`?) as NonNull has additional invariants on its address that must be upheld.
Currently if I add librqbit to my project it pulls in a ton of massive dependencies (axum and co) required to run the web API. Ideally the crate on crates.io...
pretty self explanatory. This PR will probably expand to more additions in the future, so I'll keep it marked as a draft for now. (edit) I'll try to avoid overlap...
`get_exts` treats an implementation having 0 extensions as an error case even though the spec makes no guarantees about the number of extensions provided by an implementation: ```c // generated...