mikeantonacci
mikeantonacci
It looks like something's wrong with the mech-and-cow file. I ran this command: `cowsay -f 'mech-and-cow' hello` The result was this error: > Backticks found where operator expected at /usr/local/share/cows/mech-and-cow...
The output of 'free -m' has changed again, resulting in a negative value for used ram. This is just a quick fix to read the correct value.
Import `Data.Map.Strict` and use `Map` instead `[(String, JsonValue)]` for the `JsonObject`. As a side effect, duplicate keys are handled in `jsonObject` by `fromList` with the same behavior as JavaScript, i.e....
Seems like a timing issue. Need to synchronize the changes to the busicons from the vehicle update observable and the route selection observable. Example logging that demonstrates the issue: >...
For some reason in the `unselectVehicleSubscription` we have this: unselectVehicleSubscription = toggledRoutesFlowable .skipWhile(Route::isSelected) .subscribeOn(Schedulers.io()) .observeOn(AndroidSchedulers.mainThread()) That `skipWhile` call causes the emitted route to be skipped the first time isSelected is...
If you hover over the bus selection and rapidly select and deselect routes that do not currently have tracking data, you can create a backed up stream of error messages...
Steps to reproduce: select several buses that will give an error, then immediately close the app or switch to another app before all messages have appeared on screen. What happens:...