Lawrence Gripper
Lawrence Gripper
I think I found why the `sway_env` file in `environment.d` didn't work. It looks like the sway launcher loads those `environment.d` then sets the `XDG_CURRENT_DESKTOP` meaning these get overridden. https://github.com/regolith-linux/regolith-session/blob/859cc680413992df3085a3d7b509775920f4e7f8/usr/bin/regolith-session-wayland#L39-L45...
@kgilmer will take a look (fair warning this is not my area of expertise), here was the tweak I've made locally to get me override the `XDG_CURRENT_DESKTOP` - https://github.com/regolith-linux/regolith-session/pull/34 @SoumyaRanjanPatnaik...
Nudging this as it's super painful having to manually copy paste to the block builder website or only find out in a live system. I'd like to wrap my block...
I'm not someone at slack but took a look! TLDR: With some manual effort and the typescript type information I semi-auto generated the schema. [Here it is for others to...
Thanks to @okeeffed for the typescript to json schema code and awesome blog 🙇♂️
This did the trick for me when I hit this problem. Thanks @kgilmer :heart: :+1:
Thanks @ajeshp this worked for me :+1:
The spec suggests that having no `ports` at all is an option, if I'm reading it correctly, so I'm not sure if this is a case of the item defaulting...
Was a while back now but iirc I deployed with some ports specified and it worked.
The error here is that I didn't specify a `ports` block, see original Terraform file at the top of the issue. This resulted in the following error: ``` Error: Error...