Vishal Rao
Vishal Rao
> So for me it works smile , but I do have a very basic hardware configuration sweat_smile > > Here is a vjr's build [com.github.stsdc.monitor.zip](https://github.com/stsdc/monitor/files/9792793/com.github.stsdc.monitor.zip) you may try and...
I'm also unable to reproduce my crash on my 7.0 install, probably some stylesheet update resolved it, I don't know. But the PR still seems valid for merge to me,...
Hi @meisenzahl yes it's working for me too. I did two installs of elementaryos-7.0-daily.20221107.iso in virtualbox, one direct custom install with English (UK) language and Indian (English) keyboard choice and...
As a workaround have you folks tried increasing the UEFI/BIOS setting for "initial video memory" size? It's called something similar or like "reserved graphics memory". If available it's usually set...
@jeremypw would you be able to see whether #172 works? I tried introducing a few seconds sleep in the startup of Tasks app and while the spinner persists, the bounce...
@jeremypw do you know what/where that spinner is drawn? If the PR does not work, then if that spinner code can be reused to keep the bounce animation going, it...
@jeremypw oops lol ok let me look at the master branch
I wonder if the `complete` signal of the mutter `Meta.StartupSequence` obtained from `Meta.StartupNotification` which in turn comes from `Meta.Display` (if my reading of code in the gala repo is somewhat...
There's https://github.com/streamlit/streamlit/issues/6726 which seems to have more votes, so hopefully this issue priority can be raised too?
@dinonovak have you set the option flag to enable view support like this: `sql_database = SQLDatabase(sql_engine, view_support=True)` ?