Andrew Meyer

Results 122 comments of Andrew Meyer

@niborg If it bothers you, a good temporary work-around is to just disable tree sitter in settings.

Again, it's been quite a while since I submitted this issue so my interest in fixing it has lessened somewhat, but if I run into this problem again I'll certainly...

Note that this also applies for an empty username (dn).

My solution was to just check whether the username or password are blank before even sending the authentication request. If either are blank, then I just immediately fail the login...

It's been over 2 years now so my interest in this feature has lessened somewhat, but I am still using `Net::LDAP` so if I run into this problem again I...

@mtodd Right now I'm not using any caching solution (aside from the built-in stuff Rails does automatically). Data in LDAP doesn't change very frequently for me, so my plan was...

Looks like this would be pretty difficult, as it seems this extension is currently getting the unread count from Gmail, not Inbox.

Well, the extension already has [permission to read from `inbox.google.com` directly](https://github.com/joeyespo/inbox-by-gmail-checker/blob/master/manifest.json#L23). So maybe that would be enough? Anyway, I think most extensions like this that I've seen don't require a...

The contradictions still exist in the v1.16 docs, so unless that documentation is no longer supported I wouldn't recommend closing this issue.

Yeah, while I understand "incorrectly requires strict mode" as being a problem in that the feature isn't strictly standards compliant, from a practical perspective I'm not sure how big of...