Ethan Trevor

Results 13 issues of Ethan Trevor

I would like to mitm and log access to two specific domains. So I have the following `config.yaml`: ``` allow_hosts: - 'sub\.domain1\.com' - 'sub\.domain2\.com' ``` Now only these two domains...

kind/triage

This branch includes the debian packaging configuration files. You have to `sudo apt install git-buildpackage`, then you can build the `*.deb` files with `gbp buildpackage`.

Is there any apt repository with the `libpaho-mqtt` package, so we can install paho-mqtt without having to build it from source? That would be much easier for the user. What...

build

Inside the `MQTTAsync_destroy()` function, `MQTTAsync_closeSession()` is called. In some cases this is unexpected and can lead to problems. The user can call `MQTTAsync_disconnect()` explicitly anyway. The full problem is described...

enhancement

Thanks for your incredible work developing the firmata protocol! I have forked the C++ firmata client implementation from dimitry-ishenko-cpp to adjust a few things: [https://github.com/NANDLAB/firmata](https://github.com/NANDLAB/firmata). Here's the issue I had...

Happy New Year! ## Environment - ejabberd version: 23.10.0 - Erlang version: 14.1.5 - OS: Devuan GNU/Linux 5 (daedalus) - Installed from: official dpkg repository from ProcessOne ## Errors from...

In the issue [STUN/TURN support for dynamic public IP address](https://github.com/processone/ejabberd/issues/3278) a user proposed a workaround script, which, on public IP address change, adjusts the config file and restarts ejabberd with...

## Environment - ejabberd version: commit [a57bdff](https://github.com/processone/ejabberd/commit/a57bdfffb715abd1334045bf7b33c113c1b46ca0) - Erlang version: 13.1.5 - OS: Devuan GNU/Linux 5 (daedalus) ## Compilation ``` ./autogen.sh ./configure make ``` ## Problem `sudo make install` installs...

### Ethers Version 5.7.1 ### Search Terms transaction signer ### Describe the Problem I am using Remix IDE with the [Remix VM](https://remix.ethereum.org/) (Shanghai) environment. In a Javascript unit test, I...

investigate
v5

Without the `rapidjson-dev` package, CMake exits with an error. Can you please add it to `install_dependencies.sh`?