Skip to main content
1 vote
0 answers
42 views

We have a project with 3 git repositories, let's call them backend, ui and library, hosted at gitlab.com/mycompany. These build quite happily. I am trying to move the three repos into one, so we now ...
Pete 's user avatar
  • 1,323
1 vote
1 answer
33 views

I get an error when trying to download private go dependencies from artifact registry via terraform: │ Error: Error waiting to create function: Error waiting for Creating function: Error code 3, ...
CloudNative's user avatar
Best practices
1 vote
0 replies
29 views

I’m integrating an internal SSO (OAuth2) into a web application using Gin (Go), and I’m a bit unsure about the right place to create the application session. The SSO is the only authentication ...
meng's user avatar
  • 25
0 votes
0 answers
57 views

I’ve been trying to use the Terratest shell module to execute bash commands, but I haven’t had much success. Documentation appears to be limited, and most references I found were via AI tools. Below ...
PDGamer's user avatar
  • 11
2 votes
0 answers
32 views

i have hints working for lua, but not for go. i've already tried a bunch of stuff like several go configs, though it seems like it is a server problem, because Settings: {} is what i get in ...
Bari's user avatar
  • 21
-2 votes
0 answers
73 views

I'd like to add a unit test for Go's http.Server.Shutdown() timing out, but there are no connections held open when the shutdown signal is sent, so it never gets to checking for timeouts, even though ...
theory's user avatar
  • 9,995
1 vote
0 answers
31 views

I'm building a route for my go (gin) server that generates a Data Encryption Key (DEK), following the principle of zero-trust (the backend never sees the plaintext). Right now, the client generates a ...
Alexxino's user avatar
  • 928
-2 votes
0 answers
77 views

I am working on smtp library to act as mux for smpt. User define config with multiple smtp downstream servers and the service. This service will act as proxy between down streams and upstream. Purpose ...
aman goyal's user avatar
1 vote
1 answer
71 views

I have created a function to return the db connection of a postgresdb using pgxpool. But I don't want to create multiple pools since i will be calling this function each time to execute a query. Since ...
lokesh's user avatar
  • 54
3 votes
0 answers
30 views

I’m using Milvus 2.5 with the Go SDK (v2.5.1) and ran into an issue when inserting data into a collection that uses a Function-defined field together with RowBasedInsertOption. In my collection schema,...
Veli Kıyak's user avatar
Advice
1 vote
0 replies
59 views

I use the Zed editor for development on Windows 11, with my main technology stack being Python, Vue (including JavaScript/TypeScript), and Go. I have been trying to configure settings.json myself, but ...
那女孩爱笑i's user avatar
Advice
1 vote
2 replies
85 views

I am working on a Windows application written in Go lang, and I need to programmatically determine the number of physical USB ports available on the system. My requirement is: The count should ...
User0987's user avatar
  • 192
0 votes
1 answer
47 views

I’m trying to retrieve all users who have permissions on a specific Azure DevOps project (i.e., the users shown in the project’s Permissions tab). I understand how to retrieve a list of projects using ...
fearless's user avatar
Best practices
0 votes
5 replies
97 views

I'm designing a CLI tool in Go that will expose roughly 100 commands. Each command has its own set of flags, and there are also several global flags. My main goals are maintainability, testability, ...
m__mdy__m's user avatar
  • 194
1 vote
1 answer
69 views

I am having a strange (to me) an issue with golang mongodb connector. The current problem is that I have a db retrieval function that actually returns no errors, but the struct expected is just not ...
Ilian Zapryanov's user avatar

15 30 50 per page
1
2 3 4 5
4967