Martin
Martin
Dirkjan OK thanks, I'm looking into it. It seems that Tera and Jinja do not implement match at all. Probably using 'or' for '|' might be good, as askama seems...
You need to force `jni-sys` to version 0.3.0, not to the latest version, in your `Cargo.toml`.
Florin, I was looking at something more formal, for example the syntax diagrams for sqLite that I linked to. Perhaps I am wrong there. Regards, Martin Ellison (he/him) On Wed,...
Real documentation. I just want to write slint code for a personal project. I think other slint users would benefit from the same documentation. The existing documentation is more of...
* I was making notes and then I posted the notes in my 'analysis'. Indeed the numbers were the line numbers to make it easier to find the relevant parts...
My app is (more or less) working now. What I did was (using the rust crate): * added the ``certificate_check`` callback (always returning ``CertificateOk``) * forced the HOME variable to...
@ethomson: I've looked into it a bit more, and found: * ``/`` as seen by Rust (and presumably C) == the value of ``getFilesDir()`` as seen by Java. This directory...
@ethomson I've tried creating a fake ``known_hosts`` file using Android java before running libgit2, but it has not made it work. It would help if the existing error message provided...
I would suggest that the first step would be to separate out the user interface code and the "model" code (everything else). The model code could then form the basis...