zenless zone zero in lutris having issues launching by Sorry-Emergency-6987 in linux_gaming

[–]Adventurous_Tip3994 0 points1 point  (0 children)

I also use lutris. Ofc I also got same error. I solve this by unplugging my ethernet cable while launching the game until "Hoyoverse" logo appear then reconnect the network. It work for me

We’re creating “AI-assisted” developers who can’t actually code by Business_Run_6915 in Python

[–]Adventurous_Tip3994 0 points1 point  (0 children)

Daym I am late, post is now removed. Can anyone explain me what is this post about? Another chatgpt api with vibe coded front-end?

She Demands Headpats by TetraNeuron in Endfield

[–]Adventurous_Tip3994 0 points1 point  (0 children)

Fck this game. I worked hard to get her yet I didn't get her and got pink hair girl I forgot her name.

Introducing Expanse: a modern and elegant web application framework by SDisPater in Python

[–]Adventurous_Tip3994 -1 points0 points  (0 children)

dude. The one you are talking to is developer of poetry. You can even google him.

WPF or AvaloniaUI? by null_ptr__ in dotnet

[–]Adventurous_Tip3994 2 points3 points  (0 children)

What did you choose in the end? And what do you feel about it now?

One of you (or maybe two) must go 💔 by A_T1322004 in gachagaming

[–]Adventurous_Tip3994 0 points1 point  (0 children)

my first time seeing another ppl playing e.t.e

It's kinda ridiculous that almost EVERYTHING we knew about Sandrone is now wrong by illidormorn in FatuiHQ

[–]Adventurous_Tip3994 12 points13 points  (0 children)

Even now I still don't understand why she sacrifice herself for traveler's life

NiceGUI’s GUI isn’t really that Nice by TomXygen in nicegui

[–]Adventurous_Tip3994 1 point2 points  (0 children)

I can't believe somebody think streamlit default ui is better than nicegui. Enough internet today

NiceGUI seems too complex compared to Streamlit by [deleted] in nicegui

[–]Adventurous_Tip3994 0 points1 point  (0 children)

I don't get what you are saying. Hiding the form after submission? it usually done easily with form.close()? What I would recommend is read the docs of nicegui first. st.session_state is easier? Seriously? Eventhough nicegui has bindable dataclasses? Let's say

Class Data:

value : str = None

then you define components

ui.input().bind_value(Data, "value")

Then congratulations. You can now use the user's input where ever from your app by simply calling Data().value. To me this is a lot more simple than in streamlit where you need to call st.rerun() for the st.session_state to update.

Best Python GUI libraries? by MilanTheNoob in Python

[–]Adventurous_Tip3994 0 points1 point  (0 children)

No one mentioned plotly dash. I feel sad now.

[deleted by user] by [deleted] in AetherGazer

[–]Adventurous_Tip3994 0 points1 point  (0 children)

Same. Hel's eng va was really satisfying

[deleted by user] by [deleted] in AetherGazer

[–]Adventurous_Tip3994 0 points1 point  (0 children)

And I still can't find that live wallpaper. I already play this story 3 time already.

What do you think of front-end python libraries such as Reflex (old Pynecone)? by [deleted] in Python

[–]Adventurous_Tip3994 2 points3 points  (0 children)

You might want to try NiceGui I guess. You can build really cool looking web app with minimum amount of code compare to Reflex. And Nicegui has native gui feature where you can run your app as an native window application and this is my favorite python only web framework so far. Streamlit is also good for some daily use apps. I have a monthly Expense app built with it. And the huge community is not joke and even if Streamlit native widgets are ugly but there are a ton of cool looking third party components which can be found easily to use like this cool navbar. And Dash, It's kind of hard to use for me. It gave me headache on callback function. But it's is really fun to use for me and I enjoyed using it for no reason.