Devin Howard
Devin Howard
the issue as framed for design: https://trello.com/c/xzi8X8s2/55-enable-maps-to-have-unplaced-topics-no-set-coordinates the issue as framed from the users perspective: https://trello.com/c/YJN6UKGt/30-enable-maps-to-have-unplaced-topics-no-set-position Currently if you import topics they can be auto laid-out, but if you use...
Currently we're using native rendering of emoji, but it would be better if we replaced the shortcodes (e.g. `:upside_down_face:`) with components. There's code along the lines of what we want...
I think our JS is not very reliable for cleaning up old synapses We probably need a scheduled job to clean up invalid synapses. That means synapses with topic1/topic2 as...
BIP refers to 'best-in-place' , the click-to-edit library that we use
fix typo that gives a syntax error if copy-pasted
## Info This PR adds the new skill, [tv-remote-control](https://github.com/devvmh/tv-remote-control-skill), to the skills repo. ## Description This skill defines voice commands for controlling a tv. how this actually works is up...
#### Summary Unicode errors! I'm including an error traceback, a git patch that solves the error, and then a subsequent traceback for a second error I couldn't solve. I appreciate...
Last year I wrote a library with very similar goals to this (https://github.com/devvmh/redux-crud-store). Since then, I've changed companies and don't contribute a lot to the js ecosystem anymore. Most of...
**Description** I installed this app today on Nextcloud 24 via git clone into my apps directory. I needed to run `git checkout stable-0.9.x` to get the app to install. Once...
Hi, when I import soundmeter into my flask app, I believe it's breaking the default Ctrl+C behaviour because the sigint_handler doesn't raise KeyboardInterrupt. I believe if you simply adding `raise...