codestothestars
codestothestars
This has been bugging me, as well. Looking at the source code, it seems that the boolean alternative to the sourceMap option isn't even being considered. I don't know what...
Out of curiosity, would you do that using some caching facility that (I assume) Vagrant has? i.e. vagrant-azure creates the resources and then locally stores their IDs to refer back...
I noticed this because when using a type alias, all of my queries became dynamic. Too bad because it means I have to update many files if I need to...
I use Waybar with Hyprland and here's my current solution. waybar config ```json "custom/capslock": { "exec": "~/capslock.sh", "format": "{}", "interval": "once", "return-type": "json", "signal": 1 } ``` capslock.sh ```bash #!/bin/bash...