Lewis Cowper

Results 10 comments of Lewis Cowper

Best idea as a first place to start is something like user stories/use case analysis. So we as a group decide on what actions would be appropriate for a user...

A good plan (imo, as I'm in a similar boat to you, @andrew) would be to focus more on the stories/workflows that people are likely to follow. It seems to...

From: [this comment](https://github.com/hoodiehq/hood.ie/issues/28#issuecomment-129189868) and [this comment too](https://github.com/hoodiehq/hood.ie/issues/28#issuecomment-129189952) we now have a list - [ ] - Improve the contrast ratio between elements and text. Particularly were we use a lot...

So would we not be able to update git attributes, then `git rm {{largefile}}`, and then `git add {{largefile}}`?

Ah, that's frustrating. I found a SO link talking about stuff where the git repo on a per checkout basis was small, but the .git directory/local history was massive: http://stackoverflow.com/questions/5613345/how-to-shrink-the-git-folder...

@nickcolley it's not splitting up the repo into two, it's transferring the contents of this repo to a new one with Large File Storage set up from the outset. We're...

@gr2m We won't be editing anything more than HTML inside this repo, so LFS shouldn't (I hope) affect anything we need to do, at least as far as I understand...

Further to this one, sometimes even with environment variables set some programs require flags to be set on the command as its run to specify alternative files (`tmux`, `kubectl`, `svn`,...

I have the same use case, and provide a chained `with_response` function on our request struct that is only compiled under `#[cfg(test)]` for unit tests purposes, and then I have...