9,547 questions with no answers
2
votes
0
answers
32
views
missing EventToken.h while building with webview and fyne-cross
So, after I added webview onto my app I try to compile my app, this error appears:
In file included from webview.cc:1: In file included from /go/pkg/mod/github.com/webview/[email protected]...
1
vote
0
answers
56
views
Golang benchmarks involving goroutines show higher than expected allocations when controlling the timer manually
Using go version go1.25.3 darwin/arm64.
The below implementation is a simplified version of the actual implementation.
type WaitObject struct{ c chan struct{} }
func StartNewTestObject(d time....
0
votes
0
answers
77
views
Druid Timestamp formatting issue — data correct, but still shows UTC (Z)
I have a Druid SQL query that returns data correctly for different timezones (UTC, EST), but the timestamp format is still shown in UTC (Z), even though the values are correct.
timestamp ...
0
votes
0
answers
42
views
Install Wails v2 on mac permission denied
I have an issue trying to install WAILS https://wails.io/docs/gettingstarted/installation
I am running a command and it outputs permission denied.
go install github.com/wailsapp/wails/v2/cmd/wails@...
1
vote
0
answers
57
views
Okta Go Api GetApplication using VSCode
I am attempting to instantiate a client, based on the sample https://github.com/okta/okta-sdk-golang?tab=readme-ov-file#get-an-application. No matter what I do I always get:
a 401 Unauthorized Error.
...
1
vote
0
answers
44
views
how to manage the lifecycle of a gdk.Pixbuf?
I am dipping my feet into gtk/gdk and golang. I have wirtten a Program creating an image per second by providing a new pixmap to the Image widget via
var theImage *gtk.Image
var nextFrame *gdk.Pixbuf
....
0
votes
0
answers
55
views
Windows API for making an app autostart after the login
I have built a app and i want it to auto start after loging in Windows
I have tried puting a symbolic link in the windows startup folder but app dosen't autostart.
I also have tried using Windows ...
3
votes
0
answers
112
views
Bind form data into nested slice with Gin-Gonic
I'm trying to send a post request with form data and bind it to a nested slice.
Here's a minimal example:
type House struct {
Rooms []Room `form:"rooms"`
}
type Room struct {
...
1
vote
0
answers
49
views
Custom Trust Store and Certificate Validation in a Flutter iOS Application Accessing the Microsoft Outlook Portal using a Self-Signed Certificate
I built an MITM Go proxy to intercept all requests. I’m also developing an enterprise Flutter iOS app that uses a custom in-app trust store (so it doesn’t rely on the OS trust store) and I’ve stored ...
4
votes
0
answers
439
views
Add (end-)cards to a Youtube video using the Youtube Data API V3
Is it currently possible to add cards and endcards to a YouTube video using the YouTube Data API V3?
I know it wasn't able to add the old-school annotations to a video using an API, a developer ...
0
votes
0
answers
49
views
How to get the location of a cross tenant Azure customer managed key?
I have a Go application the creates a disk encryption set in tenant A, on Azure. It uses an Azure CMK created by the customer in tenant B.
I need to know the location of the key. I only have access ...
2
votes
0
answers
50
views
optional query parameter in http signature of proto rpc is not mapped as expected
I was under the impression that given an rpc like below
rpc FetchResource(GetResourceRequest) returns (ResourceResponse) {
option (google.api.http) = {get: "/v1/resource/{resource_id}/group&...
1
vote
0
answers
100
views
How to test connection to Google Pub/Sub when creating a client in Go using pubsub/v2?
I have a Go application, where I create a Pub/Sub client and then I create a subscriber receiving from a topic/subscription I've created locally using a local Docker gcloud emulator container. ...
1
vote
0
answers
111
views
Enable GSO on Ubuntu 22.04 LTS
I’m working with a Linux TUN device (MTU 65535) where I write jumbo TCP packets (10KB+), and my goal is for the kernel (via software GSO) or the NIC (via TSO if available) to segment them into MTU-...
0
votes
0
answers
87
views
Why am I pointing to the wrong Repository?
Log:
client.go:14:2: reading gitlab.ts.gitlab.aws.de/ds/l2/clients/go.mod at revision clients/v1.0.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/...