Andreas Johansson

Results 37 comments of Andreas Johansson

This extension seems to be doing the same thing, https://addons.mozilla.org/en-US/firefox/addon/transmitter-for-transmission/ and it's actively maintained, try using that instead.

Zip the AddToTransmission folder, don't enable any fancy compression. Then rename it from .zip to .xpi and drag it to your extensions tab

Enable developer mode in the settings of Safari. Then open the Extension builder via the Developer menu, from here you can click the + button and select the AddToTransmission safari...

You have to start the server yourself via `ListendAndServeTLS` instead of using the `RunTLS` func of the gin engine. Then you can pass your own tls.Config and implement GetCertificate to...

In your example you are POSTing json which is still being bound via `json:"aa"`. `form` is for form-data requests

These go versions are EOL. If you want to use such an old version with a new version of gin then you should fork gin and remove the bytedance/sonic dependency,...

If you look at the commit you can see that it was moved here: https://github.com/gin-gonic/gin/blob/master/docs/doc.md

Please add some example code to reproduce the issue. You should be able to write a test for it if it occurs after 3000 reqs

@galvez I think this is a better approach, see the first commit for the changes to the vue package, and the second commit on how I've overridden the routing creation...

Isn't this fixed? with `.selectable(true)`