Charles King
Charles King
@jchansen I haven't used Electron, but from what I understand about it, it uses a Chromium window for the UI, so can't think of a reason why Lore wouldn't be...
@jchansen I would suggest using https://www.npmjs.com/package/debug. This lets you define namespaced logging that works on both the server and the client. e.g- ``` js const debug = require('debug')('lore:models:Model'); debug("A sweet...
@akoskm I have implemented this on my fork, https://github.com/bringking/requirejs-maven-plugin My fork is not in the maven central repo yet, but you could test it locally to see if it fits...
@akoskm I think any pull requests will go un-answered. mcheely stated that he is not going to maintain this plugin anymore. I should have my fork in the repo by...
@akoskm my release should be in central now- v2.0.2.
Yes to build on what @mcheely and what @akoskm have stated, based on my research multiple executions should be bound to a lifecycle phase. For example- ``` somepage generate-resources optimize...
@gfouquet, if you would like to submit this PR to my fork [here](https://github.com/bringking/requirejs-maven-plugin), I will get it into the next release and out on the central repo.
This feature would be awesome, is there any status on this? Any way we can help?
@joshprice any status on this, or are you looking for help to get it implemented? It seems this work is needed to send errors to the client in the GraphQL...