Zak Kohler
Zak Kohler
The sorting is spectacular, except when you are trying to do a Most Recently Used (MRU) list vim $(awk '/^> /{ print substr($0, 3) }' ~/.viminfo | fzy) You lose...
Something about the way network locations are handled are causing me a lot of issues, different arguments/yaml config are requiring different formats. I actually have not been able to find...
subscription -> subscriptionId
This is currently a hacky proof of concept for hot-reloading only a specific asset. Basically I've updated the Arel server to tell the client which file has changed. Then I've...
Fix slightly mismatched height in input group.  vs  Not sure how to check whether this causes a regression somewhere else. Does this exclusion make sense based on context?
``` [tool.pytest.ini_options] minversion = "8.0" python_files = "*.test.py" addopts = [ "--import-mode=importlib", ] ``` Using `--import-mode=importlib` is more lenient than the default `import-mode`, and so it allowed me to use...
Is this what the example is supposed look like when waiting for a Sender? I only once saw my host name appear as a device when trying to cast, and...
Revert a bulk change because it isn't certain that this error occurs.
Workaround css snippet ``` css .geTabContainer { left: unset !important; background-color: aliceblue !important; position: fixed !important; display: inline-flex !important; } .geTabScroller { display: flex !important; } .geTab { padding: .5em...