Alex Thiele

Results 42 comments of Alex Thiele

Thank you for these ideas! Right now I'm thinking the easiest thing to do might be to clear widgets and rebuild on select. > Alternatively, if you're feeling more adventurous,...

Okay I finally put my progress [on github](https://github.com/apockill/groklog). There's a lot of room for improvement, but I put a picture on the readme of the tab system I currently have...

> if you need something more complex than that, we'd have to start nesting Layouts within TabbedLayout. You just got me thinking- does Asciimatics allow for nested layouts? That might...

Hi, I've been using the pythonscript version 0.11 installed via the asset store up until yesterday when I attempted to upgrade to the v0.30.0. I haven't been able to get...

Any updates on this front? Ubuntu 20.04 isn't getting any younger :wink:

A quick FYI- if you don't want to have to save the hash strings to get around the EULA, I found that this works well in docker builds: ``` yes...

If I might add, I was able to also use the `yes` command in conjunction with `DEBIAN_FRONTEND` to get an automated workflow. Here's what worked for me: ``` yes yes...

Thanks for that! I was running into the same issue.

You're a hero @johnthagen, thank you for looking into this

I was wondering if there was any way to use poetry + open3d at the moment? My company has been stuck on `0.16.0` since `0.16.1`, `0.17.0`, and now `0.18.0` all...