n1kk

Results 15 comments of n1kk

I have a similar issue with importing a rollup plugin. Is there any way to change how stensils' config is compiled? Otherwise, it seems like ESM packages and plugins are...

I've tried adding the app manually to the list, but it still doesn't work ![image](https://user-images.githubusercontent.com/5442968/142869028-ba05f923-8e7e-4486-bb2b-333164e10330.png)

Thought I can look into it, but it's above my head :) Quick google showed that it requires [CGEvent.tapCreate](https://developer.apple.com/documentation/coregraphics/cgevent/1454426-tapcreate), it's too much for me to hack my way into it,...

Yeah, how do you use this? Docs are not clear.

I just looked into the `swagger-express-middleware` content and it just reexports `@apidevtools/swagger-express-middleware` package. Doesn't looks like it has anything malicious in it. `index.js`: ```js "use strict"; module.exports = require("@apidevtools/swagger-express-middleware"); ```...

Oooh. Those are big files. But I'll see if I can encode some small samples with those codecs to reproduce the issue.

Here are 4 test files I've made with two video codecs and two audio - `Spring_Blender_Open_Movie_20sec_1080p_h264_aac.mkv`: plays video, plays audio - `Spring_Blender_Open_Movie_20sec_1080p_h264_e-ac3.mkv`: plays video, **no** audio - `Spring_Blender_Open_Movie_20sec_1080p_h265_aac.mkv`: **no** video,...

Thanks for looking into it! Have you tried it on Linux or on other OS (Win/Mac) ? Wondering if it's Linux specific issue.

I tried disabling sandbox in electron in every way they allow it in their docs but it doesn't help. Found this MR to electron: https://github.com/electron/electron/pull/15894 something about mixed sandboxing specifically...

Hm, interesting. So what can be a possible workaround here? I've seen some issues that asked how to use custom ffmpeg in electron instead of built in one. Would that...