Zak Kohler

Results 9 issues of 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...

stale

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. ![image](https://github.com/picocss/pico/assets/6101677/323bb70f-fa95-4c1f-993b-630962587a35) vs ![image](https://github.com/picocss/pico/assets/6101677/35e0f75c-3609-45d7-925f-6c2904258421) 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...

topic: rewrite

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.

invalid

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...