Alex

Results 8 comments of 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...

``` start pack... externals:desktop-capturer dependency:undefined /Users/Documents/3rdparty/graphql-ide/node_modules/webpack-target-electron-renderer/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js:39 if(externals === dependency.request) { ^ TypeError: Cannot read property 'request' of undefined ```

This is a webpack version issue. I am trying to upgrade a project to webpack 2.2.1 if I upgrade the webpack project version for this project the problem goes away....

oh cool I didn't know that. will try without it thanks