Brent Lewis

Results 14 issues of Brent Lewis

This graph produces no content: digraph G { "A"; "B"; "A" -> "B"; } but this works fine: digraph G { A; B; A -> B; }

I'm considering extending serde to deserialize (and serialize) from a futures::io::AsyncRead (and AsyncWrite). Would it be enough to make an AsyncDeserializer, or is an AsyncVisitor also needed? I don't yet...

https://github.com/Microsoft/vscode/issues/27950#issuecomment-613281366 adds support for extensions to copy the complete content of a value during debugging. It would be great to not have to take screenshots of a nested structure in...

enhancement

When I lock my Ubuntu 22 computer, the _xorg.py [_on_destroy_notify](https://github.com/moses-palmer/pystray/blob/master/lib/pystray/_xorg.py#L227C9-L227C27) runs. It calls `self._assert_docked` and catches AssertionException, logs, and continues. When I unlock my computer, I see the logged error,...