Results 18 comments of Shady Sharaf

FWIW The following fixed it for me: ``` if ( this._config.alwaysOnTop && ! this._config.primaryDisplay ) { this._app.dock.hide(); win.setVisibleOnAllWorkspaces(true); win.setFullScreenable(false); } ```

Unfortunately I've been having the same, and it even extends to the first line or two in the terminal, very annoying when you try copying stuff from those first couple...

Nice! Never thought of that!

This also makes `/%category%/...` rules break pages permalinks. Setting `walk_dirs` to false fixed that.

After some fiddling, I noticed that shadowsocks has a [Rust version](https://github.com/shadowsocks/shadowsocks-rust) that does support local-dns features, but it needed quite a bit of fiddling to try, since you need both...

This is caused by the `Requests_Auth_Basic::register` method only hooking into `curl.before_send` and not `curl.before_multi_add` ( the first is not called by `request_multiple` ). refs: https://github.com/rmccue/Requests/blob/master/library/Requests/Auth/Basic.php#L56 https://github.com/rmccue/Requests/blob/master/library/Requests/Transport/cURL.php#L208 So we have either...

Another reason for adoption to this is the `tester` extension being broken when it is updated while project codebases are not, just hit this myself, had to revert the extension...

@BronsonQuick this is a bit more restrictive, if I'm specifying a branch name I'd probably want to receive updates to it too. Maybe we can support both ? `repo@branch` and...

For the lazy, and until the associated PR is fixed, this is a one-liner to fix this based on @Blake-C PR in #129 : `curl https://gist.githubusercontent.com/shadyvb/585ff8666f55f206c7fdbd11cee128d5/raw/f48e3fee4ce4f4d264f20e76a7e64429811ca9d2/vscode-phpcs-ext-basepath-fix.patch | patch ~/.vscode/extensions/ikappas.phpcs-1.0.5/server/src/linter.js` The...

@theasteve Given your other issue at #62 , did you solve this issue here already ?