Daniël Ducro
Daniël Ducro
Not sure what's wrong with your esc button.. However, I did the following to enable a physical esc button. I personally don't use the § button below esc. So I...
I'm not a dev on GoldenChaos-BTT, so I'm not sure on how to solve your issues. However It would help devs on diagnosing the issue with more details, e.g. screenshots,...
@zhangjun-xyz Haha, true! I personally never use the native touch-bar.
You can pause BTT entirely for specific apps. Then you can use the native touch-bar, for those apps and use GoldenChaos-BTT for the rest. (for example, if you need the...
I'm experiencing an audio bug, I'm using Ryujinx 1.1.0 on an M1 max. The audio stutters a lot and is distorted, graphics look great. Sometimes it sounds great for about...
Please merge PR #339
This may be the reason why `isinviewport` classes weren't showing. I used the following to update the component, this also lead to the state classes to appear. ``:class="`${scrollState[i] && scrollState[i].isInViewport}`"``...
`matchAllSearch()` might be an old method. Use `searchQuery()`. To count the total rows use: ``` Document::searchQuery() ->size(0) ->trackTotalHits(true) // Needed for indexes with more then 10000 documents. ->execute() ->total(); ```...