Adam Bebko
Adam Bebko
I’m a fairly seasoned C# and python developer and tonight attempted my first foray into F# to potentially use as a tool to teach undergrad intro stats. I currently use...
Same issue here. Release gets created in GitHub, but doesn't trigger the followup custom actions on success.
I am also loading firebase configurations at runtime based on c# PROD and DEV scripting defines, and analytics doesn't seem to behave nicely with that. I'm using the Unity SDK
A similar thing seems to occur for me in a BindableLayout. When I add items beyond the size of the screen the parent scrollview doesn't seem to expand. I was...
I'm not sure if it's coincidence, but I added the following to my GitHub action workflow file between each step: ``` - name: Sleep for 60 seconds run: sleep 60s...
Would it be possible to merge this? I'm facing the same error. EDIT: adding these changes manually also fixed the console spam for me.
I'm having the same problem on VS 2022 on MacOS, 2nd collection view in a page is not showing. I can't test on windows. Running in iOS simulator.
This is a pretty big issue in my app too. My layouts need to be hardcoded, which really prevents making them pretty. Hopefully a fix comes out soon!
This also still happening for me in IOS. running VS 17.6 (MacOS), .net 7.0
I am facing this issue as well. ListView updates properly but CollectionView does not.