Matthew Francis Brunetti

Results 29 issues of Matthew Francis Brunetti

Drawn from #15. Let's discuss in a separate issue. jonathanong on Dec 1, 2013 > `callback(err, data)` - it's a callback, not an event listener, so imo it should have...

Another feature request. wrench.LineReader is very useful but using it will block execution of other code. While sometimes we don't care, sometimes we do. For some use-cases, an asynchronous "streaming"...

This is a feature request. It would be great if we could ``` js new wrench.LineReader('cat story.txt | grep pony'); ```

The repo's website is still appearing as http://chentsulin.github.io/sweetalert-react/ .. and http://alex-shamshurin.github.io/sweetalert-react/ doesn't exist .. Examples here need to be updated to use the forked version, published to GitHub Pages, and...

From the README: > Test were not updated to support sweetalert2

We are working with a legacy database that has our data divided among different schemas. As per the documentation, I should be able to set the schema for an individual...

bug
major
needs-priority

This PR: 1. Adds README documentation for the Babel macro added in PR #24 2. Reorganizes the README to separate general info vs cli info vs macro info @dsagal Are...

In UPDATE requests, we should ideally not include fields that are unchanged. Besides being unnecessary, it can cause issues: 1. Conflicts can happen when different users edit different fields of...

enhancement