FTE

Results 61 comments of 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: ![print](https://user-images.githubusercontent.com/2336812/181936704-ea48e46d-5790-485a-a4e0-139a203792c8.png) ```python if "placeholder_text" in kwargs: self.placeholder_text = kwargs.pop("placeholder_text") #if...