Results 10 comments of Jérôme Beau

Are those dev tools React-dependent? That would be too bad as Prosemirror is not. Indeed, after installing those dev tools 3.0.2 i get a dependency error (I use vanilla JS...

@zekth what about a dynamic example? Unfortunately `requestBody` doesn't seem to be allowed when setting a inline schema in app.ts (not an external file like you do).

Well actually I had to restart Matomo to see the results land in the search section. Why such a condition/delay?

> how do you detect which environment.__NAME__.ts you should import? Angular CLI does it, depending on the `configuration` parameter you run when building (`ng build --configuration=production` for instance ; in...

Did you define the expected variables in your OS env? If so `dotenv` should have read them as `process.env.YOUR_VARIABLE` when running `set-env.ts`.

Well I ran `ts-node` with your code in a `set-env.ts` file and this worked well. To avoid conflicts with Angular's TS config I would advise to put your tool (with...

Yes, same error (but without the Chrome session info) ``` JavascriptError: ReferenceError: __name is not defined at Object.throwDecodedError (/Users/javarome/project/@rr0/rr0.org/node_modules/selenium-webdriver/lib/error.js:521:15) at parseHttpResponse (/Users/javarome/project/@rr0/rr0.org/node_modules/selenium-webdriver/lib/http.js:510:13) at Executor.execute (/Users/javarome/project/@rr0/rr0.org/node_modules/selenium-webdriver/lib/http.js:443:28) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at Driver.execute...

For those interested, I've forked the repo to add the expected feature at https://github.com/Javarome/ngImgCrop See demo at http://codepen.io/Javarome/pen/RPLZvd

Hi, I've converted it to ng6 + some extra features here : https://github.com/famicity/ngImgCrop/tree/ng2 Feel free to use the npm component at https://www.npmjs.com/package/fc-img-crop

Hi, I've converted it to ng6 + some extra features here : https://github.com/famicity/ngImgCrop/tree/ng2 Feel free to use the npm component at https://www.npmjs.com/package/fc-img-crop