Viraj Sinha

Results 9 comments of Viraj Sinha

This is probably fine to close for now, it looks like the issue is with `nightmare` (and as the name might suggest, nightmare's test suite is thoroughly broken for newer...

Encountered the same, I think the old version of Electron being used doesn't (didn't) have arm64 builds. Updating to a new version of electron should work ``` ~ $ npm...

here's some more prior art we might be able to piggyback on / learn from: http://brettterpstra.com/2013/07/30/precise-web-clipping-to-markdown-with-bullseye/

Is there a method for loading envFromSecret into the alerting sidecar? For things like slack tokens and whatnot

Changing your package.json to pull from the most recent version should fix this problem ``` "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git", ``` found the solution linked [here](https://github.com/cnjon/react-native-pdf-view/issues/66#issuecomment-303677943)

Changing your package.json to pull from the most recent version should fix this problem ``` "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git", ``` found the solution linked [here](https://github.com/cnjon/react-native-pdf-view/issues/66#issuecomment-303677943)

Update/workaround: the [grafana-infinity plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) support OAuth1 and OAuth2 and supports graphql endpoints. If you need this functionality just switch to that plugin instead.

Found a hack which works! ``` dataTransform: (s: string) => s.replace(" ", "\u2063") ``` `\u2063` is an ['invisible separator'](http://www.fileformat.info/info/unicode/char/2063/index.htm) (ie an invisible comma) and is not matched by the `\s`...

Any update on this MR? We're getting blocked on this issue as well, would be super helpful to push this through.