Xin Huang
Xin Huang
For those who're not looking for an alternative: I used a hexeditor and replaced all chisel to murloc (case insensitive, all 6-char string should work) so that it bypassed Windows...
You can workaround it by the following. Tested on macOS and Linux. ``` $ python3 >>> import imageio >>> imageio.plugins.ffmpeg.download() ```
I have the same question. I would like to use wxWidgets to create some windows, but wxWidgets event loop is brought up by `app.MainLoop()` and rumps also requires a `App().run()`....
Okay. Just need sometime before I can work on this. BTW: How do you like create a custom exception class instead of `ValueError` and `TypeError`? Sometime need a way to...
Great. I will make a change about the 2 things we discussed. Can't promise the time, but will do ASAP.
Hi, I got the same problem on Kali 2023.2a. curl works but not python/ruby scripts, no matter they are installed globally or from a local virtualenv. But it works when...
thanks for the information. yes, crackmapexec is a python script and I also have problem with other ruby scripts as well. I don't think they are using any go binaries....
Finally found out the reason. It's because the following lines of code in my setup scripts: ``` sudo setcap 'cap_net_bind_service=+ep' `readlink -f $(which python3)` sudo setcap 'cap_net_bind_service=+ep' `readlink -f $(which...
I have the same question earlier. I've checked the source code about the `--max-errors` option and it seems that on the surface, i.e. the command line option it's an integer,...
Sorry I haven't been following LLVM/Clang for a long time. I think there are some more comprehensive official tutor now. Please just use this guide as a reference, if it...