Thea Morin

Results 49 comments of Thea Morin

Hey @abarnert, Not sure if you still care too much about this project, but I'm looking for some guidance as I'm planning on using it as a base for a...

Hm, actually looking into your code on PyUserInput, I think I could work off of that branch. The only bit that concerns me is the use of Carbon APIs instead...

Yeah, the narrow unicode in Python 2.7 kind of sucks, but luckily we've managed to get around most of these issues. I played with the code and got something nice...

Thanks Andrew. I did get the code working for my use case in the PR I linked, and I really appreciate the detailed explanation, especially about the APIs. The code...

Hey again, This past week I took some time to fix some bugs in the code and at the same time turned it into a class and added a thread...

In the next.js docs, they cover [this use-case](https://nextjs.org/docs/api-reference/next/link#if-the-child-is-a-custom-component-that-wraps-an-a-tag) by providing the `legacyBehavior` and `passHref` props. This will maintain the navbar styling which the other proposed solutions do not: ```jsx Home...

I had this problem, turns out it was because I was using [`menuPortalTarget={document.body}`](https://react-select.com/advanced#portaling) which caused the menu items to show up in the DOM where the library wasn't expecting. Removing...

I see this as a prerequisite to implementing orthographic systems à-la-vélotype where there is a "no space" key (without needing to rely on a python dictionary) On Fri, Jun 15,...

Would it be possible to send immediately if the output is not part of a longer stroke? On Feb 4, 2018 4:55 PM, "Benoit Pierre" wrote: > OK, so let's...

With retrospective actions, this would also be impossible, so I suppose a delay is the more foolproof solution. On Feb 4, 2018 5:23 PM, "Benoit Pierre" wrote: > Or rather,...