valankar
valankar
I am getting very strange results generating this table. ``` df symbol FNDA FNDB FNDC FNDE FNDF FNDX GC=F SCHA SCHB SCHC SCHD SCHE SCHF SCHG SCHH SCHI SCHJ SCHK...
I was getting some long hangs in my script and it boiled down to: https://github.com/JECSand/yahoofinancials/blob/2f2cc6c09e55361a72144cb94f9ba193266407ba/yahoofinancials/data.py#L565 This is retrying a sleep in a loop for 250 times. I'm not sure why...
I noticed using the `ghcr.io/processone/eturnal:latest` docker image, I seem to get a bunch of anonymous docker volumes created. ``` docker volume ls DRIVER VOLUME NAME local 33eb479e9fe77f7e4cb7ce2f0cd2522e845b2c16da54bf712af53ccd02dcbd1d local d504df0e6384419840037a434ecb772d1af789e1aaa6031d0566f4f98fdcea5f root@debian:/var/lib/docker/volumes/33eb479e9fe77f7e4cb7ce2f0cd2522e845b2c16da54bf712af53ccd02dcbd1d/_data/bin#...
**Describe the bug** `gui.mouseEvents: true` is what is used to disable the mouse. The documentation states it should be `gui.ignoreMouseEvents` but that's not the case. Also `gui.mouseEvents: true` sounds like...
Is there perhaps a good way to migrate from sqlite to postgres? I used sqlite for a bit and it works well, though now I'm wondering if I should migrate....
**Describe the bug** When using HTTPS endpoint, it seems the dynamic loading screen does not work. Here is the curl output: ``` valankar@debian ~/caddy> curl -v https://valankar.ftp.sh/accounts_plotly/ * Trying [2a01:4f9:c011:8a49::1]:443......
It seems the values I have in an index column are ignored: ``` print(etfs_df) shares SCHA 396.08 SCHB 366.17 SCHE 357.92 SCHF 1008.04 SCHO 541.17 SCHX 1091.63 SCHZ 377.93 ```...
https://iamb.chat/install.html has: > A snap is available for Linux distributions [which support it][install-snap]: Perhaps just some bad links in the markdown file. I searched the repository to see if I...
I have 2 tabs: 1. DM 2. Room In my settings I have: ``` [settings] default_room = "room from 2 above" ``` If I am focused on tab 2, quit...
### Description I'm trying out the dev container and just running a test (e.g. test_tabs.py). From what I can tell, the chromium process just go to 100% cpu, and after...