Petr Sloup

Results 9 comments of Petr Sloup

Thanks for the PR. I agree it's the correct solution to let the express handle `X-Forwarded-Host`. Unfortunately, there is a bug in Express v4 and `req.hostname` and `req.host` do not...

Although it should be possible to parse the correct value from the `req.hostname` and `req.headers.host` it's kind of a hack. And it is actually not a correct solution in some...

Thanks for the PR! However, it would be nice to have these a separate changes rather than 1 huge batch. - The JWT support seems to be pretty application-specific and...

Hi, there is indeed an issue with the SIGHUP not being propagated inside the docker container. I've tried to trap the signal the way you drafted and it indeed does...

First version of regular expression to be used for the coodinate extraction: https://regex101.com/r/jR1uN1/2

No, not yet. Might be a bit difficult to do all this with one regular expression.

Hey, several notes/questions: - This repo is designed to contain the original source data + code to process them into PBFs (so it can be regenerated in the future when/if...

Unfortunately, the issue is exactly the same in 4.0.0-pre.2: https://jsfiddle.net/1xwgf6pq/ I guess the Safari fix would work for Firefox as well, but there is no VideoFrame support right now: https://caniuse.com/mdn-api_videoframe

@HarelM any plans for a bugfix release soon? We would like to get this fix to production as soon as possible...