smichel17

Results 282 comments of smichel17

I opened https://github.com/tangrams/tangram-es/issues/2284; let's open a new issue to track MapLibre exploration. ~~I'll do this later.~~ https://github.com/streetcomplete/StreetComplete/issues/3123

Upstream issue was fixed, so this will be possible to implement with the next Tangram release. We may also be able to remove some of the shims which automatically apply...

Should wait and see if @tibbi is interested in this, but if he is, the first thing we'd need is a mockup for how this would work.

> Now it is very difficult to aim the mouse at the very edge of the screen to switch to the next window without accidentally clicking on the second monitor....

This was also one of the first things that seemed broken to me when I started using PaperWM. I didn't realize exactly what the trigger conditions were for not showing...

@Lythenas The preview of the next window stays visible after you click? I think a screen recording might be worth a thousand words here. At 3 seconds in, I click,...

Thanks for the suggestion, I opened https://github.com/paperwm/PaperWM/issues/470 and https://github.com/paperwm/PaperWM/issues/471. I think if they were implemented, this could be merged as-is. Or we could merge first, fix later :smiling_imp:

This is likely because KeePassXD does not allow using it while another app is drawing on top of it (in this case, Red Moon's overlay). The options are: - Use...

What kind of deeper parsing are you thinking of? `:` is the [format for add-ons](https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format#add-on-file-format-definitions) in the todo.txt spec. IMO, this library should stick to a barebones implementation of that...

If I were going to implement from scratch, I think I would use this data structure, which I will describe in examples instead of words because js arrays are "wonderful"....