thomas-profitt

Results 28 comments of thomas-profitt

Thanks! I'll see if I can badger any matrix-puppet-facebook users into testing. This is something the other matrix-puppet-bridge bridges need too, so we'll probably want to take this and abstract...

Agreed that that the capabilities of the bridge, and of the other bridges, should be made more clear. In the meantime, let me try and answer your questions here, as...

https://github.com/matrix-hacks/matrix-puppet-facebook/issues/31 is relevant here. This is kinda-sorta a duplicate, but more limited in scope.

In Riot, would you click the "(...)" button in the upper-right corner of one of the image messages, select "View Source", and post the "content" section of the message's source,...

Here's an example of how I think soft-wrapping should work, so wrapping doesn't break words, it's obvious that something is soft-wrapped and indentation is preserved ![Screenshot 2022-04-08--14:35--351](https://user-images.githubusercontent.com/13843293/162526935-e0089641-026d-4b1a-af04-1b6266e97637.png)

Using these subcommands in a script is one way to implement https://github.com/containrrr/watchtower/issues/1401. It would still be good to make it more automatic or more declarative, if other approaches described there...

Thanks! I think I'm on the right track now. I'll add another comment once I have this implemented, for any future Googlers. `ISR()` isn't working for me, though. I'm using...

Yeah. That's what it looked like to me, too. Tens-of-milliseconds resolution is just fine; measuring how quickly I can tap a key, I only got upto about 10/sec., so the...

To work around this, you could have your configured theme be a symlink to another theme, and use your OS's task scheduling utility (e.g. systemd timers) to run a task...

I had this exact problem when I tried to upgrade my local tmk_keyboard repo. If I checkout commit a976ecc and use ChibiOS stable_17.6.x and ChibiOS-Contrib chibios-17.6.x, it works normally.