Mario Ray Mahardhika
Mario Ray Mahardhika
I'm respinning neon-useredition-20170907-1018-amd64.iso using prebuilt gpdpocket-20170826-kernel-files.zip. After burned to USB using etcher as suggested, it boots to GRUB and I can select OS. However, after a short log the screen...
I have set screen brightness to lowest level in KDE system settings. This is maintained if I reboot or shutdown then resume or power on. However, if I just suspend...
These two files are QuickLogger's dependency, but they currently don't compile with FPC 3.2.X. This pull request attempts to fix that. Tested on 64-bit Linux.
I'm testing the Quick Run (implicitly using jconf written there), for my own file I use the following to record: ``` $ parecord --rate=16000 --channels=1 test.wav ``` then change test.dbl...
I think this is better described as a video: https://youtu.be/bDFsksynmKk The video is actually recorded with KWin's Magic Lamp effect, buat Yet Another Magic Lamp also suffers from the same...
``` $(PkgOutDir)\..\core ``` in https://github.com/risoflora/brookfreepascal/blob/main/plugins/dopf/packages/dopfrt.lpk#L52 will trigger failed recompilation as the it makes the compiler gain access to dOpf source code, causing it to recompile them producing duplicate compiled files...
Mi5 Prime, using MIUI EU 7.5.7.0 with Qualcomm MPDecision mod. Opening overall statistics always say "Failed to load frequencies", but only for the big cluster. LITTLE is fine. The Qualcomm...
Hi, this is a Pascal solution from us. Please help testing on M1 Mac as neither of us has that machine. The alt.pas version should compile despite not being as...
#### Expected Behavior I can use Instagram normally with occassional downloading using this extension #### Actual Behavior Instagram warns that my action mimics a bot, and after a few downloads...
The following code is expected to return all objects under the given prefix as `$container->objects` ``` php $client = new ObjectStorage($host, $username, $password); $objectToRequest = 10000; $container = $client->with('container')->setParam('prefix','a prefix')->get($objectToRequest);...