Falcosc

Results 95 comments of Falcosc

Well, this is a breaking change since some people did parse our CLI responses despite me telling them to not parse these strings but use our library instead. @FlyGoat I...

No, I should not review C Code. I am not a C Developer. Complete miracle that the old Info command was stable at all, I can only give advice from...

After we have fixed the sample, could you re-upload the new one in google? It is not visible for recent devices anymore. https://github.com/Falcosc/locus-addon-tasker/issues/37#issuecomment-2652401555

I can not reproduce it. It happens only once a month or so. And even worse, nobody notice it since it happens only in my SelectVersion context. So I now...

Found a 2nd context which never works if you hit a usecase where package was hidden. Phone Reboot is needed to fix it. So only after phonereboot TaskerActionFireReceiver.onReceive(context):context and SelectVersion.onCreate().this...

> add to your manifest following 'queries'. > > ``` > > > > > ``` This version is now in test since 4 days https://github.com/Falcosc/locus-addon-tasker/commit/804efe516d282d786bf7b98e07ca2ad566dcc15c But I keep using...

We have a documentation section in here https://github.com/FlyGoat/RyzenAdj?tab=readme-ov-file#documentation It has all the links to Option documentation, Guides and Support Matrix. Anybody can contribute in the wiki. Unfortunately I can't add...

--max-performance and --power-saving just sets a hidden flag which is activated automatically when you switch from battery to AC or from AC to battery We didn't go with my idea...

Unfortunately, renaming would break the API (make it incompatible)

Yes, over CLI it would be wasteful, you have to go the library route. Sadly, many windows integrations actually implement the CLI instead of skipping initialization with the library. Your...