Michael Hanson
Michael Hanson
@dcj Indeed, since `run-jetty` just returns the Server object. My current solution is essentially `(.stop (run-jetty ...))`. @weavejester I don't understand what you mean by "break[ing] the contract of being...
@weavejester How about this solution? I'm not sure what tests I could add for this, since `run-jetty` utilizes `jetty-server` now and all the existing tests pass.
Well, the idea behind that was that sometimes I won't have a handler until everything starts up. So I'll run some functions that build a handler based on other systems...
I'm not waiting for the server to start before setting a handler, but I am creating and instance of the (stopped) server before setting the final handler. I have been...
Add this as a bookmark called "PiP" (or whatever you want to call it): `javascript:document.querySelector("video").webkitSetPresentationMode("picture-in-picture");`. It consistently works for Twitch and anything else, and as far as I can tell,...
@halohalospecial Makes sense to me! I am curious if you have any thoughts to when functionality like this should go into elmjutsu instead of linter-elm-make or vice versa?
I do not think it should be a feature. I think this should continue to simply be (more or less) a linter. The fact that we use elm-make behind the...
We'll probably need to POST the whole diff/patch, and then pgbot can deconstruct it for analysis. I'll need to think about how best to do that.
We're already POSTing, so if we did that stuff server-side, all anyone would need to do is `git pull` on tools/. And I'd honestly rather do that in Clojure with...
How can we store this between JVM restarts? EDN in a text file? And if we switch to GitHub (ahem), this would be redundant, no? Or at least pgbot would...