Anthony Hayward

Results 8 issues of Anthony Hayward

MongooseIM version: 3.7.1 Installed from: source Erlang/OTP version: 22 The `make certs` target generates certificates e.g. `tools/ssl/ca/cacert.pem`, if the certificates don't already exist. The generated CA certificate expires after a...

**Describe the bug** This project publishes its `npm-shrinkwrap.json`. That's [discouraged](https://docs.npmjs.com/cli/v6/configuring-npm/shrinkwrap-json): > It's strongly discouraged for library authors to publish this file, since that would prevent end users from having control...

https://github.com/creytiv/re/blob/master/include/re_sip.h#L239: ``` typedef int(sip_auth_h)(char **username, char **password, const char *realm, void *arg); ``` This won't work for a password containing a zero byte character, because that will be misinterpreted as...

I have observed the following issue in `re`: 1. Send a SIP message and store a reference to it. - Note: `conn_send` allocates a `struct sip_conn` with `nrefs=1` (from the...

Fix for https://github.com/creytiv/re/issues/261 - Add a new `hash_remove` function which works like `hash_flush` but for a single hashtable entry. - Remove `mem_deref` calls from `transp.c` and use `hash_remove` in `close_conn`...

The [latest release of CLTokenInputView in CocoaPods](https://cocoapods.org/pods/CLTokenInputView) is v2.3.0, which is behind the latest code in this repo which is marked 2.4.0. Will v2.4.0 be released to CocoaPods?

CFFI can generate libraries for multiple Python platforms, e.g. `lib.linux-x86_64-3.9/mymod/_mylib.abi3.so` and `lib.linux-x86_64-cpython-39/mymod/_mylib.abi3.so` (the latter could contain optimised code that relies on CPython features) `poetry build` only builds the first one...

Thanks for creating this fork of whisper! The latest code is failing for me as follows: ```bash pip install git+https://github.com/zhuzilin/whisper-openvino.git whisper --language en --model tiny test_data/at_the_time.wav Traceback (most recent call...