Brandon McAnsh

Results 22 comments of Brandon McAnsh

This library was used in our calendar refactor/rewrite at PLANOLY to provide us with a scalable calendar solution. Job well done @kizitonwose . ![Screenshot_20200722-070837.png](https://user-images.githubusercontent.com/1652321/88169610-37f7e480-cbea-11ea-8592-3773c71c5df3.png)

Interesting idea. Will see how this plays into library vs. client responsibilities :)

Agreed; I will take a look at improving that flow.

-tt may be required as I was getting this running this from WSL (client)-> OSX (remote). `Pseudo-terminal will not be allocated because stdin is not a terminal.` adding `-tt` to...

:) Are you guys accepting PR's on the 2.1.X script?

WSL works great and is what I am using currently, have builds running through Android Studio as well. :)

@mrstefi92 Java installed in windows.

NTFS by nature is slow. Limit what is synced back to the client. Iirc the next release will support a remoteinclude so you can better filter it, but existing shell...

My **.mainframer/config** is: remote_machine=mainframer remote_compression_level=3 My **.mainframer/ignore** and **.mainframer/localignore** are the standard Android rules. Where things change a little bit are the **.mainframer/remoteignore** and my added **.mainframer/remoteinclude**. I have modified...

@artem-zinnatullin @creati8e https://gist.github.com/bmc08gt/c5141f0bed37f43ea97dd7af151def25 Here is the patch file that you can apply to the existing v2 script. This has the remoteinclude functionality, as well as an success exit code to...