Pavel 'Strajk' Dolecek

Results 34 comments of Pavel 'Strajk' Dolecek

Use `xargs -L1` for a quick workaround ``` ./node_modules/.bin/eslint-find-rules --unused --no-error | xargs -L1 ```

@SharkWipf any chance you have solved this already? :) I have the same problem

@SharkWipf ok, thank you for the response.

Just found out that this works :yay: ``` =ImportJSON(«url», "/a,/b,/c", "allHeaders,noHeaders") ``` `"allHeaders,noHeaders"` sounds little bit schizophrenic, but it does the job ¯\_(ツ)_/¯

@KorayKaya stumbled upon the same issue – by any chance, have you found some solution to this?

@TomaisLeannan wow, thanks! I had no idea this exists. ![image](https://user-images.githubusercontent.com/697301/107860137-eccf4880-6e3d-11eb-8ec1-dfde6660ef41.png)

Not proper solution, but my hotfix based on above PR to Mocha ``` // Taken from https://github.com/mochajs/mocha/pull/4189/files#diff-37b88258822cb207e2caa1a88d4fbc057924da72c5580d1f39b78349214ab622R805 export function calculateNotSkippedTests(suite) { const { tests } = suite; let total =...

Not proper solution, but my hotfix ``` // Taken from https://github.com/mochajs/mocha/pull/4189/files#diff-37b88258822cb207e2caa1a88d4fbc057924da72c5580d1f39b78349214ab622R805 export function calculateNotSkippedTests(suite) { const { tests } = suite; let total = tests.filter((test) => !test.isPending()).length; for (let i...

Lidl je uz nekolik mesicu na Hlidaci https://github.com/topmonks/hlidac-shopu/commit/d8aa06ef6fcd4e24bd9f8a3c29ddd8a6eefa4d73 Overil jsem a funguje mi ![image](https://user-images.githubusercontent.com/697301/147847594-f84927b8-f02d-4e41-8d51-ac30b7ccf4d8.png)

I've glued together solutions found here and around the internets and automated it: * Get current Spotlight Exclusions * Find all node_modules dirs in a specified directory * Add new...