Michael Murphy
Michael Murphy
I don't support any versions lower than the current stable release, and according to the build logs, the errors are unavoidable because the dependencies require features that are not supported...
I can't really speak for Windows support as I haven't used Windows in many years. All of the latest programming languages have limited support for Windows, including the popular Node...
You can on Pop!_OS, at least, since that's where it's now being packaged. It would allow anyone to build debian packages from the source repo, too. `ie: dpkg-buildpackage -b` Any...
Once the `Float` trait is implemented, I should be able to use this in the `calculate` crate, and subsequently the calc builtin within the Ion shell.
This recently became a thing: https://github.com/lemire/simdjson
Would this not create a component storage containing tuples?
I see two approaches: **In-Builder** Widget builders could inherit a trait that configures an internally-managed `Option`. The builder could contain a `SmallVec` for storing each class added. ```rust let widget...
Sure thing.
Application IDs are allowed to change, however. Some sources may be shipping older versions of the metadata. The debian packages are inevitably doing so.
Debian's not going to "reject" a package that they've already published. I doubt they will update all of their packages with old metadata at this point, either. I'm not sure...