Richard Abrich
Richard Abrich
Adding the variables in both `docker-compose.yml` and `traefik.yml` yielded the following change: ``` $ curl -v 'https://stag.foo.com/' * Trying ... * TCP_NODELAY set * Connected to stag.foo.com () port 443...
Tried various combinations of specifying minVersion and cipherSuites in the .toml file and in the traefik.yml, with no luck. Turning on debug logging in traefik.yml shows this whenever an attempt...
Thanks for the quick reply. What sort of timeframe do you expect on that? Can I help? What would be involved? Also, how much better would the performance be compared...
Similarly, how can we use the text that was used to generate an image to calculate the image's probability?
As a prop would be ideal: ``` return this.getCanvas().toDataURL(this.screenshotFormat, this.quality); ```
@VinceG thank you for the quick reply! I may submit a PR if we end up using vue-web-cam, but I'm considering whether to use \ instead. I submitted another issue...
Thanks for the quick reply! Regarding implementation, an [adapter pattern](https://en.wikipedia.org/wiki/Adapter_pattern) might be helpful. Regarding getting it working on https, this can be a somewhat non-trivial (e.g. see https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/302#issuecomment-719057614). There are...
Apologies in advance if this is not the right place to post this, but there appears to be a possibly related bug affecting MacOS 12.0.1 with PySimpleGUI 4.60.3 and Python...
Confirmed working for me on standard built-in trackpad. To clarify, the returned values for dy/dx remain integers, not fractions. The only difference with this PR is that slow scrolling produces...