Daniel

Results 9 issues of Daniel

My next try was to add a @manual declaration to the legacy cv.mGet function, which is an INLINE declaration in opencv-src/modules/core/include/opencv2/core/types_c.h as: CV_INLINE double cvmGet( const CvMat\* mat, int row,...

Using the latest build chain i can't see the minified version of the library, a.k.a `dragonBones.min.js`. What are the steps to compile it?

It seems that the type-casting at [PixiTextureAtlasData.ts#L83-84](https://github.com/DragonBones/DragonBonesJS/blob/master/Pixi/4.x/src/dragonBones/pixi/PixiTextureAtlasData.ts#L83) after compilation gets ignored (or maybe not, i'm not a typescript expert myself). `(Pixi)TextureData.region` is still instance of `DragonBones.Rectangle` and has no method...

Hello, with the recent release of [pixi 4.6.0](https://github.com/pixijs/pixi.js/releases/tag/v4.6.0) (including a relevant bugfix of ["textures from atlas as mask"](https://github.com/pixijs/pixi.js/pull/4357)) the masking of slots/armatures should be possible. I am trying to achieve...

So this one is weird... used to work "as expected" in dragonbones v2.4. I attach this simple animation [arrow_nested.zip](https://github.com/DragonBones/DragonBonesJS/files/780773/arrow_nested.zip) It contains: - outer_animation (1 keyframe at 0, duration 60 frames...

In older browsers like "Android 4" (pre-kitkat) and Google Chrome 12.0.x (haven't tested the "up-to" value) Intl.js throws ``` Uncaught SyntaxError: Unexpected strict mode reserved word ``` first at [#L4](https://github.com/andyearnshaw/Intl.js/blob/v1.2.5/dist/Intl.js#L4)...

I am trying to use the directive in a plain html (only element is the slider), and after the scope 'settles' (rendering finishes), the two handles are in 0 position....

investigating

Can't use a remote network path on windows, globs aren't resolved correctly. Given an existing remote resource ``` C:\Users\user>dir /B \\192.168.1.2\fle.txt file.txt ``` `src()` fails to access it correctly. ###...

### Version v5.8.2 ### Platform NodeJS ### What happened? Manually removing a job from the queue through `queue.remove(job_id)` doesn't emit the `'removed'` event to it's `QueueEvents`. This keeps it in...

bug