janKir

Results 7 comments of janKir

Although the problem might be API related, there should be the possiblity to cancel the process. These error messages pop up over and over again ...

I'm facing the same issue. In my case, it seems like a field (which itself is a nested SimpleSchema object) is wiped out during cleaning, and then the insert validation...

The following piece in the `declarations.d.ts` works for me with the `withSizes` function: ```typescript declare module 'react-sizes' { export interface Sizes { width: number | false; height: number | false;...

Got the same problem. I haven't tried your solution but isn't there a problem with adding a string to the timestamp because it is used for the arithmetic + operation...

same here. **EDIT** Okay, I had a quick look into the source code. The problem is this: AIOM only uses the https url when it thinks it's necessary. And this...

@jabza I am also interested in this functionality. Could you share your implementation? Maybe we could create a package that would be used as middleware (like the cache storage adapter)?

I eventually went with [react-native-root-toast](https://github.com/magicismight/react-native-root-toast). It has a slightly different API but was not much work for me to replace the library.