Robin Leroy

Results 189 comments of Robin Leroy

Absolutely, we don't want to break all of HotRockets :-p

TODO(@eggrobin): the following should also be optionally cfg-configurable (with fallback to `.mu` as currently implemented). ``` // to be configured from a single emissionSpread curve (uniform distribution) minEmission, maxEmission //...

Apologies for the delayed response. I had partially responded to this on Discord back in January, but I should probably write something down here too (especially since interesting examples have...

> of course one should also have the various d+suen, d+ellil, etc. Done in https://github.com/eggrobin/Enmerkar/commit/2c66af9ae31fd7a159a0042a558c3214c167fbb9 and https://github.com/eggrobin/Enmerkar/commit/17e6d9e903b70865bd4ecf96d06ddfecb4c2057b. I went with with (all values of 𒀭)×(all values of 𒂗, 𒂗𒍪, 𒂗𒆤,...

The following helps: ```reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Keyboard Layout\Preload] "5"="00003000" [HKEY_CURRENT_USER\Keyboard Layout\Substitutes] "00003000"="00000409" [HKEY_CURRENT_USER\Software\Microsoft\CTF\HiddenDummyLayouts] "00003000"="00000409" ``` (Where the value of 5 would need to change depending on the...

Looking at the toml files, my impression is that they define a state machine transitioned by code point (that is, a `[[tables]]` record defines a transition from its `left` state...

Henri, this is interesting. In your comment you correctly identified what LB15a and LB15b are trying to do, and why they need to do that (instead of treating Pi as...

I am experimenting with moving LB8a and LB9 into the code of the line segmenter, as 1. the combination of these rules makes the state table extraordinarily painful to maintain...

``` # 7 - LB letters: # YES if the major languages using the script allow linebreaks between letters (excluding hyphenation). # Derived from LB property. ``` How is that...

> I'd like to know your opinion on these proposed changes here. I have opined. Apologies for the delayed review, I was on vacation last week. Other than the points...