jrbecart
jrbecart
I can't make it work with a SSD1309 with SPI mode on an ESP32 (ESP32-C3-DevKitC-02 with ESP32-C3-WROOM-02) FYI It works fine with u8g2. Does anyone was able to make this...
@ladyada sorry it was based on KurtE comments and PR. I think both displays are very similar
I think this feature will be nice. To manage this I did something slightly more complicated :frowning_face: (but I don't have to deal with stripped string :wink: ) I added...
@tabacitu, I have other texts around, but it's the idea: 
Also in my case I always have default values, so I needed to force the value to be re-added by `select2_multiple` logic when the filter is cleared (or all items...
I don't see any problems and your approach to looking at the URL is absolutely right. Combined with a *filter_tags component* or a *trigger for all filters*, it will be...
Are @bassetBlocks cached when using: `code php artisan basset:cache` or `php artisan basset:internalize` ? In my case at least all @bassetBlock from pro fields are not! I will need this...
> For those looking to maintain the old behavior of orWhere generating an AND query, a possible workaround is to explicitly define the logic in your query: `$booking_boats = $this->current_location->booking_boats()...