PSLLSP
PSLLSP
I am not sure if this is a bug or an expected behavior. I am not expert on double-entry accounting. I am just surprised with the report.. ``` $ hledger...
geneweb 6.08+git20181019+dfsg-2 (Linux Mint 20.3) I tried to export data from Geneweb to GEDCOM and I selected ANSEL encoding. Then I tried to validate GEDCOM file in a [GEDCOM Validator](https://chronoplexsoftware.com/gedcomvalidator/)...
There was a bug in `geneweb` that it can split UTF-8 code points in the middle during creation of GEDCOM export in UTF-8 encoding. This bug is still in the...
Geneweb 6.08, Linux Mint 20.3 Genealogical site [MyFamily](https://www.myfamily.rs/indexen.html) has nice example of GEDCOM file, [the Simpson family](https://www.myfamily.rs/myfamilymegedcom.html?gedcom=simpson). It has image of almost every character in the family and those images...
Makecode has no function/block to set SEED value used by random numbers generator. Current situation is that random number sequence repeats after each reset. That makes games predictable, etc. Could...
I can rename function in Makecode. When I do so, I do not see new function in the list of "calls" for function, I see old name. It is a...
There is no block to negate number in Makecode. There is a block to negate logic value (`not`). I miss a block to negate value of number. When number is...
Makecode has block `if else` that generates code `if .. else if .. else if .. else`. This is useful block but it is full of troubles. 1) New `else...