FBNitro

Results 8 comments of FBNitro

I am currently using this: `import { dxDataGridSelection, dxDataGridScrolling } from 'devextreme/ui/data_grid';` I am using a custom control to deal with selection of rows, and I need the type to...

#115 is now also causing audit issues because it is outdated.

Sorry @mrmckeb it's still depending on postcss-icss-* and continues to fail audit checks with the latest version. Can you reopen this please? Version 4.1.1: [critical] loader-utils: Prototype pollution in webpack...

This is now causing an Audit Failure. ``` [low] decode-uri-component: decode-uri-component vulnerable to Denial of Service (DoS) (1085054) typescript-plugin-css-modules>stylus>css-parse>css>source-map-resolve>decode-uri-component ```

In my index.js, before the 'deviceready' event, I added a listener for activated: ``` let activatedURI; function activatedHandler(e) { if (e.uri) { activatedURI = e.uri.rawUri; } } document.addEventListener('activated', activatedHandler, false);...

Follow up: I upgraded to Cordova Windows 4.4.3 and that seems to have resolved the issue. So it appears that the minimum version for the plugin is not set correctly.

And now release builds in Windows don't work, but debug builds do (seems like a different issue, but to me it's all the same, I can't get this plugin to...

I am also looking for an update on this ticket. I've got the PR Build working on PR create, but when I push changes into the branch it does not...