Results 59 issues of hayden-t

It would be create be able to tell what version or git commit your code/binary came from...?

enhancement

if you put this in you end up with: ``` logging: options: 'max-size=10m,max-file=5' ``` but docker complains it should be an object `logging.options contains an invalid type, it should be...

tip on no timeout

![image](https://user-images.githubusercontent.com/1000743/129510888-67e5204d-3e4e-4ba4-a6b9-25c606cfee0b.png) https://github.com/sm0svx/svxlink/wiki/InstallationInstructions#the-event-handling-subsystem Not sure if its a bug or the wiki page just needs updating.

In http://www.svxlink.org/doc/man/man5/svxlink.conf.5.html it states 75ms detection delay, but this does not seem correct. ![image](https://user-images.githubusercontent.com/1000743/129495202-39f8ad28-8922-48fd-b298-8797ca8fbf8f.png) Default decoder type INTERNAL only has 40ms delay https://github.com/sm0svx/svxlink/blob/4ee98eb7e2a9bd3c1b7c3667b84b704cb2bc9925/src/svxlink/trx/DtmfDecoder.cpp#L124-L127 https://github.com/sm0svx/svxlink/blob/4ee98eb7e2a9bd3c1b7c3667b84b704cb2bc9925/src/svxlink/trx/SvxSwDtmfDecoder.h#L165 DH1DM has 75ms But i found...

svxlink 1.7.0 Hi, ive been trying out the ability to input dtmf commands as mentioned here via the keyboard. https://github.com/sm0svx/svxlink/wiki/InstallationInstructions#svxlink-server-configuration - First this only works if you are not using...

SO, tried setting eventSourceInitDict as per readme, and no effect, tried debugging to see how far its getting or not, but find no evidence of it. Further more even renaming...

So in demo you use php -S to spawn a php's own little server on 9001, but this seems to be able to only talk to one client at a...

question

added bootstrap line, is --with-mp4v2 still necessary ??

In the docs here: https://wrench.readthedocs.io/en/latest/performance.html You say "Wrench uses a single-process server, without threads, and blocks while processing data from any client. This means it has little hope of scaling...