wlouckx
wlouckx
I found another solution for this: Go to line 207 and make it look like this: >if ($help) { > print F Then go to line 347 and make it...
I found a solution how to work with the "Native App" (for OneDrive Personal). Take backups of files to change: `cp onedrive-authorize onedrive-authorize_bck` `cp onedrive-base onedrive-base_bck` In file _onedrive-authorize_ change...
Same issue, same laptop model though. I do however get this on running `sensors -j`: ```json { "amdgpu-pci-0700":{ "Adapter": "PCI adapter", "vddgfx":{ "in0_input": 0.743 }, "vddnb":{ "in1_input": 0.649 }, "edge":{...
Most likely related: #16
Especially the fieldname getter interests me as well. It would allow me to implement a simple generic pagination method by extracting the fieldname so I can do something like ```php...