FTE
FTE
I've the same issue with VSCode, and Sublime. The problem is being reported by rust-analyser and RLS on VS. When I deactivate rust-analyser and activate RLS I get the same...
PS: I've used Gravity version 0.5.0.
Yes, I understood that previously, and I've used the function which the signature is **private func get_public()** from outside the class, inside the main func. Perhaps the previous example is...
I am, at the moment, translating the current documentation, as a way to learn, better understand the language design and principles, and to find mistakes (gladly, I can count only...
Thank you very much I'll use for sure.
Hello there. I'm sending this message to tell I've finished the translation to Brazilian Portuguese and I've created a pdf containing the doc. I can do the same, and create...
YurySolovyov: Just to check, how its going your efforts with libuv ?
My mistake YurySolovyov . Thank you for answering parro-it.
> Can a CustomTkinter TextBox be added too sometime in the future ? Perhaps a password box too ?
I commented the line 176 from CTkEntry containing the text **_`if self.placeholder_text_active`_** and acquired the resutl from the image below:  ```python if "placeholder_text" in kwargs: self.placeholder_text = kwargs.pop("placeholder_text") #if...