Antoine R
Antoine R
Add a simple `.gitignore` file to prevent build files from getting in the way when using `git status` and other commands.
Hi, Building with `make` led me to the error below: ``` gopath/src/github.com/golang-jwt/jwt/ecdsa.go:135:4: r.FillBytes undefined (type *big.Int has no field or method FillBytes) gopath/src/github.com/golang-jwt/jwt/ecdsa.go:136:4: s.FillBytes undefined (type *big.Int has no field...
Hello, This PR adds `prom_collector_registry_unregister_metric()`. This gives the ability to remove metrics without having to restart the whole registry. It also contains a fix for a crash in `prom_map_delete_internal` where...
Hello, The install script fails when using Go v1.3.1, so I upgraded to a more recent stable version and it fixed the setup.
Hello, This lib is using CJSON through libks, and it seems like CJSON is not always thread-safe: https://github.com/DaveGamble/cJSON/issues/68 I can see some crashes happening when I stress-test libstirshaken, see below...
Hello, Using master (5e06ce95965658f3e51f4820938347b1c593cf39), I noticed a memory leak when using stir_shaken_init + stir_shaken_deinit. Valgrind shows the following: ``` ==27431== ==27431== FILE DESCRIPTORS: 3 open at exit. ==27431== Open file...
Hello, I think this is the right repo to ask this, if I'm mistaken please redirect me to the correct place :) thanks I noticed that RTCP packets coming from...
The purpose of this commit is to be able to read and store a SIP Reason received in a response to an INVITE message. This is useful for the French...
At the time of writing, media.xiph.org seems to be inaccessible, which causes a compile block when downloading the model data (https://media.xiph.org/opus/models/opus_data-735117b.tar.gz). In #337 it was mentioned that this file was...