CMCDragonkai
CMCDragonkai
Which means you may need shell_powershell.go and shell_cmd.go. Most windows installations have powershell now, but older installations may only have CMD. I think XP and up?
The starting area for PowerShell scripts is here: ``` powershell $profile ``` As explained here: http://technet.microsoft.com/en-au/library/ee692764.aspx However in order to run ps1 scripts, one has to activate their execution policy:...
I'd like to extend this idea to having replacement capability. Basically a sort of `sed` but for CSVs. I currently require the ability to select a particular column and apply...
When we use `@swc/jest` does it recognise the settings in `tsconfig.json`? Or do we need to map `tsconfig.json` to `.swcrc` first? I ask because I've started to use `swc` as...
And if it isn't possible I reckon it would be nice to document this explicitly for each of the tools.
I think we saw this as well.
I'm using `YUY420` on `/dev/video2` without the `exclusive_caps=1`. It only started working when I downscaled the output resolution to `1280x720`. However afterwards I could stop the sink, and then go...
Problem is the output is flipped because the skype thinks it is a webcam.
Oh... in that case that might be fine then. I was hoping v4l2sink might add a flipping option.
And then when I closed skype and reopened it while my sink was running. The 1920x1080 resolution continued to work. That's pretty cool.