Emmanuel Briot
Emmanuel Briot
I just did a quick check: > cargo clean ❯ time cargo build Compiling memchr v2.5.0 Compiling cc v1.0.73 Compiling regex-syntax v0.6.27 Compiling tree-sitter v0.20.9 Compiling tree-sitter-ada v0.0.1 (/home/briot/tree-sitter-ada) Compiling...
Lots of improvements went into the gedcom importer, and Notes should now be properly imported in all cases. They are not displayed in the "persons list" yet though, so I'll...
Hello, my own experience with developing on Windows is pretty limited... Generally speaking, I think you are on the right track when you run the `pip` commands manually. Perhaps you...
> Note also that I'm running this in a copy of the geneapro git directory, and copying the original migration files from there. > > # Clear node files >...
Interesting comments, thanks. I know very little of django in practice, so any advice on the subject is welcome. I use only a very tiny part of it, and what...
This will need to be done in the server itself, since as soon as the information is sent to the GUI, anyone could eavesdrop and see that. Good idea though
I am relatively beginning in Rust, but that was also my feeling... to_lowercase() allocates a new string indeed, so we would want to avoid it. Changing ustr API so that...
As I mentioned, ASCII is definitely fine in the case of keywords. Identifiers though can in theory include various unicode characters (I did not look up the exact rules yet,...
Thank you for your interest in the subject ! :-)