Florin Iucha
Florin Iucha
> How do worktrees work in this case? The “main” repo is bare and the other branches are normal directories? Correct. Just to make sure that random scripts don't go...
> > In #13 somebody suggested the use of https://git-scm.com/docs/git-config#git-config-corehooksPath. Maybe we could conditionally use that (conditionally as some older git versions don't have it). > > By default, that...
Consider this: #include #include #include #include #include #include static constexpr auto setOne = std::to_array({'A'}); static constexpr auto setTwo = std::to_array({'B', 'C'}); static constexpr auto setThree = std::to_array({'D', 'E', 'F'}); static...
> > > `system_libs` didn't even exist in the past, so that is probably where this is coming from. I'm not sure if we actually need a hook for such...
https://askubuntu.com/questions/1459856/intel-alder-lake-n100-wifi-and-bluetooth-issues# suggests using a different firmware file and it report success. I have copied the file to /lib/firmware/intel/ibt-0040-1050.sfi but that directory seems to be wiped out on reboot. https://www.cnx-software.com/2023/07/07/fixing-wifi-6-on-linux-in-alder-lake-n-mini-pcs-intel-n95-n100-core-i3-n300/ has...
This might be similar to https://github.com/sphinx-contrib/aafig/issues/4 ?