Richard Abrich

Results 174 issues of Richard Abrich

This PR implements workarounds for two bugs in SpeechRecognition in Chrome on Android: - `SpeechRecognition.maxAlternatives` is not respected; 5 alternatives are returned regardless of the attribute value. - Just before...

Issue: https://www.bleepingcomputer.com/news/security/lets-encrypt-is-revoking-lots-of-ssl-certificates-in-two-days/ Resolution: ``` # Delete traefik stack docker stack rm traefik # Delete traefik volume docker volume ls (should see something like traefik_traefik-public-certificates) docker volume rm traefik_traefik-public-certificates # Populate...

We had some issues getting this project deployed into production with HTTPS, and judging from the number of related issues, it seems we are not the only ones. Here are...

We have deployed according to the steps in https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/322. However, we have a problem that only seems to affect some clients: ``` $ curl -v 'https://stag.foo.com/' * Trying ... *...

investigate

Thanks for putting this together! Unfortunately it doesn't work for my use case: I'm accessing my dev box from my iOS device over a LAN. When I enter my IP...

Hello, Thank you for open sourcing such excellent software! I have a few questions: - Is it possible to set the altitude of the camera? If the answer is no,...

Hello, Great project! Does it support converting a video to a sequence of images?

Given a new image, we would like to determine the probability of an image given the trained model parameters (e.g. as described in http://proceedings.mlr.press/v97/balaji19a/balaji19a.pdf). Creating a new cog endpoint in...

When running the model via `docker run`, `POST`ing to the endpoint with the `image` parameter set to a url (with or without the leading `@`) returns HTTP 400: ``` {"message":...

I am currently considering whether to use vue-web-cam or ``. This is for a mobile camera application. What are the tradeoffs of both of these approaches? I'll start: ### vue-web-cam:...