Ryan Pendergast

Results 34 comments of Ryan Pendergast

This problem gets even more tricky with [Go Modules](https://github.com/golang/go/wiki/Modules) as your code can (and IMO should) live outside of `$GOPATH`. Therefore the `$GOPATH` relative tricks above do not work. My...

Thanks @ineiti I cleaned it up a bit and made a self-contained function. `barcode.ts`: ```typescript import { BarcodeScanner, ScanOptions, ScanResult } from 'nativescript-barcodescanner'; import asyncSleep from './asyncSleep'; const s =...

Here is full example with screenshot: ``` ``` ![image](https://user-images.githubusercontent.com/372730/67625575-a9df0100-f805-11e9-8376-d74fe6cfacc7.png)

Is there a workaround for this? I'm trying to use [node:8-alpine](https://github.com/nodejs/docker-node/blob/72dd945d29dee5afa73956ebc971bf3a472442f7/8/alpine/Dockerfile) - which uses 3.6 under the covers, and I'm getting this error.

Yup it does. Prior to 6.1.0 I would get the CSS error and it would crash for me as well. If there are any other environment / simulator / os...

``` ~/p/NativeScript (master|✔) $ rm -rf node_modules ~/p/NativeScript (master|✔) $ node --version v10.16.3 ~/p/NativeScript (master|✔) $ git pull ~/p/NativeScript (master|✔) $ npm install && npm run tsc-w //in second tab:...

Your workaround in the comment you ref is for Vue (as you mentioned), not sure there is an equivalent workaround for angular. I can't tell exactly what caused it to...

Hi @elena-p mine is `1.2.0`. I included my full `package-lock.json` in my previous post if you need to know other versions in my env. @vpiskunov maybe `nativescript-dev-webpack` v `1.2.0` is...

@vpiskunov strange. Few q's for you: 1. Are you running the exact "To Reproduce" commands in my original post above? 1. Are you on macOS? 1. Do you get any...

thanks @bundyo, totally agree the github issue here has nothing to do with the CSS error (which has been fixed [above](https://github.com/NativeScript/nativescript-dev-webpack/issues/1044#issuecomment-530243719) btw). Can you enumerate (explicitly) the steps you do...