Martin Alge
Martin Alge
``` @hug.get() @hug.object.cli def get_user(name: hug.types.text = "Alice"): return name ``` Running this and giving the positional argument `python test.py get_user Bob` doesn't forward the positional argument (always gives the...
ex: http://oopul.vicp.net/12.c300x300.jpg
Trackify.sh had some problems where it wouldn't detect the tracknumber, and the parsing for the image URL had stopped working. I Also changed the ` -> " in ripper.sh as...
http://www.seleniumsoftware.com/user-guide.htm#quick does not lead to the user guide anymore
Currently, if I configure a rate limiter with the following code ``` r.Use(httprate.Limit( 10, time.Minute, httprate.WithResponseHeaders(httprate.ResponseHeaders{ Limit: "X-RateLimit-Limit", Remaining: "X-RateLimit-Remaining", Reset: "X-RateLimit-Reset", RetryAfter: "Retry-After", Increment: "", // omit }), ))...
The documentation for External Media channels currently include this: > format: (required) The format/codec you wish the media to be encoded in.Any standard format/codec supported by Asterisk is supported here....