Alex
Alex
It would be useful if this information was much clearer in the documentation, I only worked out why my timezone lookups were failing from this ticket
This is how I have it setup (`implementation(npm("@js-joda/timezone", "2.12.0"))`) ``` package lib.timezone @JsModule("@js-joda/timezone") @JsNonModule external object JsJodaTimeZoneModule val jsJodaTz = JsJodaTimeZoneModule ``` The generated js has `require('@js-joda/timezone')` which then internally...
Are there any work arounds to this issue? I am trying to use the shopify api but they are putting the cursors for next and prev as non enumerated props...
I'm not sure what you mean. Looking at `Scanner.scan` it news up a `TreeSet` as the return type, the only way i'm getting anything other than a `Set` is an...
It would be great if you could put that into the Docs, while its annoying to have to deal with it myself its a reasonable argument as to why something...