Matthew Adams

Results 60 comments of Matthew Adams

I just found this issue for a slightly different reason, wondering if @monkpow could comment. We're using `express-http-proxy` to proxy requests to a server that requires authentication. The access token...

Not a breaking change if you have the product support both `enable` & `enabled` equally, or just deprecate (but still support) `enable` in favor of `enabled`...

Just saw this, three years later (!). Could use it right now. :/

_NB: I'm not using `inline` classes, just `data` classes here._ I'm seeing something similar to this on a brand new, greenfield project using Kotlin `1.5.10`, Spring Boot `2.5.1`, Spring Data...

Answered my own question, thanks to https://github.com/spring-projects/spring-data-commons/issues/2215#issuecomment-752410346. I was using unsigned types. Changing them to `Int` made the issue go away.

Fair enough. Obvi, I didn't know about `fluent-bit`, so I'll look into that. One of the things I did in the PR was to make external exposure of things optional....

I've come to this because I can't get `pyenv`, installed via homebrew, to build python 2 on my M1 mac: ``` $ pyenv install 2.7.9 python-build: use openssl from homebrew...

@stevvooe [said](https://github.com/docker/distribution/pull/1202#issuecomment-160761964): > My argument is that given that the "metadata" portion of a tag should be ignored, according to the semantic versioning specification The semantic versioning specification [actually states](https://semver.org/#spec-item-10)...

I just got bit by this as well. Burned hours on it!

Yeah, I must've blown by the doc there. I was thinking it would be nice to add methods to the object returned by require('later') so that I could do the...