Zach Auclair

Results 17 issues of Zach Auclair

I'm using this driver with mssql and sqlx.DB and have run into an issue where when I try to insert a null, it gets marshalled to the wrong column type...

bug

Given two arrays of objects, if the objects appear in a different order, `reflect.DeepEqual(expected, actual)` will return `false`, whereas ` differ.CompareArrays(expected, actual)` will contain an unexpected diff. **Reproducer**: ```go package...

Add a "showing x of y" items preview div at the top of the autocomplete. ![image](https://cloud.githubusercontent.com/assets/10687433/10178574/986b554e-66ce-11e5-80c3-4976c774b95b.png)

This will allow values to be null: https://golang.org/pkg/database/sql/#NullBool

good first issue

Let's get that coverage back to 100%! Add some unit tests for those hard-to-test error conditions.

good first issue

We should convert the example in README.go to a full-fledged test case and provide a link to it. We can use sqlite for the database.

good first issue

Firstly, thanks for the awesome library! I've been switching to React from Angular and it's starting to grow on me :smile: I'm trying to inject a custom error message to...

For non-interactive (eg: batch) environments where puppeteer-cluster is used, it would be nice to enhance the display of statistics to be more friendly: Example output: ``` [K== Start: 2020-03-26 20:01:45.859...

enhancement

Please add docs on the utilization of `scope` and `scopeSeperator` for the `new OAuth2Strategy(options)` constructor. https://github.com/jaredhanson/passport-oauth2/blob/master/lib/strategy.js#L95 https://github.com/jaredhanson/passport-oauth2/blob/master/lib/strategy.js#L96