-
https://github.com/bazil/zipfs
Error message:
```
USER@DESKTOP:~/zipfs$ ./zipfs hello.zip tmp
(main.go `fuse.Mount()` does not return)
USER@DESKTOP:~/zipfs$ sudo ./zipfs hello.zip tmp
zipf…
-
**Describe the bug**
I am trying to run the bridge on VSCode on my mac with a Go app that is deployed in a local cluster (k3d).
I had to create a service to the pod because the pod does not require …
-
It would be nice to reuse ready libraries then invent and maintain our own (:
AC:
* Our tracing library is replaced by https://opentelemetry.io/
* Support for existing providers is preserved: Ja…
-
As per discord chat with @Jeffail and @mihaitodor:
Running any of benthos subcommands in a cronjob will create
`/usr/bin/dbus-daemon --session` processes for every invocation, slowing down
the sy…
-
#### Version information:
go-ipfs version: 0.4.23-
Repo version: 7
System version: amd64/linux
Golang version: go1.13.7
#### Description:
Hello,
Somethimes download of large files (~4GB) is…
-
1. What version of Go are you using (`go version`)?
1.5.3, 1.6
2. What operating system and processor architecture are you using (`go env`)?
x86_64 - OSX and Linux
3. What did you do?
Any gol…
-
the below crash if without LIMIT
```
SELECT name FROM users WHERE name LIKE '%%s%%'
```
but doesnt crash if put with LIMIT
```
SELECT name FROM users WHERE name LIKE '%s%' LIMIT 1000
```
…
-
**Describe the Bug**
Since v4.15.2 I get the error
"Error 1105: Percona-XtraDB-Cluster doesn't recommend using SERIALIZABLE isolation with pxc_strict_mode = ENFORCING" at the start up of the tool, t…
-
It would be nice to have a native ARM64 on macOS.
I know that the x86-64 version works but I'm not installing Rosetta so I can keep all my software on my laptop native.
-
The current way in which we handle query logs has several issues:
it's racy, files can get pretty large, the search algorithm is
too complex, and we can only do basic filter…