Timon Lapawczyk

Results 7 comments of Timon Lapawczyk

I get the same result when trying to parse Faceit or Esea demos. 5 ticks work fine and then when `DemoParser.IngameTick` reaches `0` I get this exception. ``` at DemoInfo.DP.Handler.PacketEntitesHandler.PropertyCollector..ctor(Entity...

@MSDOSMAN Were you also using the NuGet package? I realized that the error does not appear when I include the project from the master branch into my solution. Version 1.2.0...

With regards to: https://github.com/mui/material-ui/blob/488bdd9c7c24aacafb4f6b00fe28dce18ada5828/CONTRIBUTING.md?plain=1#L166 I would suggest to change the PR title to: `[DataGrid] Respect hideFooter root prop in printOptions`

@k-rajat19 you should really check out this post: https://chris.beams.io/posts/git-commit/ :pray:

I am using `FlatList` in a sheet, which works perfectly on android now but on iOS users cannot scroll inside the sheet at all. Always triggers sheet dragging.

> > I am using `FlatList` in a sheet, which works perfectly on android now but on iOS users cannot scroll inside the sheet at all. Always triggers sheet dragging....

While migrating away from tamagui sheets 😢 I found the [`topInset`](https://gorhom.dev/react-native-bottom-sheet/props#topinset) prop in the replacement library. Could be a solution to add padding to the `portalProps`. Have not gotten to...