Joshua Crewe

Results 41 comments of Joshua Crewe

If I am honest I have given up on this route. It seems like every six months something with curl changes which breaks deployment. Homebrew stopped supporting install flags as...

@alexandre1985 It may well do, I don't know though. Why do you ask ?

This is an interesting feature to me too. I ended up using [sparkle share](http://sparkleshare.org/) to do the same thing ( with the added benefit of being able to sync not...

At the risk of being off topic, I did find a way to navigate folders using this extension. It works in a different way than @tommyalatalo describes in the OP....

@morat523035 thanks for sharing. I am unclear how to use functions which one has defined themselves. is there a location where we can define functions and then call them from...

Ahhh I see. Thanks for the added clarification, that is really helpful.

I have discovered `features.protection.zip_timeout` which appears to make a difference. If I bump that up to 240 then I can get two of the files downloaded before it errors out....

``` -- TODO: when the cursor leaves the window, we close zen mode, or prevent leaving the window ``` [`lua/zen-mode/view.lua`](https://github.com/folke/zen-mode.nvim/blob/6f5702db4fd4a4c9a212f8de3b7b982f3d93b03c/lua/zen-mode/view.lua#L197) I think this might be what I am looking for....

Stalebot is super keen. It was too much for me to see this one through at the moment. Probably should get done one day but it isn't a super fun...

I think this is what I have been getting. If I remove : ``` if (e.target.nodeName === 'A') { this.drag.preventClick = true; } ``` Then I can click on the...