Conny Brunnkvist

Results 67 comments of Conny Brunnkvist

It seems to work as expected. Can you specify the output you got vs. what you expected to get? N.b. there is one thing that is a bit unclear in...

Maybe related to Certificate Pinning being implemented by the iOS app. But then again, why would it error with "unsupported protocol"? No idea, but all of the Tuya `-local`/`-lan` tools...

Same issue on macOS. Installed the currently maintained(?), scoped, version of node-pre-gyp, crossed my fingers but still no banana: ``` 1495 info run [email protected] install node_modules/webtorrent-hybrid/node_modules/bufferutil node-gyp-build 1496 info run...

Yikes, this issue is growing old. 🙁 I was expecting there to be `launch.json` example for Safari to open and stuff kind of just work... Maybe that's not precisely what...

Assuming you have already installed OpenSSL via Homebrew (`brew install openssl`), the easiest way is something like: C_INCLUDE_PATH=/opt/homebrew/opt/openssl/include:/opt/homebrew/include LIBRARY_PATH=/opt/homebrew/opt/openssl/lib make all There might be some `ld: warning: directory not found`...

More tab jumping: most of the time when starting, ending, restarting debugging, the rightmost tab is selected. It's a bit annoying when you have 10 tabs open... Plus, I see...

Hej Thomas. It seems like a bug in the debugger rather than the plugin. Xdebug has had issues similar to that in the past (http://stackoverflow.com/questions/3473437/netbeans-xdebug-works-but-wont-expose-some-php-variables#comment3700155_3513026). Sorry but I can't provide...

`brew install --cask rowanj-gitx` 👍

This bug is only present in the **rowanj** fork of GitX AFAICT.

Sweet. I suspected that ticket and mine were perhaps talking about the same, or similar problem, but with different wording. Prior to posting this I downloaded your fork and tried...