• Joined on 2019-05-29
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 pushed to master at gmp/state 2023-10-10 10:55:00 -04:00
9531a1a5d8 Initial commit.
gmp created branch master in gmp/state 2023-10-10 10:55:00 -04:00
gmp created repository gmp/state 2023-10-10 10:54:54 -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 branch master in gmp/persist 2023-10-10 10:53:52 -04:00
gmp created repository gmp/persist 2023-10-10 10:51:00 -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 branch master in gmp/rssd 2023-09-21 09:59:30 -04:00
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"?

gmp pushed to master at gmp/nswrap 2021-11-16 18:12:51 -05:00
c2113215e9 Update documentation.
1576891247 Update documentation.
Compare 2 commits »
gmp pushed to master at gmp/nswrap 2021-11-16 18:11:47 -05:00
1576891247 Update documentation.
gmp commented on issue gmp/nswrap#2 2021-11-16 16:06:42 -05:00
Example failing - like #1

The last update should fix this.

gmp commented on issue gmp/nswrap#1 2021-11-16 16:05:49 -05:00
examples failing to compile

The latest update should fix these issues.

gmp pushed to master at gmp/nswrap 2021-11-16 16:03:49 -05:00
e4f7e32887 Update to Big Sur 15.5.2 / Clang 12.0.5. Improved handing of avaiability
gmp pushed to master at gmp/hrm 2021-11-15 15:50:02 -05:00
23312478be Bump git.wow.st/gmp/ble to 20211115204235 to fix cgo bug.
36a4a9a3e5 Update to gioui.org@v0.0.0-20211113093644. Updates for MacOS 11.5.
Compare 2 commits »
gmp commented on issue gmp/hrm#1 2021-11-15 15:49:03 -05:00
Can't compile for android

Hi, this error should be fixed, there was a name conflict where an exported Go variable name conflicted with a C type. Not sure why this worked before but this probably was never supported and…

gmp pushed to testing at gmp/hrm 2021-11-15 15:48:15 -05:00
23312478be Bump git.wow.st/gmp/ble to 20211115204235 to fix cgo bug.