brendan-simon-indt
brendan-simon-indt
Awesome. I use `Path` everywhere ;-) BTW, `mypy` produces the following message. ```python cattr.register_unstructure_hook( Path, lambda d: str(d) ) ``` "Cannot infer function type argument" Any suggested "fixes"?
Yep, that works. I love the way Python is supposed to be pseudocode like and easy to read and understand 😉 🙄 My lazy workaround was: ```python cattr.register_unstructure_hook( Path, lambda...
Yep. Fails in all environments: msys, mingw64, ucrt64, and Command Prompt too. I'm using a Windows 10 Pro system and MSYS2 upgraded just now (4 May 2022) with `pacman -Syu`...
`GetItemWidth()` seems to produce good numbers, so I assume it's something to do with traversing the child items of the tree in `GetBestColumnWidth()`. I reviewed the code and everything looks...
The problem is `GetClientSize()` is returning 16 for the width. ```python def GetBestColumnWidth(self, column, parent=None): maxWidth, h = self.GetClientSize() ... ```
Issue also seems to be also present in wxPython v4.1.1 (unless there is something wrong in the way I've coded things in my app).
Ok, so I think it is red herring and misprogramming on my part !! I was setting the contents of the tree in the `__init__()` method of my custom TreeListCtrl....
Bump. Any movement on getting various floating point formats encoded with CBOR?
> > Bump. Any movement on getting various floating point formats encoded with CBOR? > > The problem with immutability/hashability has not been solved yet. If you want this faster,...
Please help !! I'm keen to get this going and move on to supporting rust generated code from wxGlade :)