spease
spease
``` foreign_interface!(interface ToString { self_type std::string::ToString; toString = std::string::ToString::to_string(&self) -> String; }); ``` ``` thread 'main' panicked at 'not yet implemented', C:\users\spease\.cargo\registry\src\github.com-1ecc6299db9ec823\rust_swig-0.1.3\src\cpp\mod.rs:1303:18 ``` Am I doing something wrong, or is...
There’s extra output in the Rust example, and I believe the Rust example is creating a thread whereas the python example is not (although it could be implicit as I’m...
I’ve noticed that wrapping a field type in Option, particularly when the field is a struct that contains other fields, masks genuine parse errors. For instance, the entire struct gets...
This is a considerable problem when trying to parse DTDs. Replacing the colons with underscores allows for parsing otherwise.
It seems if I add applications in the user configuration file, they end up in ~/Applications rather than in the system Applications. I there a way to add packages to...
The current setup of nix bootstrapping is complicated and brittle - it often breaks on updates (both macOS and, apparently, nix). At present, the nix 2.4 beta breaks `programs.zsh.enable`, and...
Found this library after someone at work mentioned they're a huge fan of Pandas. How difficult is Windows support likely to be?
Working on a project where there's some concern over making things async signal safe. It looks like to do that, we'll need to send slog records to a separate process...
Using the pattern in the examples on the website, MultiBar::listen will likely hang if an error occurs as the ProgressBar::finish function will never get called. It'd be nice if listen...
``` The Package 'mysql-python' is not available from any of the selected providers {'nixpkgs', 'wheel', 'sdist'} for the selected python version The required package might just not yet be part...