Mike Heavers

Results 64 issues of Mike Heavers

Hi! I see that this has been filed previously (#134 ) - but it's pretty crucial (for me at least) to solve, as I'm being sued for accessibility non-compliance (my...

[Following this tutorial](https://dev.to/dabit3/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291?signin=true) I have followed all of the steps up to the point of building the counter code, including having a running localhost validator. I have taken the output...

How do i specify audio should loop?

Installed opencv (`pod install`), trying to build, get error: `ld: library not found for -lPods-opencv-facerec `.

After dealing with the documented issues of installing sequencer and swig, I get an error when trying to play the included mary.mid file: `sudo python scripts/midiplay.py 0 128 mary.mid` ```...

``` Starting Netlify Dev with Parcel ⠸ Waiting for framework port 1234. This can be configured using the 'targetPort' property in the netlify.toml◈ Command was killed with SIGSEGV (Segmentation fault):...

Hi - I have an animation chained with other animations: ``` elem.animate({ delay: delay1, duration: duration1, }) .opacity(1) .animate({ delay:delay2, ease: '>', duration: duration2, }) .fill({ opacity: 0.3, }) .during(function...

Any chance you can provide an example of how to utilize this library in a view when backbone is running through requirejs?

Assets/MarkerLessARExample/MarkerLessAR/DebugHelpers.cs(66,28): error CS0117: OpenCVForUnity.Features2d' does not contain a definition for NOT_DRAW_SINGLE_POINTS' Not sure what the best solve is for this, but NOT_DRAW_SINGLE_POINTS resolves to 2, ([reference](https://enoxsoftware.github.io/OpenCVForUnity/doc/html/class_open_c_v_for_unity_1_1_features2d.html#a49e2dcbbf32d193f057248b12c3e2412)), so I've substituted that...

`Assets/MarkerLessARExample/MarkerLessAR/DebugHelpers.cs(66,28): error CS0117: `OpenCVForUnity.Features2d' does not contain a definition for `NOT_DRAW_SINGLE_POINTS'` Not sure what the best solve is for this, but `NOT_DRAW_SINGLE_POINTS` resolves to `2`, ([reference](https://enoxsoftware.github.io/OpenCVForUnity/doc/html/class_open_c_v_for_unity_1_1_features2d.html#a49e2dcbbf32d193f057248b12c3e2412)), so I've substituted that...