Josh Schreuder

Results 9 comments of Josh Schreuder

@stevenvachon it might be because of this? https://github.com/istanbuljs/test-exclude/blob/master/index.js#L60-L61 Only instrumenting source files relative to the cwd. Noticed this here: https://github.com/istanbuljs/babel-plugin-istanbul/issues/74#issuecomment-265635158

I also get an issue further down the track when running as administrator: ``` λ ied install [==============================] 100.00%C:\Users\jschreuder\AppData\Roaming\npm\node_modules\ied\bin\cmd.js:57 throw err ^ Error: EPERM: operation not permitted, rename 'C:\Projects\MyProj\node_modules\.tmp\7e13da55-f351-455e-9384-d1886cb2351c' ->...

@alexanderGugel I think I can get around the permission issue using junctions on Windows. Basically just passing the type `'junction'` into `forceSymlink()` seems to remove the need for an Admin...

> @JoshSchreuder There is an 'isWindows' check in config.js you could probably use. Thanks, I've put up a PR which uses the check (#95).

> although I still get the rename error I noted above intermittently - will investigate Did a bit of digging into this and it's potentially an antivirus thing (ughhhhhh), npm...

@twinaphex @meancoot will this be bundled with RA in the near future?

Perhaps time to implement a scraper, a la https://github.com/Depressurizer/Depressurizer/issues/147#issuecomment-520171059 Would resolve #253 and #251 also. @mvegter is that something you would be interested in accepting a contribution? Do you have...

Btw it seems like HLTB do have an API (HLTB for Deck is using it), see https://github.com/SDH-Stewardship/hltb-for-deck/blob/bf1f357766aadd42dd70acc13d8dc7aae8e8b865/src/hooks/useHltb.ts#L60-L72

@OliverJAsh I'm having a similar problem. `console.log` works fine, but any kind of syntactic error such as `throw new Error()` won't have line numbers resolved correctly from the sourcemap: ![image](https://cloud.githubusercontent.com/assets/681706/12630785/3b32c294-c5a2-11e5-85df-556eb1b696d2.png)...