Matthew Davidson
Matthew Davidson
Man, I wish I could help, but I doubt my shell-fu is up to the task. If you want to simplify and remove the forking, I do know ffmpeg can...
I tried at one point to build up the command-line for each variant in a loop, but I couldn't quite figure out how to properly quote things for filenames with...
Before we start talking about an API, let's define the problem more clearly. We _know_ the late binding can mess with tests and other initial conversions. We _don't_ know the...
It's important to articulate the problem; is this a real concern for anyone? The only non-toy/demo/example I found of using `def-conversion` anywhere on Github was for clj-fdb, and that was...
I also have this problem, though I'm not using "Auto Dark Mode"; that's built in to FF these days.
"armless"? I haven't heard that one before. Regardless, for option 3, I wasn't suggesting we implement a and b. I meant, a and b are a contract that the user...
> That's why on our example we recommend to perform an `io/copy` so the temporary file can be removed afterwards when calling `.release`. Ahh, can we add a comment explaining...
I think option 5 sounds good. Fundamentally, I think it's up to the user to not leak resources, since there's no solution we can do that's 100% correct. I'm not...
@AlexHill @tendant I know it's been a while. Is this still an issue? Did #420 fix the problem? If not, do either of you have some code you can share...
Todo: - [ ] Create test demonstrating handshake hanging - [ ] Add `forceCloseTimeoutMillis` param to `WebSocketClientHandshakerFactory/newHandshaker` call, using defaults for the masking params. Does this fix the issue? -...