sporeservant

Results 5 comments of sporeservant

Another interesting behavior was that at one point, I added two resolvers to my User object and then did an Introspect. Afterward, this time, the return type did not change,...

I believe that the issue is something to do with the URL strings. It seems if you remove the URL strings, the function will run correctly. Maybe the URL needs...

Oh, I see now. When value is like "http://" or "https://", it is catching that semi-colon and treating it as though it is part of the parseable input. In my...

I can confirm the same on Mac OSX Mojave 10.14.6 (18G95) - ScrollContainer events are not firing. I was able to get_vscrollbar() and connect to `scrolling` signal, but scrollcontainer events...

Here is what I am doing to workaround this problem - create a timer that will clear after half a second, and then if you're still scrolling reset that timer....