• Joined on 2019-05-29
gmp pushed to main at gmp/goget 2024-11-21 09:45:23 -05:00
43cd0c4308 Slow down polling. Throttle on "internal server error".
gmp pushed to main at gmp/ohlc 2024-11-15 18:01:30 -05:00
714064615e Change name of dividend csv file.
gmp created branch main in gmp/goget 2024-11-15 16:42:29 -05:00
gmp pushed to main at gmp/goget 2024-11-15 16:42:29 -05:00
9654c6c3f3 first commit
gmp created repository gmp/goget 2024-11-15 16:41:18 -05:00
gmp pushed to main at gmp/ohlc 2024-11-14 21:36:29 -05:00
83f41a0659 initial commit
gmp created branch main in gmp/ohlc 2024-11-14 21:36:28 -05:00
gmp created repository gmp/ohlc 2024-11-14 21:35:20 -05:00
gmp pushed to master at gmp/persist 2023-10-10 10:58:51 -04:00
212eabc8be change ref from gitlab.wow.st to git.wow.st.
gmp created branch master in gmp/state 2023-10-10 10:55:00 -04:00
gmp pushed to master at gmp/state 2023-10-10 10:55:00 -04:00
9531a1a5d8 Initial commit.
gmp created repository gmp/state 2023-10-10 10:54:54 -04:00
gmp created branch master in gmp/persist 2023-10-10 10:53:52 -04:00
gmp pushed to master at gmp/persist 2023-10-10 10:53:52 -04:00
814c6ffa20 Add Debug variable to control verbose output.
20c89c6e56 Functional options to persist.Init().
24d96151f4 Test changes.
17beaca380 Allow configuration of tidy functions. Use a closure to decide what entries
d6f4920507 Add DeleteSync() to generate/template.go.
Compare 10 commits »
gmp created repository gmp/persist 2023-10-10 10:51:00 -04:00
gmp created branch master in gmp/rssd 2023-09-21 09:59:30 -04:00
gmp pushed to master at gmp/rssd 2023-09-21 09:59:30 -04:00
8b02e05f2d Save and restore download queue status. Remember when downloading is
92374e120f update .gitignore
661f42516f Slow down automatic wake-up of Queueupdater and Downloader.
ac96eaab6d Change lookback to 30 days.
e609afeb02 Restructuring update/download threads.
Compare 10 commits »
gmp created repository gmp/rssd 2023-09-21 09:50:46 -04:00
gmp commented on issue gmp/hrm#1 2021-12-15 15:48:32 -05:00
Can't compile for android

This seems to be a gioui.org issue, or a go package cache issue related to old packages that were renamed or removed. You might try to delete the go package cache (rm -rf ~/go/pkg/mod/gioui*) and…

gmp commented on issue gmp/hrm#1 2021-12-15 08:46:06 -05:00
Can't compile for android

When you type "go build" it will try to build on your native environment (Linux). What happens when you compile the hrm app with "gogio -target android"?