Norbert Kosma Niziołek
Norbert Kosma Niziołek
@mgreenw I would like to use this solution but I do not have a single `QueryClientProvider` instance in the root layout - I only use Tanstack Query in a few...
Hi, after some tweaking I found the configuration that matches the M3 spec :) Here is some example code ```dart SpeedDial( shape: const RoundedRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(16)), ), spacing: 16, childMargin:...
Here is my temporary walkaround for this issue: I add two formatters before and after the CurrencyInputFormatter - the first one detects this issue, changes the 0 to a 1,...
I am now getting this error in Next.js after updating to 14.2.0. It seems like Next.js got updated to this version of SWC and the plugin is unusable with Next.js...
Another reason - I want to use it on a 16:10 (1920x1200) screen without black bars on top and bottom. Any update on that feature?
Thanks a lot, it's working great!
This happened to me because I set the `output_model` for the `Controller`, then I forgot about it, and I asked the AI to return something completely different. I guess the...