-
/listchunks & /chunkinfo are already op commands. You need to rename them to something else.
-
Using go 1.12, latest version of gin to date, I analysed my executable and I see that 11MB are occupied by the dependency `github.com/ugorji/go/codec`. Does really gin need all of this package?
-
I'm currently in the process of figure out what library to use for getting metadata from media files and this library is definitly one of the fastes around. Only problem I have are the huge allocation…
-
Javascript bad
-
Why are you using owf-5x class?
This makes it huge.
-
Hi,
When I open a big repository (around 36k commits and 959 branches), the app keeps crashing after 1 or 2 min and the workspace is still loading without seeing anything except the loading indicat…
-
Hi,
I am planning to use https://github.com/fiorix/go-diameter. In this project there is an example diameter client/server with benchmark.
With tcp: 259058/s diameter message can be reached (on loc…
-
```sh
[placement]
mode = "smart"
```
https://developers.cloudflare.com/workers/configuration/smart-placement/
This mades a huge difference when you need to connect to your own DB like I d…
-
If the graph is large, you may get the following error:
```
task: maximum task call exceeded (100) for task: probably an cyclic dep or infinite loop
```
The reasons are as follows:
https://gi…
-
The container seems to generate huge amount of logs!
/var/lib/docker/containers//-json.log
And since docker has problems with logging / memory usage it takes it(docker) all down.
Is there a way to log…