Michel v. Varendorff

Results 29 comments of Michel v. Varendorff

Already has potential PRs at #95 #102 and #103

This might be related: https://github.com/lovell/sharp/issues/3994 When using yarn 1, `--ignore-engines` is required. I could reproduce the original issue by installing just sharp in an empty project, starting Node REPL and...

This seems caused by an incompatibility with Android Gradle Plugin 8.x. I have opened a PR.

Yup; while the changelog mentions compatibility with AGP 8.x for 2.2.1, downloading the [source bundle](https://pub.dev/packages/maps_launcher/versions/2.2.1.tar.gz) from the version tab on pub shows that the relevant section is missing in android/build.gradle....

What value should stackTrace have when serialized from json?

A note on `_previousRouter?.location`; [since GoRouter 9.0.0](https://docs.google.com/document/d/16plvWc9ablQsUs7w6bWDpTZ7PwMP4YUhV-qMQ3iljE0/edit), it should be `_previousRouter?.routerDelegate.currentConfiguration.fullPath`.

> okay, I found that I have to set the voice in the settings of the device, then it works, at least for English. For German there is a problem...

Hey there @clentfort, don't mean to be annoying but is there any chance you could look at this?

I am currently using ```ts getColumnCanGlobalFilter: (c) => c.columnDef.enableGlobalFilter ?? Filters.getDefaultOptions!(table).getColumnCanGlobalFilter(c), ``` as a workaround. This uses the default implementation as a fallback in case no explicit value is set...

Oh, I agree on both the docs and having a universal implementation. The second might be harder than it seems at first glance, because there are expressions that match both...