Tomas Sandven
Tomas Sandven
This feature was the only reason I just installed Portainer :smile: I'm tired of keeping my Docker containers up to date manually, so I assumed a management GUI would be...
I'm getting more or less the same error, and I'm using vanilla `npm`. ``` Error: Can't find stylesheet to import. ╷ 1 │ @use '@material/button/styles'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ /my-project-path/node_modules/@smui/button/_style.scss 1:1...
@floehopper My use case for this is usually to replace a function that does IO with a function that returns mock data based on the input arguments. The mock function...
This might be partially resolved by implementing a CLI, as proposed in another feature request regarding Wayland global keyboard mappings. It would enable you to script out stuff.
Any workarounds available for this? What do I do when I'm no longer using the virtual output? Do I just have to reboot to avoid having a workspace permanently bound...
> > Any workarounds available for this? What do I do when I'm no longer using the virtual output? Do I just have to reboot to avoid having a workspace...
I didn't know scripts could extract the notification hints, I'll give that a shot. But it does feel a bit strange that every user has to reinvent the wheel to...
Of course, I guess we just disagree on the definition of "fancy". Getting an *audible* notification when receiving an email or instant message has been the norm for as long...
Should all notification hints be included in `makoctl list` output? I can't seem to get it to work: ``` ➜ notify-send "Sound test" -h STRING:sound-file:/home/tomas/Music/Soundboard/waow.mp3 ➜ makoctl list { "type"...
Nice, thanks! Good to hear it was a quick fix. Is this documented anywhere?