Sebastien Dubois

Results 104 comments of Sebastien Dubois

The type definitions should be included in a dedicated npm package, as recommended by the TypeScript team; that's now the way forward so that typings can be added as any...

It's described here: https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/

Has the webpack configuration changed since you made the last release? I don't see any reference to the compression/uglification plugin (webpack does not create a .min.js file in dist anymore)

There's no minification in place in the webpack config. I think the fix just consists in: - deleting the dist folder - running webpack Publishing a new version :p

Apparently this solution no longer works with Nx 9.1. It seems that affected:lint now expectes to receive relative paths and not absolute ones. Here's the output that I get (with...

I could fix it with the following changes: ``` // lint-staged configuration: https://github.com/okonet/lint-staged // Workaround for issue with NX: https://github.com/okonet/lint-staged/issues/522 const path = require("path"); const cwd = process.cwd(); console.log("Executing lint-staged...

I get the same error as @Byronium with v0.7 unless I copy the correct yml file to my app's debug/res/raw folder.

After discussing with @blakeembrey, option #5 was dismissed as typings config files should be machine readable/writable. It's still possible in JS (depending on how the file should look like, but...

No, I'm still waiting for some feedback :p On Wed, May 11, 2016 at 12:03 PM, MedSolve [email protected] wrote: > Anything issues related to this enhancement? I am developing a...