otmi100

Results 12 comments of otmi100

This is what I came up with to add items to an invoice. Happy to see if there are better options?! `import React, { FC, useState } from "react"; import...

Sorry for the bad code formatting.. Also I wanted to thank you for react-admin! Cool stuff! Right now doing my migration from 3.x-> 4.x. Way better developer experience, good job...

I agree **unnecessary_await_in_return** might be a common pitfall and either be removed, have a better explanation or an enhanced logic to detect if it is "unnecessary" for sure.. The lint...

> Yes, onExit would support this scenario, similar to how you would use WillPopScope. (WillPopScope [doesn't work with page-backed routes](https://docs.flutter.dev/development/ui/navigation#using-router-and-navigator-together), which built by the Router / go_router) Is there any...

Can confirm this in 2024.. I was really excited to find this lib, but that's a downer :(

Had the same issue. This solved it: [see comment](https://github.com/insideapp-oss/sonar-flutter/issues/179#issuecomment-1683610734) - duplicate?

Came here because I ran into that problem as well. Can confirm the following on my machine: **Crash** on: [✓] Flutter (Channel stable, 3.22.1, on Arch Linux 6.9.2-arch1-1, locale en_US.UTF-8)...

Our users experience the same problem with iPadOS Version 17.6 (Build 21G5052e): ``` PlatformException(file_picker_error, Temporary file could not be created, Error Domain=NSItemProviderErrorDomain Code=-1000 "Die Repräsentation des Typs „public.item“ kann nicht...