Wilson McCoubrey

Results 6 comments of Wilson McCoubrey

@adhip94 that patch worked perfectly, thanks for that! I'm going to attempt to open a PR with a more permanent fix for this if I have time this weekend, patch-package...

for anyone else running into this, until #190 is merged, temporary workaround is to set the following npm config Globally: `npm config set legacy-peer-deps true` Or set this in a...

Hi @jaydeep17, @andrewcross and @appmath, I have managed to create a workaround for this library to disable button ripple effect when the app is under test. My workaround requires that...

> ```json > { > "$schema": "https://json.schemastore.org/swcrc", > "sourceMaps": true, > "module": { > "type": "commonjs", // "strict": true, > "strictMode": true > }, > "jsc": { > "parser": {...

@pf1gura thanks for your insight. Given the solution above uses the existing '@nx/js:swc' executor I made an assumption that this executor would already handle imports from libs. @c0dewriter posted a...

@konqi I had a need for similar functionality in MySQL and SQLite and opened a PR with a potential solution, it doesn't go as far as `orUpdate` accepting an UpdateQueryBuilder,...