Sam Barnum

Results 5 comments of Sam Barnum

+1 on this, one of the most well-written and well-documented libraries I've come across. I find that if a user isn't authenticates, I cannot programmatically log them in, they need...

Hi, just trying out the library, fixed some complaints that JSHint was having.

Running into this as well. I suspect it's because the JetBrains annotation `Retention` is `CLASS` instead of `RUNTIME`. If so the error message is a little misleading. ```java package org.jetbrains.annotations;...

Thanks, @sdTolik that's a huge help. I also needed a similar patch around line 144 ``` if ( nextAfterPickup != null ) { openJobsAtNextOfPickup = stateManager.getActivityState(nextAfterPickup, iFacts.getNewVehicle(), openJobsId, Map.class); if...

https://mvnrepository.com/artifact/com.edgedb/driver/0.3.0 shows this: