Fabrizio Tognetto

Results 9 issues of Fabrizio Tognetto

Hello, on the new documentation of crashlytics https://firebase.google.com/docs/crashlytics/get-started it is written to use `FlutterError.onError = FirebaseCrashlytics.instance.**recordFlutterFatalError**;` instead on https://pub.dev/packages/firebase_crashlytics it is written to use `FlutterError.onError = FirebaseCrashlytics.instance.**recordFlutterError**;` I always used...

type: documentation
good first issue
plugin: crashlytics

### Describe the problem I would like to have the result object parameter of enhance function to be typed. Example: *+page.server.ts* ``` import { invalid, type Actions } from '@sveltejs/kit';...

types / typescript

### Describe the feature in detail (code, mocks, or screenshots encouraged) Hello, is there any plan to add the toast component? https://www.melt-ui.com/docs/builders/toast Thank you I'm so happy I finally found...

type: feature
status: under review

Hello everyone, we have a microservice backend working with rest and we are thinking to migrate to Apollo federation. The query mechanism is great and it would reduce a lot...

Hello congrats for this cool library! I was trying to add the csv-import-js in a svelte app. Everything fine but I'm not understanding if there is some sort of review...

- [x] Let RiverPagedBuilder handle pull to refresh functionality. (It already know how to do this with ref.refresh) - [x] Add support for ChangeNotifierProvider - [ ] Add support for...

### Describe the bug Hello and congrats for your library, it’s very helpful! I was working with it today and after several hours I realized that if we fetch data...

### What version of Bun is running? 1.0.30+1424a196f ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? In my project I'm currently...

bug
needs repro