Phorb

Results 83 comments of Phorb

Microsoft Excel adapts the scrollbars when you scroll past the area you've written into.

If you're interested: https://tosh.blob.codes A way how this could be implemented in Scratch is to simply display `sb3` files in a different way (text instead of blocks), maybe with an...

Do you mean auto-starting PowerToys features? In that case, just enable "Run at startup" under "PowerToys Settings > General". If you want to open the PowerToys settings automatically, I think...

I'm not a fan of invisible characters because of how much trouble they have caused me in the past. In my opinion, prepending a hyphen (-) to hidden variables is...

`sudo systemctl status dbus` returns the following: ``` ● dbus.service - D-Bus System Message Bus Loaded: loaded (/lib/systemd/system/dbus.service; static) Active: active (running) since Mon 2025-06-02 21:17:48 CEST; 1 day 10h...

> Oh, sorry wrong command -- we need `systemctl --user status dbus` to make sure your user dbus is running ``` Failed to connect to bus: No medium found ```

> systemctl --user enable dbus --now Yes, I get the same error after this command.

> Another thing we could do on focus loss: mute the project — and unmute it when focus is regained. That would go as a setting for the Project player...

Like, building core features on the Scratch Addons API? That would make code a lot more readable, so it's definitely worth to consider!