Nitzan Zada

Results 11 comments of Nitzan Zada

> I think this is the same case I reported a moment ago #157766 > > In the recent release they've enabled 3-way editor by default but it only works...

> By simply running `python3 epd_7in5_V2_test.py`, I get stuck on DEBUG:root:e-Paper busy. > Any command triggers DEBUG:root:e-Paper busy. > by simply calling init methods, I am stuck. > epd.init() or...

I discovered that if you use the generic `.Get func(property String) Variant` and `.Callv func(method String, argArray Array) Variant` you get the normal behavior, e.g.: ```go // len := anim.GetCurrentAnimationLength()...

@pcting Nice Job! Was trying to figure this out myself to produce a fix but failed. What was your investigation process? how did you understand this?

Would love to help you maintain a new godot-go repo. My experience with cgo is pretty weak and I would love to learn how to use gdb and lldb in...

I want to stress the problem with this automatic format behavior. Say we want to log, for whatever reason, data input by users. There would be no way for me...

@Delgan you are right, but, This means I'm prevented from using f-string formatting as the standard throughout my system, and need to keep asking myself whether a certain variable might...

@Delgan Thanks! I didn't notice this is triggered only when there's extra data, that helps a bit. We often use named parameters after the message (as an f-string) to add...

I'm getting the same. Tried also test ads, still getting this error. Is there a way to get further detail for what's causing the internal error? ``` 01-07 17:54:32.998 19907...

> I'm getting the same. > > Tried also test ads, still getting this error. > > Is there a way to get further detail for what's causing the internal...