Re: [go-nuts] Request for Removal of Problematic Version: github.com/alibabacloud-go/ecs-20140526/v4 v4.24.17

2024-08-01 Thread 'Axel Wagner' via golang-nuts
Hi, I believe module retraction was designed for this specific use case. It allows you to mark a specific version as defective, without breaking any builds or anything - and without requiring manual intervention by any module proxies. Note, in particula

[go-nuts] Request for Removal of Problematic Version: github.com/alibabacloud-go/ecs-20140526/v4 v4.24.17

2024-08-01 Thread papaya du
Dear Go Package Management Team, We have identified critical issues in the `v4.24.17` version of our package `github.com/alibabacloud-go/ecs-20140526/v4` that severely affect its usability. To prevent any disruptions for users who rely on this package, we kindly request the removal of this spec

[go-nuts] Can't Set Breakpoint on runtime.assertE2I with Delve – Can Someone Help?

2024-08-01 Thread 六六RyuRyu
I’m encountering a panic issue with runtime.assertE2I in my program. Since I can’t reproduce it consistently, I want to debug this function to understand its purpose and find the cause of the panic. Here’s the relevant stack trace: log.msgpanic({0x6281f60, 0xc099c50810}) /usr/local/go/src/runtim

[go-nuts] Re: photoslibrary/v1 no longer available

2024-08-01 Thread peterGo
On Thursday, August 1, 2024 at 9:30:27 AM UTC-4 Pratik Tamgole wrote: Have tried using v0.3.2 and 0.189.0, but still getting the broken import error, the file does not seem to be there. Really! Follow the photoslibrary team instructions from my earlier post: "vendor this library at v0.3.

[go-nuts] Re: Help with reloading data on the HTML page

2024-08-01 Thread Edgar Madrigal
Might be worth to have functional demo in github? Not sure if you are doing webscraping or a browser or just a web app. This appears more on the front end side, using javascript? Something like `window.reload`? On Wednesday, July 31, 2024 at 8:29:20 AM UTC-6 Wellington Arantes wrote: > Hello,

Re: [go-nuts] photoslibrary/v1 no longer available

2024-08-01 Thread robert engels
There is also a third-party library that might work or be a great starting point: https://github.com/gphotosuploader/google-photos-api-client-go > On Aug 1, 2024, at 9:15 AM, robert engels wrote: > > It should be fairly straightforward to use the Rest api directly > https://developers.google.c

Re: [go-nuts] photoslibrary/v1 no longer available

2024-08-01 Thread robert engels
It should be fairly straightforward to use the Rest api directly https://developers.google.com/photos/library/guides/get-started You can also look at the Java or PhP client library and reimplement in Go - sadly it doesn’t seem th

[go-nuts] Re: photoslibrary/v1 no longer available

2024-08-01 Thread Pratik Tamgole
Hi, Thank you for all the information. Have tried using v0.3.2 and 0.189.0, but still getting the broken import error, the file does not seem to be there. Also James, tried the https://pkg.go.dev/github.com/mathieubrun/go-google-photos-api/photoslibrary/v1 but to no avail. Changing the webapp