Briffou

Results 9 comments of Briffou

Same problem observed with Home Assistant 2023.12.1

I had no problem building the theme with [libsass 3.6.4](https://github.com/sass/libsass/releases). Note: But I had a problem with Inkscape (1.0rc1 09960d6f05, 2020-04-09), had to change export-png to export-filename in Makefiles (cf...

Not sure if this issue is directly related to this theme (although it would also be a good thing to update the "origin" of this theme, from https://github.com/arc-design/arc-theme to https://github.com/jnsh/arc-theme...

@andreisergiu98 It should work fine, I've done it recently (only for gtk 3.24 by laziness :disappointed: ), you can look at this branch https://github.com/Briffou/arc-theme/tree/arc-flatabulous (which also have a commit with...

Same issue here on songs that worked before (for instance https://www.youtube.com/watch?v=_bna2ni6h4c): ``` [24-06-15 10:09:43.2598] Plugins::YouTube::WebM::__ANON__ (690) could not get codec info 403 Forbidden ``` I tried to erase LMS cache...

Same issue here with a version listed in the recipe (2021.7.0 -> oneAPI 2022.2.0) ``` spack install gmake ^[email protected] ``` results in ``` ==> Error: KeyError: 'No spec with name...

Still have the issue describe by @articlecat, tabs "don't shrink enough", even on default theme Adwaita (on Fedora 30), `tilix --version` : ``` Versions Version de Tilix : 1.9.1 Version...

As this behaviour was quite annoying for me, I investigated a little bit more, and find that setting [hhomogeneous parameter](https://api.gtkd.org/gtk.Stack.Stack.setHhomogeneous.html) to false for the GtkStack introduced in https://github.com/gnunn1/tilix/commit/552923400bada2f0a1960e4b9a29b8588d46be31 seems to...

Hello world example here: https://github.com/Briffou/debug-cmake-tools Same thing as @pdjonov I think 1. Open test.code-workspace 2. Try to run task (`Tasks: Run Task`) from workspace: `CMake tools debug: configure` -> hanging...