Alexander Chernyshev

Results 93 comments of Alexander Chernyshev

The config looks fine to me. I'm running similar one. Just 1 problem - it looks like when OpenVPN client looses connection - the other container loses eth0 interface and...

I have the same problem of CS0103 on Console.WriteLine("Hello, World") for a CSX file. Using OmniSharp config: ``` { "script": { "enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0" } } ```

I also badly need something like multiselect with ability to enter new values, not present on options. Not sure if that should be in a form of cascaded text. I...

@carolinedlu Yes, I've seen that one, but that one wasn't properly explained and thought over, imo, so I've decided to bring this up again with a minimal possible change proposition...

Just to support the feature request & topic starter. I had a similar problem - needed to accept more complex data into database. Ended up pasting a table + a...

I'd love to see already used items greyed out, but still visible. It allows to better understand context.

you should be able to modify list of options by using key on option_menu - this way selection will be stored in st.session_state, which you can check right before showing...

Or it might be possible to draw menu in container (st.empty in this case) and update it later in code (this approach didn't work nicely in my attempts)

I'd love hierarchical menu too. Maybe in a form of just dict of menu name to result (keeping other things the same). If result is another dict - add sublevel...

@backtr4ck could you comment on issue closing pls? Was this implemented, or did you find some other solution?