AMerkuri

Results 13 comments of AMerkuri

How about instead of transcoding video into another format but adding support to open .mkv files right in VLC?

I tried copying download link to VLC `Media / Open Network Stream...` it gives me output: `Your input can't be opened: VLC is unable to open the MRL Check the...

Strange.. It started to work for me now.. Many thanks for quick response(s)! :+1:

``` adb.exe shell data/local/tmp/mysendevent-arm64 /dev/input/event4 /sdcard/getevent_input.txt /system/bin/sh: data/local/tmp/mysendevent-arm64: not executable: 64-bit ELF file ``` Tried on Nox emulator Android 5 and 7.

> @AMerkuri thank you for the info, it didn't work on the Emulator? Yes on NoxPlayer.

Change `self.state = newState` to `self.state = Object.assign(self.state, newState);`. This will trigger Proxy.

You may also write it without having `// @ts-ignore` ```ts const Matter = (Phaser.Physics.Matter as Record).Matter as typeof MatterJS; ```

I have same error when adding [terser](https://github.com/terser/terser) to build process. Here are the minimal changes needed to reproduce. https://github.com/AMerkuri/rollup-typescript-webworkers/commit/13e907ce9553be6b209bfe6d4f1dbbbde462511f#diff-6814bf77564b4f1c92f5861e184e28fe217c080a047fefa8b73a728f755ec45c

I would propose following syntax to parse: `@property {boolean} [lockValue=false] @attr lock-value - lock status` or `@property {boolean} [lockValue=false] @attribute lock-value - lock status`