sixinli

Results 12 comments of sixinli

can use something like https://stackoverflow.com/questions/41037243/how-to-make-milliseconds-optional-in-jsonformat-for-timestamp-parsing-with-jack as a workaround for deserialization

sorry for the late reply, we have the handlebars.js 3.x running, and it's just an error thrown in javascript like https://github.com/handlebars-lang/handlebars.js/blob/v3.0.8/lib/handlebars/runtime.js#L198, the message is lot in between

thats a valid concern... its hard to enforce because people can technically do anything they want even with a GET endpoint... this is more just for good practice

will take a look if we can just swap that to "node" in a bit :)

Unfortunately we only have partial tsconfig support for now. PR will be welcome though :)

We have a product that tags release and "-dev" for the next version on the same commit. > On May 26, 2016, at 8:12 PM, Mark Elliot [email protected] wrote: >...

I have done some testing and the behaviors of JGit and 'git describe' are actually different: one return the first tag and one return the last, but none guarantee that...

not sure if related but im seeing ``` Unable to create call adapter for class java.lang.String for method . cause java.lang.IllegalArgumentException: Could not locate call adapter for class java.lang.String. Tried:...

try regenerating your yarn.lock file? the resolved link has been changed for external dependencies - i had a dependency that looks like `"leaflet.markercluster": "Leaflet/Leaflet.markercluster#leaflet-0.7"` and it originally resolves to `...

thanks for the workaround, it'd be great if this can be supported in the future though :)