Benjamin Johnson
Benjamin Johnson
Thanks for the reply however I’m still having issues. I attempted ./testerrrr --from-id=PST1389 --to-id=PST1386 but receive the same result. I’ve attached an image showing the data for these stops. Could...
@skywave The options you recommended are not contained in long_options of tester.c. Are you talking about a different branch (currently on realtime)? EDIT: Added the option in myself and got...
I believe this issue occurs as URL Session Data Task is limited to how much data can be downloaded. This is a bug and I believe implementing URL Session Download...
Hi mahal, unfortunately I was unable to figure out how it worked and didn't end up implementing it. I seem to receive a 405 'Method not found' when creating a...
Thanks for the detailed information. I'm working on implementing a notifications, expect to have it finished in a day or two.
I've implemented notification support in acf651f2b4802b70408a6c0675209bf2bf728310 however this implementation is not totally complete. As you mentioned above the long polling urls expire after the ttl. So currently it will still...
Hi @fredkiefer, I will get a simple example together so that you can reproduce the problem. After some further investigation I worked out that the line at GSXib5KeyedUnarchiver:874 was causing...
@gcasa any progress on this front? I was considering starting an implementation of the engine. My plan was to begin with a simple class to solve the equations for a...
@gcasa I wanted to provide an update on this. AutoLayout uses an algorithm called [Cassowary](https://constraints.cs.washington.edu/cassowary/). There are a number of existing library implementations, I chose [Kiwi](https://github.com/nucleic/kiwi) and I have written...
@gcasa Sorry for the late response. Life got in the way and it took me a bit longer than I expected to push my work. Here is the repo with...