Thea Morin

Results 49 comments of Thea Morin

We need to test this on all platforms (I can do Mac and Windows pretty easily.) One consideration is to test a mixed-format translation like `hi {#shift(t) h e r...

I had this error too and just wanted to mute it. To mute it, you can adjust your .flowconfig: ``` [ignore] .*/node_modules/react-resizable/.* ``` and then you need a custom libdef...

My false positive for this rule came from my preamble, where I linked to the project by its `[name](github.com/project/name)` and in the link given on the logo, which was recommended...

I agree that this rule confuses me a little, because when I set up awesome-lint, it was to ensure that contributions to my list meet the requirements, not that the...

I was thinking that maybe we brute force and look up all the combinations in main.json and build a small word boundaries dictionary in order to not hold the whole...

My solution involves using `white-space: pre-wrap;` and then controlling the enter key in order to prevent the insertion of div/p: ```jsx { if (event.key === 'Enter') { document.execCommand('insertLineBreak') event.preventDefault() }...

I could footnote a link to the -BG page On Wed, May 17, 2023, 9:40 a.m. Kulpas ***@***.***> wrote: > I feel like straight up saying that it's ABGT* would...

I'm pretty sure the Windows on screen keyboard doesn't support "holding" keys, which would be required for Plover to work with it.

A better option might be a dedicated machine plugin with a QT tool that displays an on-screen-steno-machine from within Plover. That should work with any 10-point multitouch display.

I think it's a good idea for a plugin, but it's not something I'd personally like to take on. We can leave this issue open and perhaps we'll find someone...