-
https://github.com/crowdsecurity/crowdsec/blob/89761938c7a2758b527e349775b1aafa51a29fff/cmd/crowdsec/main.go#L54
we have a global var which is set from pour.go, but the property as far as I can see i…
-
### Describe the bug
I built an app that has camera component and it never opens on Expo Go and I am unable to test it. Attached are the errors we get and I have tried almost a week to fix it but no …
-
### Description
If there are many items in one folder window , and you want to use the mouse wheel to scroll down or scroll up , it does not work, you can only use the left mouse button to drag the …
-
this:
```
package foo
//ftl:enum export
type SumType interface {
tag()
}
type A struct {
Data string
}
func (A) tag() {}
type B int
func (B) tag() {}
```
will show up in the schema as:
```
module…
-
Hi,
Thanks for this nice project. Would it be possible to "write as you go", like other transcription tools do? It would avoid to wait with an empty space until the end of the work, which is a bit fru…
-
Hurry up, hurry up
-
### Go version
go version go1.24.3 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
AR='ar'
CC='cc'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED='1'
C…
-
https://cat3306.github.io/2022/06/golang/go-channel/
-
Doing `go install github.com/barnybug/cli53/cmd/cli53@latest` produces two errors:
```
go: github.com/barnybug/cli53/cmd/cli53@latest (in github.com/barnybug/cli53@v0.8.24): go.mod:3: invalid go versi…
-
On openwrt the modem seems to disappear after some time (around 12 hours).
mmcli can't see the modem anymore:
```
mmcli -m 0
error: couldn't find modem
```
After restarting modemmanager it seems to…