Alex Price

Results 10 comments of Alex Price

We use Nest at https://offset.earth and ❤it!

Looks like this external asset has been compromised: `https://assets.digitalclimatestrike.net/widget.js`

I'm getting the same issue on `1.4.2` public release.

I've just updated to the latest of `meteor`, `meteor-css-modules` and `node-sass` and the `scss` extension seems to be working perfectly now!

Oh.. Now I'm doing this: ``` "globalVariables": [ "node_modules/@blueprintjs/core/src/blueprint.scss" ], ``` and I'm getting the segmentation fault again... EDIT: This seems to work fine for now though: `import '@blueprintjs/core/dist/blueprint.css';`

Only difference is that I'm running the TS flavour of CRA so i have an `index.ts` file. But I'm 99% sure I had it building fine with that setup. I'll...

I've just taken another look into this and I got it working again by returning the result of the `factory` call in `createScriptRunner.js` rather than factory function itself: ``` let...

Okay good to know. Yeah the styles aren't working, but thats okay. I'm not in desperate need for a fix but it would be nice to get this wrapped up...

My favourite features are: - `spell ` for quick spell checking - Integrated clipboard and snippet manager - `next` for skipping to the next track - `empty` for emptying the...

I get the same issue when I'm *not* using the `-d` flag. I'm using webpack to bundle my app which must be triggering `success` before the `tar.gz` is actually available....