Benedikt Spies
Benedikt Spies
I cannot reproduce the error that happened in `HTTP tests sets conn context`
@marten-seemann it is still in progress. The main problem is that some goroutines are still running or are not synchronized which leads to data races when accessing shared memory. I...
How about splitting up the configuration into multiple parts? For example like this: ```go // ConnectionConfig contains common configuration data needed for a QUIC server or client. type ConnectionConfig struct...
Thanks for opening an issue. I am not (yet) using that plugin. Can you please be more specific about what is the problem.
Thanks for opening the issue. I think you are right: It should be 6px instead of 4px. According to: https://github.com/GNOME/libadwaita/blob/1.4.0/src/stylesheet/_common.scss#L8 https://github.com/GNOME/libadwaita/blob/1.4.0/src/stylesheet/widgets/_tab-view.scss#L29
Thank you for your work. Looks good but it think it requires some refinement. - Dark and Light theme should work even without the Gradience integration - to avoid variable...
@Haaruun-I The focused colors are used, when the window is in focus.
@Haaruun-I for me the light theme looks quite unusable. Does it look different for you? When window in focus:  When window not in focus: ![Screenshot from...
https://github.com/birneee/obsidian-adwaita-theme/commit/d6ceb701123b3627c6183a5f66eb8f246a2805fb
That is a good point. You can replace the colors with the variable names. Maybe define all the adwaita colors in a separate scss file. Sorry I don't have the...