codeepic
codeepic
@danielcooperxyz I added `canvas-prebuilt` package to devDependencies and moved it to dependencies but in both cases I am still getting an error `TypeError: Cannot read property 'backingStorePixelRatio' of null` when...
Why is this PR still open?
Guys, is there any resolution to this or at least a rough estimate whether it can be solved? It's a big hurdle for our front-end team. Every time the js...
@richdougherty So we have an Angular application in `public` folder - any file changes in there will trigger app recompilation. So I just changed 1 of the TypeScript files, which...
@shkhln So you think it may be an issue with our sbt setup since the logs go silent after initial 12s restart? @richdougherty as @garethdn said, the Webpack rebuild is...
@shkhln From what I understand Play observes `public` folder and any file changes in there (be it .js, .css or .java, .scala) trigger recompilation and then restart. In that case...