Florian Reuschel

Results 88 comments of Florian Reuschel
trafficstars

Just for reference/inspiration: The folks from [ShareDrop](https://www.sharedrop.io/) have implemented the room feature in a quite nice and minimalistic way (`+` button in the upper right of the website).

This would probably be solvable by devs explicitly approaching a full screen app (using an alternate screen buffer as described [here](https://github.com/vadimdemedes/ink/issues/263#issuecomment-600927688)). That would not allow users to scroll through their...

Having a Promise-based helper as in (4) would be really useful. A thing that should be baked in: Such an interface would offer the great opportunity of combining `$promise->cancel()` with...

@fylzero Yes, the same happened for me (although I never had it working before). The reason seems to be that Mix [added support for AVIF images](https://github.com/laravel-mix/laravel-mix/blame/a2e8c5f14156b1495efe4bb67a4256fb24427460/src/builder/webpack-rules.js#L23) in the loader, altering...

This feature has been implemented and will be published in version 0.0.17, which is currently under review by the Chrome Web Store team. 🥳

Hey @yegle, sorry for coming back to you so late about this. I have seen parts of this problem problem before: 1. This has happened to me as well, but...

A little heads-up on this: This feature is on its way. 🙂 I have already fully implemented it, just going to take a couple days to test it in day-to-day...

This is out as version 0.0.14 — have fun with it. 🙂

The reason it does not work with latest PHP versions is that an issue that previously was a notice (accessing a non-existing index) became a warning in PHP 8, making...

Based on @jathak's suggestion, I could also imagine an implementation agnostic file system abstraction "interface" that allows for asynchronous answers to request. On top of that, Sass code could be...