gsar

Results 8 comments of gsar

@kurkle maybe we need `dependencies` rather than `peerDependencies`. this package certainly requires `[email protected]` so shouldn't there be a dependency declared in `package.json`? since there is no declared dependency it seems...

@mwlang seeing this issue as well. currently on newrelic_rpm 6.15.0 and rails 6.1.1, but was also happening prior to those versions.

@lapitsky it works fine with rails 6.1.1 for me. are you by any chance setting `table_name` to include the `public` schema? the default behavior for `table_name` is to return the...

@sharkdp would it be possible to have a mode where syntax highlighting is only attempted for the visible region of the text, not for the whole file? assuming that is...

The issue seems to be that `brew outdated --json=v2` returns a JSON object like `{"formulae":[],"casks":[]}` while the `HomebrewOutdated` Go type is an array of structs, which are incompatible. `brew outdated...

@hansololai thanks! i noticed your code there doesn't maintain sorted order for views without any dependencies, so i'm using this modified version (the only meaningful change is to add `.sort`...

@jturkel your revised monkey patch doesn't appear to avoid calling `setup_phase` more than once. I tested this with omniauth 1.8.1 and omniauth-saml 1.10.0 by adding log statements to `setup_phase` within...

@romanblanco @hasghari i'm running into the same issue with `Content-Type: application/scim+json`. can we make the regex in the fix more generic please? something like `content_type =~ /\Aapplication\/(.+\+)?json\z/` is more appropriate.