Yorick

Results 58 issues of Yorick

I rebased my webpack (and electron because it depends on that) changes out for a pull-request. Electron doesn't have the TLS bug, testing: ``` node_modules/.bin/webpack --env.platform electron-renderer npm i electron-prebuilt...

Hey, nice project! It looks good and I got it to work reliably (with electron, for now, fixes the SSL problems too). It's really fast, too! I played around with...

Using [JavaScriptStackTraceApi](http://code.google.com/p/v8/wiki/JavaScriptStackTraceApi), it is possible to break out of the sandbox and get full access to the node.js api. Removing `Error.captureStackTrace` alone does _not_ fix this issue, and I haven't...

bug

Best not allow the user to specify message names (wrap them in another message). Messages starting with NODE_ have internal meanings (search the documentation for internalMessage). Testcase: ``` js const...

**Describe the bug** When downloading photo's over wifi, my camera no longer automatically shuts down after finishing. **Name the camera** ``` Sony Alpha-A6000 (Control) usb:005,012 ``` **libgphoto2 and gphoto2 version**...

Sony

generated using [some js](https://gist.github.com/yorickvP/263c2ac60542f60ef531f0c20ce571ee). It's not perfect (most value missing at SAM*). Happy to get feedback, also on what to do with that javascript. The website makes a point to...

waiting-on-review

rnix-parser seems to be misparsing the `''\${` escape in a multiline string like it's a `${`. [Example of formatting inside string](https://kamadorueda.github.io/alejandra/?before=%27%27%27%27%5C%24%7B%5B1%0A2%5D%7D%27%27) This changes the semantics significantly, with great potential for...

type | bug
help wanted
status | ready
component | third-party dependency

[Example](https://kamadorueda.github.io/alejandra/?before=let+e%3D%22e%22%3B+in+%5B%0A++001%0A++.2e01%0A++e.30%0A++.4%0A%5D%0A) Expected: ``` let e = "e"; in [ 001 .2e01 e .30 .4 ] ``` Actual formatting: ```nix let e = "e"; in [ 001 .2 e01 e .30...

help wanted
status | ready
component | third-party dependency
type | higgs-bugson

For some offline thing, I want to add a set of tarballs to the npm cache. However, some of the tarballs only have a sha1 integrity in the `package-lock.json`, so...

enhancement
help wanted
starter