• Joined on 2019-05-29
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"?

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.
gmp pushed to master at gmp/ble 2021-11-15 15:44:31 -05:00
6da0474e59 Bug fix for Android (C variable name conflict).
a6cc776a0d Update to gioui.org@v0.0.0-20211113093644. Updates for MacOS 11.5.
Compare 2 commits »
gmp pushed to testing at gmp/ble 2021-11-15 15:43:38 -05:00
6da0474e59 Bug fix for Android (C variable name conflict).
gmp created branch testing in gmp/hrm 2021-11-15 14:19:40 -05:00
gmp pushed to testing at gmp/hrm 2021-11-15 14:19:40 -05:00
36a4a9a3e5 Update to gioui.org@v0.0.0-20211113093644. Updates for MacOS 11.5.
gmp created branch testing in gmp/ble 2021-11-15 14:16:05 -05:00
gmp pushed to testing at gmp/ble 2021-11-15 14:16:05 -05:00
a6cc776a0d Update to gioui.org@v0.0.0-20211113093644. Updates for MacOS 11.5.
gmp commented on issue gmp/hrm#1 2021-09-25 09:05:17 -04:00
Can't compile for android

Let me take a look and see where this is going wrong. Can you let me know what OS and version you are working on?