Kevin Mershon
Kevin Mershon
We have a schema which is admittedly wonky and there's a field with the union type declared in this order: ```json { "doc": "Single simple value.", "name": "value", "type": ["null",...
Sometimes it would be really nice to have status updates for a particular branch someone else is working on, especially if you are waiting on them. A example would be...
Warn developers in channel if their last commit contains violations of best practices (probably want some sort of configuration file to toggle warnings). Some examples would be committing on master,...
It'd be cool if the bot could track statistics on developers. Some of the statistics from GitHub make sense, like commits per day, days since last commit, etc. Some sort...
Fix the issue of Twilio sometimes starting a new websocket connection for the same call concurrently
I noticed in testing that Twilio sometimes re-invokes a websocket connection during the call which was resulting in duplicated streams running and me hearing multiple confused TTS voices at different...
I'm trying to create a compute shader to identify the bounding box of dirty regions between two CanvasBitmaps, because Direct3D11CaptureFrame objects [don't receive dirty regions in Windows10 and Win11 prior...
Comparing with the google webrtc implementation for swift, the following appear to be missing from collectable statistics: * media-source: * framesPerSecond * outbound-rtp * qualityLimitationReason * totalPacketSendDelay * framesSent It...
I've been toying with libheif and libavif for a couple of days and both seem to have dreadfully slow encode times for AVIF files. Of the two only libheif seems...
The new features `:align-binding-columns?` `:align-form-columns?` and `:align-map-columns?` are a nice start, however unlike [CIDER's `clojure-align`](https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md?plain=1#L327) function, let and map forms with whitespace separating logical groups do not use variable indentation....