Martin Hammerchmidt

Results 22 comments of Martin Hammerchmidt

@sharkdp Good idea! @DerekCresswell It's a good idea as it would not require any additional engineering!

I think there is no need to have a mandatory `int == int32_t`. We could not print `_t` suffix, to keep only the essential part: `[u]int` It is easy to...

No, sorry. I meant that we can compute `int32` at run-time or compile-time instead of forcing associations like `int = int32_t` !

Hello ! I'm on Prisma `4.2.1` with PostgreSQL. Tested with same behaviors back to `3.14.0`. It appears I have the same bug with a composite `@@id([fromId, toId])`, both of type...

Hello! I had the same problem and `possibleTypes` fixed it. I spent hours not understanding what was happening as Apollo Client doesn't emit any warning or error and I was...

> After adding `@react-navigation/native` and `@react-native-community/masked-view` as dependencies, the following error shows - related to `react-native-redash` > > ``` > error: Error: Unable to resolve module react-native-reanimated/src/derived/interpolate from /home/ben/code/AwesomeTSProject/node_modules/@gorhom/animated-tabbar/node_modules/react-native-redash/lib/module/v1/Colors.js: react-native-reanimated/src/derived/interpolate...

I am now stuck on the following error: ``` ERROR TypeError: cannot add a new property This error is located at: in AnimatedComponent(View) (at createAnimatedComponent.js:455) in AnimatedComponentWrapper (at AnimatedTabBar.tsx:246) in...

> after installing `[email protected]` it worked just fine. > > @intergalacticspacehighway is `7.0.0-rc.0` safe to use in production? `7.0.0-rc.0` fixed it for me too.

Hello! It does work for me, thanks! **Note:** For the animation of animated `apng`/`webp` to play, there must be a `AppGlideModule` in your app. `FastImage` have one by default. If...

Hello, we are facing the same issue. Adding the following dependency override did fix the issue. ```yaml dependency_overrides: video_player_avfoundation: 2.5.6 ```