MythicLionMan
MythicLionMan
I believe I've figured out how the current preset system handles options passed to included scripts (but I may be missing some details). In short, include files apply with all...
I've run into this issue a second time (in issue #543), and found myself investigating it again. I only wish I could remember these visits, so I could figure out...
I've done some more work on this issue, and created some unit tests to reproduce it. The tests are here: https://github.com/Marketcircle/YapDatabase/blob/UnitTestEdge/YapDatabaseTests/YapDatabaseTests.swift I made the following observations: 1. I discovered the...
> @MythicLionMan I'm also planning on implementing this - I'll take a look at what you have so far and see if I can find any improvements when I get...
> or something like this: > > ``` > ./fpv-video-out | ffmpeg -vcodec copy | vlc --sout '#standard{access=http,mux=ts,dst=localhost:8080}' > ``` I'm not sure if "vcodec copy" does anything in this...
Just in case anyone else lands here, the solution I landed on was: ``` "macros": { "upgradeFMODEvent": [ {"command": "editor.actions.findWithArgs", "args": {"searchString": "[FMODUnity.EventRef]"} }, "editor.action.nextMatchFindAction", ] } ```