CHOIX

Results 17 issues of CHOIX

* [x] bug report I am trying to use clicky on my project. But I get this error. ``` ERROR ReferenceError: clicky is not defined at Angulartics2Clicky.pageTrack (angulartics2-clicky.js:31) at SafeSubscriber._next...

# Future Task When can we expect the "cropping" feature will be implemented? - to achieve frame by frame moving cropping window? Or how could I implement it by myself?

Here is my Code: ``` constructor() { this._recorder = new TNSRecorder(); this._player = new TNSPlayer(); this.play_options = {audioFile:"~/test.mp3", loop:false}; this.record_options = {filename:"~/test.mp3"}; } onRecordTap(): void { this._recorder.start(this.record_options) .then((x)=>{ console.log(x) })...

How could I create a round video player? `` tried with `cornerRadius="100" style="border-width:1;border-radius:100;"` get an exception.

I am using FotoApparat in my App. When I try to implement the facedetector the Camera View stays black. Nothing to see. app/build.gradle: ``` implementation 'io.fotoapparat:facedetector:1.0.0' implementation 'io.fotoapparat:fotoapparat:2.7.0' ``` MainActivity.kt:...

Trying to connect to a mongodb instance on Dokku fails with MongoDB Compass. Trying exactly the same with Studio 3T worked. I lost many hours looking for the reasons. But...

Thank you for providing ready-to-use markers; but I would like to understand how those were generated, is there any resource to read what algorithm is used?

Beside that I need to add the permissions for the camera, the view is a square not a circle.

Do you know why the callbacks don't trigger at all?

## Describe the bug TouchScreenKeyboard is positioned at the center/behind the camera, which makes it impossible to see or type on the keyboard. https://learn.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk2/features/ux-building-blocks/system-keyboard?view=mrtkunity-2022-05 A clear and concise description of...

Bug
MRTK2