Shivam Singha

Results 10 comments of Shivam Singha

Official TP-Link driver for v3 which also has (the same I think) Realtek chipset says it supports monitor mode. from [https://www.tp-link.com/us/support/download/tl-wn722n/#Driver](url) ![image](https://user-images.githubusercontent.com/11738908/71542105-5d8c7a80-2988-11ea-9c70-a4d33103a9ea.png)

You'd do something like this I guess ```js const options = { mode: "text", }; const pyshell = new PythonShell("email_check_driver.py", options); function emailVerification(ordernumber, orderdate, key) { console.log(ordernumber); let Result; pyshell.send(ordernumber);...

use `pythonPath` option to set it to the python binary in conda environment. For me on Ubuntu 20.04 it's `~/miniconda3/envs/MyEnv/bin/python`. "MyEnv" is the name of my conda environment.

When you do `conda activate` it's just adding the _env/bin_ to `PATH` env variable. Same thing happens when you set `pythonPath`.

Added the fast-refresh package and the first error is gone. Didn't have to lower expo version. But I'm still getting the second error. My App right now is just the...

Alright I got it working, kinda. Since I'm using typescript in my common repo I was able to transpile it to give commonjs modules with react.createElement. I didn't have to...

Yeah, that's a problem. Need to figure out a way so that it works with both webpack and metro. expo-yarn-workspaces looks interesting. Unfortunately I'm not using expo. I'll see if...

It's working great with gulp watch. And require assets is working well with react-native-web.

AMD does have something similar to nvenc. Don't remember what it's called. But I believe ffmpeg supports it. I can't confirm anything either, I don't have AMD gpu.

> Punch hole would be nice too Preferably at the center of the screen