Orgad Shaneh

Results 411 comments of Orgad Shaneh

Hi, Thanks for publishing and maintaining it so far. I no longer use this extension, I prefer VS Code for Ruby editing. I still use Qt Creator for C++, as...

Looks like it reads from `/etc/passwd`, but LDAP users don't appear there. On the server I use they come from `sss` service. ``` /etc/nsswitch.conf: passwd: files sss ```

Hi, Tried here: ``` ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up ``` Resulted in: ``` [ 8273.999203] RTL871X: rtw_cfg80211_indicate_connect(wlan0) BSS not found !! [ 8273.999208] RTL871X: assoc...

It's exactly the same with 4.19.0-6-amd64 (4.19.67-2)

Java 11. I have this dependency.

I have a simple way to reproduce, if it helps. This is a jar I built with the change linked above, and latest gerrit 3.5: [gitblit.zip](https://github.com/gitblit/gitblit/files/8573378/gitblit.zip). Rename it to jar,...

It was fixed in e41282df4cd3a76c8950258a0ede2e6d79d81414 (4.4.0). Upgrade to latest. Notice that if you have a previous version that installed its executable in `/usr/local/bin`, delete all the `pm2*` executables in it....

Fixed in e41282df4cd3a76c8950258a0ede2e6d79d81414. Can be closed.

For IDEs that use CMake file api (like Qt Creator), this change lists the testcase files in the project tree.