Lex Li

Results 595 comments of Lex Li
trafficstars

Windows Terminal supports a variety of image formats, but Windows Explorer context menu only supports .ico. In order to keep the script simple, it is intentional to only support .ico...

Sounds like it might be possible to use Windows 10's builtin API, https://github.com/DavidAnson/ConvertTo-Jpeg/blob/master/ConvertTo-Jpeg.ps1 Will leave this issue open for a few days to see if that API can be reused...

Windows Terminal does not have such a command line switch to reuse opened terminal, so it is impossible at this moment for context menu items to open tabs.

I don't plan to add such an option, but you can easily write your own PowerShell script to iterate the registry keys created by `install.ps1` and insert that string.

You should take a look at [alternatives](https://docs.lextudio.com/blog/the-story-about-net-cross-platform-ui-frameworks-dd4a9433d0ea).

@landy2005 Thanks for the comments. * Pull requests from etingof/snmpsim are cherry picked and shipped in `snmpsim-lextudio` 1.0.3. * Patches from inexio for `walk.py` have been added in `snmpsim-lextudio` 1.0.4....

That means you didn't use the right Python package and version. Read etingof/pysnmp/issues/429 and #19 to learn more.

If you want to see an external console, that's not supported right now. The Samsung debugger only accepts some settings, * "program" * "args" * "stopAtEntry" (not used by this...

What debugger are you using? The binaries from Samsung repo won't work, as they don't support the actual VSCode debugging protocol the way they should. You need to compile from...

I won't be able to help, as I could not reproduce this on both Mac and Ubuntu. You might debug the code base further to see if you locate some...