duzenko
duzenko
Just one observation After `parcel serve` restart, it seems to notice that files are different and does overwrite it. Then it works for a short time and stops watching again....
It was 8.1.0
Sorry for reopening this again, but do you think there is room for improvement here? I mean, e.g. PHPStorm picks up PHP version automatically from composer.json, as if it's a...
New day, new flutter bug Just bumped into this, seemingly caused by a specific widget tree
Same error ``` Performing hot reload... Syncing files to device LG H873... Hot reload received invalid response: {type: ReloadReport, success: false, notices: [{type: ReasonForCancelling, message: Error while starting Kernel isolate...
> > > The particular error message is https://github.com/dart-lang/sdk/blob/30897929fc012602dc540a87fa1cb9b5e7db368d/runtime/vm/kernel_isolate.cc#L1027 > > It looks like this happens if the kernel isolate fails to start. There are some more logs in there...
> > > There is unfortunately not enough information in those logs to diagnose any issue @duzenko . > > @allanchao when you say that performing a hot restart works,...
How does it work in regards to hyphens? E.g. I have a string `'Franc Krona - Food stand - #09-12-2019-#011'` It seems to cut at a spaced hyphen leaving huge...
The repro case is as simple as ``` get a => [ 0, ]; final b = [ 0, ]; ```
Any news on this? How hard can it be... Just grab the defaultattribute from @oysteinkrog's fork