Tim Schwenke

Results 155 comments of Tim Schwenke
trafficstars

There is a pretty extensive documentation on using uv with AWS Lambda: https://docs.astral.sh/uv/guides/integration/aws-lambda/

In my research I came across two existing options: - Convert output of `terraform graph` to Mermaid using `sed`: https://www.heaton.dev/2022/05/use-terraform-graph-in-mermaidjs/ - Directly generate Mermaid code: https://github.com/RoseSecurity/Terramaid

Thanks for sharing. Still works. Similar to https://gist.github.com/NickolajA/3604ba1a704bf7319cd4fb5779d06a89. But the `showInSettings` does not seem to do anything besides putting the entry into the registry. ``` Register-NotificationApp -AppID "Trallnag.Toast" -AppDisplayName "Trallnag...

For me the windows controls are disappearing even with hide_tabs_toolbar_v2 and I am on Firefox 135 right now. Weird. My config is pretty small. ```css @import url(chrome/bookmark_panel_enlarge.css); @import url(chrome/hide_tabs_toolbar_v2.css); /*...

@MrOtherGuy, my bad. In my fork of this repo in the past I patched the CSS so that the tab bar only disappears when Sidebery is activated based on a...