maya_t

Results 56 comments of maya_t

Thanks @DerBuddie, and what keys don't work ? Please use this: ```vbs STRING !"#$%&'()*+,-./0123456789:;?ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^`_abcdefghijklmnopqrstuvwxyz{|}~ @ ``` and compile with [Dckuino.js](https://nurrl.github.io/Dckuino.js/) __without selecting a locale(Copy/Paste)__, then you'll compare with this :...

Hi there, I only stumbled upon this specific case, I don't have additional breakage cases to provide, sorry !

**EDIT** :top: : Minimized the example even more and got rid of the `leaflet` dependency.

In the meantime, I ended up not using `` elements altogether and using a combination of `use_state` and `yew::platform::spawn_local`. ```rust let value = use_state(|| Option::::None); use_effect({ let setter = value.setter();...

Hi, I had the same question, and upon digging into Mastodon's source-code, the generation of these values seems to be as straight-forward as generating a random 32 characters alphanumeric string,...

Hey, I'd really want to have a way to use a separate repo for my keymaps, and that's something I partially achieved [there](https://github.com/Nurrl/qmk), however I needed to supply #19679 to...