Álex C.

Results 6 issues of Álex C.

oauth2orize middleware uses res.end to send back authorization responses. As a result, responses lack the trailing newline at the end, which makes using curl to test oauth endpoints "funny". It...

If I understand correctly, qs will parse a query string like "foo=123" as "{ foo: 123 }", and "foo[first]=123&foo[second]=456" as "{ foo: { first: 123, second: 456 }}". But, what...

bug

Hi! I'd want to make use of jsep as a simple expression parser for [one of my libraries](https://github.com/alex94puchades/jsonapify). However, jsep by default includes support for all javascript operators (like `===`...

Please help translate: . locale code: `eo` [locale code table](http://www.science.co.il/language/Codes.php) files Required translation: - `def/eo/about.cson` - `def/eo/context.cson` - `def/eo/menu_darwin.cson` - `def/eo/menu_linux.cson` - `def/eo/menu_win32.cson` - `def/eo/settings.cson` * for more info please...

help wanted
i18n eo

According to the [rfc](https://tools.ietf.org/html/rfc6749#section-1.3.3), the ROPC flow can also be used when there is a high degree of trust between the resource owner and the client, as it's the case...

enhancement
help wanted

Compress and uncompress operations allow scripts to modify pdf content as if it were a text file. Please!

enhancement