Zachary Buhman

Results 30 issues of Zachary Buhman

![https://ptpb.pw/oVV2.gif](https://ptpb.pw/oVV2.gif) I expect 4 spaces, but I get very strange combinations of 6, 2, and 1-space, depending on moon phase and cosmic rays.

I tried to `autofunction` this function: ```python QueueItem = Union[asyncio.Future, str] # the expansion of `Optional` makes me realize that `wait: bool=False` is probably more correct async def pump_queue(queue: Deque[QueueItem],...

``` 23:14:44 jpettit I would rather the text actually say what the link is 23:14:52 jpettit status = link isn't really intuitive imo ``` he's probably right; I was just...

enhancement

- use `alert-danger` class on error statuses - the raw http errors could be prettier (lowercased) - if there is no response at all/timeout, all you get is `error:`; this...

bug
enhancement

I dislike the pattern: ``` js $("#blah").click(…); $("#urmom").click(…); ``` I was considering something like: ``` js events = { click: { "#blah": something } sclick: { "#asdf": darkside } }...

enhancement

The pattern now is: ``` js var something = $("something").val() return api.blahblah(something); ``` We could actually get rid of that by making that mapping in html, something like: ``` html...

enhancement

Someone has mentioned [this](https://codemirror.net/) before. jsfiddle also uses it, and it doesn't seem crazy terrible. I imagine having a button to toggle the mirroring on/off.

enhancement

[bootstrap](https://getbootstrap.com/css/#forms-control-validation) has some form validation states that look pretty cool. I'd like the validation to even say "this doesn't look like a valid uuid". Not sure if [validator.js](https://1000hz.github.io/bootstrap-validator/) is useful...

enhancement

I think this would be fun to explore, once we have nothing better to do: * https://lwn.net/Articles/724198/ * https://github.com/python-trio/trio/issues/20#issuecomment-306107585 Once a mildly sane (platform-specific) implementation exists, it shouldn't be too...

missing piece
polish
low-level

Platform / OS / Hardware: Linux / Dreamcast Github hash: e85fa82101813ba803a071cfa6d6f8983f0a1f5c Hardware: AMD Ryzen 5 4500U with Radeon Graphics / Hitachi SH-4 SH7091 with Holly Graphics **_Description of the Issue_**...

bug
graphics