André Cruz

Results 121 issues of André Cruz

https://github.com/indutny/asn1.js/blob/b99ce086320e0123331e6272f6de75548c6855fa/lib/asn1/encoders/der.js#L201 Shouldn't this be `bn.negative` instead of `bn.sign`? It seems that `bn.sign` was available in `[email protected]` but was renamed in recent versions. Can you confirm if this is the case?...

This is a follow up of an old issue I reported, but essentially it would be cool if we could have a way to prevent the source to touch the...

It would be awesome if this library was a no-op in production, similar to prop-types: https://github.com/facebook/prop-types/blob/11e45c433f439940a4a6fa280a4464ef449e8943/index.js#L8 The reasoning is two-fold: performance and small builds since webpack/uglify will remove dead-code if...

Hi, I've followed the installation steps but I'm getting the following error: ``` SublimeLinter: chdir not set or invalid, using /Users/satazor/Work/own/redux-boilerplate/src/app/components/css SublimeLinter: stylelint: application.css ['/usr/local/bin/node', '/Users/satazor/Library/Application Support/Sublime Text 3/Packages/SublimeLinter-contrib-stylelint/stylelint_wrapper.js', '@']...

The last release dates from March. It would be cool if you could release a new version with the current code because it has a couple of bug fixes. I...

var Foo = function () {}; Foo.prototype.bar = function () {}; var someFoo = new Foo(); ``` js { xpto: someFoo } ``` If I clone this object, the xpto...

It would be nice to have a function that receives a date object or a valid date string and converts it to a more human readable date: - 1 day...

feature

`got` makes a new request when there's a location header, "re-using" the same options object: https://github.com/sindresorhus/got/blob/master/index.js#L48 Because `recorder` assigns `_recording` to the options object, the new request already has `_recording`...

bug
pull request welcome

Support for `ED25519` keys were added recently but I can't export/import to/from PKCS8 pem files. The `PrivateKeyInfo` for elliptic curves is defined in https://tools.ietf.org/html/rfc5915 but a new version (v2) is...

Use-case: display a loading until the number of peers on a collaboration are being determined. We can do this by listening to the `membership changed` event but it's not triggered...

enhancement