Michael J. Ryan
Michael J. Ryan
When you encrypt multiple objects with the same key, the resulting base-64 string will start the same, this could be a potential vector for attack, because it's predictable across different...
Base64/Base64-url Is also commonly used for a shorter representation of very large numbers (such as uuid's)... Also, would be nice to see base36 decoding... adding this issue to track discussion/progress...
It would be very nice if this module supported base32 and base64... where base64 is fairly common, Crockford's Base32 is a much better representation for numbers being telephone friendly... Thanks....
In addition to ideas from #22 I wanted to make some specific suggestions about comments support. ```js const result = toml.parse('...', { preserveComments [boolean] = true, // default: preserve comments...
Would be nice if you added a `throttle-debounce.jquery.json` file and the push notifications so this can be included on http://plugins.jquery.com/ Also, would be nice to be in bower as well.
would be nice to see server-side examples of usage... in that rendering from one user in one language won't clobber the rendering for another user in another language... there's no...
Abandoned?
It looks like this project is completely abandoned, no updates in 2 years, several pull requests pending... any suggestions or alternatives?
I'd like to suggest two additional methods for rpc calls (When `global.Promise` exists) ... ``` ... var queue = exchange.queue({ name: 'rpc_queue', prefetch: 1, durable: false }); // queue.work returns...
Would be nice to see an option for pre-compressed brotli files.
Status?
Just curious on the status of this, it seems like it stalled over a year ago...