Joel Lappalainen

Results 29 comments of Joel Lappalainen

Here are pseudo query examples: ``` { foo() { __typename ...OldBarFragment } } fragment OldBarFragment on OldBar { name } { foo() { __typename ...NewBarFragment } } fragment NewBarFragment on...

I can give a more concrete example on how we would use this. We have a nodes in a graph that represent bike rental stations. However, nowadays there are all...

Has someone figured out a way to create a docker swarm/docker-compose cluster in emqx version 3? I have tried some of the suggested ways here and haven't found a solution...

@RaymondMouthaan thanks a lot! I was able to get the clustering to work. I don't know what my problem was earlier as what I was trying was really similar to...

I think the cases we have elsewhere in Finland are really similar to the Helsinki one. You have to return the bicycle either to one of the docks or within...

Thanks for the quick reply and reaction @pelletier197 . Unfortunately, I tried with newer version now and the issue still persists. I can fix the issue by defining the directive...

Ok thank you for the information. The directive definition I used in the schema to get rid of the problem was: ``` """ Exactly one of the fields on an...

Note, I didn't test with login. It could be that some of the lazy loading, that I've removed, was because of login instead of SSR.

Perhaps the vehicles get filtered out in https://github.com/HSLdevcom/digitransit-ui/blob/master/app/component/map/VehicleMarkerContainer.js#L85 for some reason. Is the data you are using in GTFS RT format? Have you tried debugging https://github.com/HSLdevcom/digitransit-ui/blob/master/app/util/gtfsRtParser.js to see if the...

We don't have any GTFS RT format vehicle positions feeds that would provide train data so there might be some bug related to it but I have no clear vision...