Larry Garfield
Larry Garfield
I'm building a simple read-only photo gallery that operates on a "huge mass of image files in a tree" and using Glide for image resizing. I have a big many-GB...
Uh, I think you have the wrong Crell. :smile:
Now I'm desperately curious who this other Crell is...
Nothing else besides the above jumps out at me as problematic. Also, congrats on the release. :smile:
I completely agree with adding Composer references to the docs, for all the reasons @jimwins mentions. However, I also agree that we should probably not call out `ramsey/uuid` in particular...
I'm fine with @theodorejb's wording change. Otherwise, shipit. (Once tests pass.)
If I put any of these lines in the `.editorconfig` file, ktlint removes all trailing commas: ``` ktlint_standard_trailing-comma-on-call-site = enabled ktlint_standard_trailing-comma-on-call-site = disabled ij_kotlin_allow_trailing_comma_on_call_site = false ``` If I put...
OK, slight correction. This works for a root path, but it breaks a pattern like `foo://bar.*`. It does, however, work for `foo:///bar.*`. I'm not sure how to resolve that.
That's not what I'm talking about. symfony/web-link is a duplicate of fig/link-util, or close to. I'm talking about ```php namespace Nyholm\Psr7; class Response implements ResponseInterface, EvolvableLinkProviderInterface { ... } ```
I figured I'd just depend on `fig/link-util`, which exists for exactly this purpose. Yes it's a dependency, Packagist says it has 53 million installs, so it's likely already in a...