Thea Morin
Thea Morin
**Rational**: https://github.com/github/renaming#renaming-the-default-branch-from-master It takes a little bit of work to ensure that dependencies that rely on the current branch name are updated, but I think that overall this is a...
It seems like the parser for the jQuery localize format doesn't handle nested keys. I'm using i18next which seems to have a similar enough format to work. *Twine version:* 1.0.6...
While doing the single-syllable exercise, I've run into word boundary errors, such as: - `Kass set` → `cassette` - `pup pet` → `puppet` It would be nice if the lesson...
Hey there, Mirabai pointed out your project on the Plover Discord and I think we're pretty excited about it, it's looking like an awesome low-cost entry into the steno world...
I've updated the Python examples to work with both python 2 and 3. This required a few minor changes: - Using "input" in Python 3, and including an import that...
The python wrapper for the API could be published to PyPi as a wheel which would be much more convenient than manually copying the file around. It would allow python...
I was glad to see that expect works with custom messages, but had to look at the code to see exactly how and when they are fired, and how I...
It would be nice to support the spacial plugin that's bundled with howler js. It shouldn't be complicated to do so, either.
It would be nice if `` took a prop that made it start updating in realtime, instead of having to build that code ourselves all the time like in the...
Jira and Markdown have block quote support. E.g. ``` bq. This is a block quote in Jira ``` ``` markdown > This is a block quote in Markdown ``` There's...