Harris
Harris
Interested in this as well! Would allow me to host bun applications on Railway using https://github.com/railwayapp/nixpacks
@paulsjohnson91 Thanks for investigating this. This issue seems to also be affecting the Material Top Tabs Navigator in React Navigation. Were you able to find a temporary solution?
> @DeveloperHarris unforunately I've not had time to investigate in detail, for now I've just forked the repo and removed both the position: absolute and the `|| layout.width` parts. This...
Currently encountering this issue as well, but with ScrollView instead of Flatlist. I've created a reproduction: Non-working (height not set): https://snack.expo.dev/@harrisr/funny-chip Working (height explicitly set): https://snack.expo.dev/@harrisr/quiet-sandwich This issue occurs on...
Dug into the code a bit. This seems to be related to an issue with react-native-tab-view, which is used by the material top tabs navigator. There's an open issue their...
Also experiencing this issue!
Let me update the info. The stream ran for ~10 hours. Additionally, it completed 255 iterations.
Having this issue as well: ``` Traceback (most recent call last): File "/Users/harris/src/voyager-test/main.py", line 12, in voyager = Voyager( File "/Users/harris/src/Voyager/voyager/voyager.py", line 104, in __init__ self.env = VoyagerEnv( File "/Users/harris/src/Voyager/voyager/env/bridge.py",...
Turns out the error occurs on line 324 of the microsoft_account.py file in microsoft-launcher-lib. For some reason the get_authorization_token() function fails to return the expect JSON .
I went ahead and started diving into it, and at least for me, it seems to be an issue with the complete_login function of minecraft-launcher-lib. Specifically on line 355 in...