Results 10 comments of Jan Antala

Hi @ronnieoverby could you use Git Commit Message Conventions? https://github.com/janantala/angular-qr#contributing

Thanks @OhJeez I will look at it this weekend.

Hi @alexrv0922 Currently it is not available, however feel free to fork it, change this line https://github.com/janantala/angular-qr/blob/9d12141b5afde0d934932347f120f5a7ccf61039/src/angular-qr.js#L111 to the parameter and make a PR.

Hello, I have same error `failed to send, dropping 1 traces to intake at http://localhost:8126/v0.5/traces after 3 retries, 1 additional messages skipped` with azure open ai (gpt4)

OK, I will do it.

This example you have mentioned is another project. It is not mine. Check out this demo http://janantala.github.io/angular-qr/demo/ It looks like you are using incorrect characters for specified encoding.

This module is not published on npm, however you can still add it as a dependency in your package.json file. ``` json { "dependencies": { "qrcode": "git+https://github.com/janantala/qrcode.js.git#v1.0.2" } } ```

Hi @RichardsonWilliam I have no idea, however onend is called when audio is stopped. So it could work. Feel free to try it.

I had to use older template `FROM balenalib/raspberrypi3:buster` to run the build