KTP95
Results
2
comments of
KTP95
Same problem with vers 3.2.7, kubuntu 20.04 beta, and display 4k. But... there are a fix, with UI Theme Raspberry Dark (or light) is acceptable sizing, ps. Need restart Thonny....
Same problem with this simple ``` $links = link::where('lastView', null, 'IS NOT') ->get(50000); echo 'hello'; var_dump($links); print_r($links); die('here'); ``` "hello" is not printing... and script stop before with page blank...