Matthew McGarvey
Matthew McGarvey
Before we go down this path, we might want to reference how [viewcomponent does this](https://github.com/github/view_component/blob/3d8bce55f68894c5ecace89f14cbf27913bee95e/lib/view_component/base.rb#L59) The component has a `render_in` method that is passed the context so instead of creating...
Could `current_site` be monkey patched onto `HTTP::Server::Context`? "Global request state" is kind of what that class seems like it's for
It would probably be easiest to use the number of arguments of the method in the method name. If no arguments are given, everything would use `_0` at the end
I noticed that generating a fresh app contains `entr` in the server command. I was surprised to find that the app wasn't reloading when I made changes though. ```clojure (phony...
Can the junit-dep dependency version just be hardcoded `4.11`? We just ran into this problem as well. The dependency is 6 years old now, I doubt it will change.
that dependency has a dependency that can resolve to a snapshot
The snapshot dependency has been the only issue. I've read your reasoning elsewhere for why you have it versioned as you do, but hopefully there can be a way to...
If any are interested in testing out a change coming down the line, you might check out this PR https://github.com/iv-org/lsquic.cr/pull/2 I included a comment with how to include the fix...
Bump, 4 years and counting
If you run mysql through homebrew on macos like I do, these are the steps I took to get it working: 1. Open the plist that is used by homebrew...