-
### Go version
go version go1.22.5 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/tdakkota/.cache/go-build'
G…
-
### Go version
go version go1.23.1 linux/amd64
### Output of `go env` in your module/workspace:
```shell
$ go env
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/daniil_stepanenko/.cach…
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/browserutils/kooky/issues) for open issues that relate to the same problem, before opening a new one.
- [X] This issue only …
-
Ubuntu 18.04.2, Proftpd version 1.3.5e, GADMIN-PROFTPD version 0.4.2.
(I am NOT an expert at this stuff, I'm trying to get an FTP server running on this computer, completely new to all this.)
I …
-
### Your idea
Client / Server mod option im Filter beim browsen von mods
### Linked issues
_No response_
### Where would this be applied?
Launcher
### What platforms would this affect?
Wind…
-
Hi! Thanks for the good project! I am running `finetune.py` for CompA-R dataset as i want to figure out training on my own dataset. I met this error for the line:
https://github.com/Sreyan88/GAMA/b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
```
omnictl config merge ~/.config/omni/config/omniconfig.yaml
panic: runtime error: …
-
In the default.toml if xml is set to false (or if default loaded from indexer library):
```toml
[Indexer.XML]
Enabled=false
```
```log
PNC error adding content to storageroot filesystem 'osF…
-
```bash
$ go version
go version go1.22.5 linux/amd64
$ go build -o ./env86 ./cmd/env86
# tractor.dev/toolkit-go/desktop/linux
In file included from /usr/include/glib-2.0/gobject/gobject.h:28,
…
-
Crosscompiling (`GOOS=linux GOARCH=riscv64 go build -o MyApp-riscv`) throws an error:
```
package MyApp
imports github.com/gordonklaus/portaudio: build constraints exclude all Go files in /home/…