Árpád Horváth

Results 9 comments of Árpád Horváth

There is still a similar problem with version 4.2.0. Some days ago - some dates were reset to zero, I guess, so many of them has the same "Last activity",...

There is a workaround. One can use `fillcolor='"red:yellow"'` (double quote inside the string). But I wouldn't assume that many pydot-user will find it out easily.

@puittenbroek Write [0-9] instead of \d.

Would that solve your problem? ```python my_vec = freeze([{"upper":"A"}, {"upper":"B"}]) my_vec.transform([ny], lambda pmap: pmap.set("lower", pmap.upper.lower())) ``` that gives me, what you want: ```python pvector([pmap({'upper': 'A', 'lower': 'a'}), pmap({'upper': 'B', 'lower':...

I think I should've linked you @Drvanon . I think that transpose is more general than map, and it work with your use case, but you need to use one...

My main concern is: the `transform` function's current version works for every pyrsistant data structure. As I would like to use JSON-like structures, I don't need any other than PVector...

@laowantong I can't follow you, where is this workaround function? I can't find in the source code. It's your own? Why not just ```python def _check_colon_quotes(s): # A quick helper...

I've the same problem. I've created **two pull requests**. One does just the minimal changes to solve the problem, the other also removes Python 2 compatibility tricks. I hope that...

Same error message for me Version 23.2.4.202311051706 Ubuntu @ Hyper-V on Win10 Usually happens after I export some data (usually when I save it into other database) Last time the...