Min Zhao
Min Zhao
Hi, I mean in this document https://opentransportdata.swiss/de/cookbook/gtfs-rt/ they only provide trip update but no service alert which is basically cancelled trains etc... Which gtfsrt data/api are you guys using for...
Indeed there are some schedules marked as "CANCELED" in the trip_update... However, there are so few that I think it might not be exhaustive even for all the companies that...
Hi, I am also looking at platform changes. If I understand correctly, platform changes are not yet integrated in transport.opendata.ch? I am looking into GTFS-RT, but it seems that this...
Hi, I am also interested in this feature. Is it already enabled? Also, how fast are the delays updated? We are planning to impl. a notification service but I am...
It would be nice to merge this !
Hi @LeoHere , I had a strange problem with rendering custom controls. It works but when a have a event registration in XAML, gorilla will complain about it... A workaround...
Hi, thanks for the quite response. Actually you are right, maybe to fix the source of the issue is more efficient. For my problem, an example is to use Iconize:IconLabel,...
Same problem here, I think static image is a useful feature to support. However, I will try to use a dummy binding as workaround for now...
It's just an ugly workaround if static embedded resource is really needed. It prevents the gorilla from breaking but it won't show the image (same as using Local images). Just...
@LeoHere for instance, i'm using the iconize library https://github.com/jsmarcus/Iconize they have `IconToolbarItem` that use their font icon, but it only renders on `IconNavigationPage`. So with Gorilla, I can't really visualize...