Results 114 comments of Jim Fulton

I don't remember the occasion of commenting this out, but I don't think it's a good idea to verify positional argument names, because they are positional. :) I'm guessing that...

I too would like to know how to display a menu in response to an left or right icon click.

FWIW, sticking the icon menu in the navigation rather than using a right icon seems to work.

I guess I should mention what itches this is scratching. - This potentially provides conflict-free containers (assuming that we don't somehow end up with some sorts of conflict-like behaviors on...

On Thu, Mar 16, 2017 at 10:46 AM, Jason Madden wrote: > Half (or less) baked idea: I wonder if this might just be a fundamentally > differently managed type...

On Thu, Mar 16, 2017 at 11:32 AM, Paul Everitt wrote: > That point about returning living instead of ghosts would be useful for > our project. I don't know...

No, support for Python 2 hasn't been dropped. ZODB 5.4 switched to pickle protocol 3 for Python 2 and it looks like this broke Newt. The fix is straightforward and...

On Sun, Nov 21, 2021 at 9:29 AM Tarquin Winot ***@***.***> wrote: > Hope someone could shed a light on this as I think this is exactly the > right...

OK, I beat my head on this a bit today. The following combination works (pasts tests and import doesn't error) for me: - Python 3.7 - RelStorage 2.1.1 (and presumably...