Mathew Robinson

Results 42 comments of Mathew Robinson

So at this point we have great debugging information but it all points to smartparens being the issue not spacemacs. I would recommend taking this info upstream to smartparens. Additionally...

I just ran into this issue. I was about to open a new feature request for this with the following "design": When I go to my installed apps I would...

The problem here is how we parse the url if not provided: ``` let u = origin.url().expect("Unexpected error."); let mut spl: Vec = u.split('/').collect(); let repo_name = spl.pop().unwrap(); let username...

One of my original POC's included an ignore list like feature. But the UI/UX was very hard to not make complicated. That's how I landed on the "Backup Data" and...

Sorry I worded that poorly. You can have multiple backup targets (external drives etc) in Tardis. Would you expect the ignore list to be configured per backup target or globally...

You are the user ;) I will spend some time thinking up designs for this but I have a few ideas already, the UX architect and I will bounce them...

Perhaps this can solve the cloud provider problem: https://github.com/rclone/rclone Adding arbitrary folder locations (and by extension samba) should be relatively trivial. I've opened #34 for adding this support.

I too was surprised this isn't available and would vote for it to be in the core

I think this is a great idea!

Would welcome a PR for sure. I'm about to go on holiday for two weeks but will look at this when I'm back.