dizzib

Results 19 comments of dizzib

Finally got round to upgrading to KDE 4.14.3 and qt4 4.8.6-4 but no joy I'm afraid. Even upgrading to AW 2.1.0 didn't make any difference.

Thanks and please don't sweat it :) I expect this to be a tough nut to crack if you cannot reproduce it so I've installed KDE/AW into an isolated virtualbox...

Using both @madcapnmckay 's and @bitinn 's modifications above, I'm having success with the following code on a resize: ``` scroller.destroy().refresh(); ```

I currently have my unit tests in a folder named _test containing unit.sass. I'm relying on unit.css to be generated and I'm worried this suggestion would break this. Why can't...

Fair point. How about having a different file extension for partials, e.g. .sassp or .sasp ? Or perhaps a code directive within a partial to force css generation ? No...

I was also getting the same “No such file or directory” error with openjdk-17, but liberica-jre-musl-17.0.11+12 seems to work without error in Alpine.

I wonder if it’s because Telescope creates a `` mapping: ![Screenshot 2024-09-11 at 10 53 03](https://github.com/user-attachments/assets/0268b0e3-596e-4d8c-9df2-155a8f49e2d3) So pressing `` waits `timeoutlen` ms before closing? Strangely, I must first enter insert...

This seems to be an issue with `dart run`. The following fixed it for me… ``` flutter clean ``` @Kominc running v0.13.1 yields this warning: ``` ⚠ Warning: flutter_icons has...

It seems to work when called from the overlay isolate, but gives this error when called from the main app isolate.