Whitney Young

Results 94 comments of Whitney Young

@ravasthi I just found an issue with my config personally & updated the [`autoenv` hack](https://github.com/kennethreitz/autoenv/issues/45#issuecomment-158472912) that I'm using. Since I linked to that in here, I figured I'd ping you...

Can you try without the `rbevn` init to see if there's a conflict? If no conflict, can you share what version of `zsh`, any addons, and on what OS you're...

Ok, the issue was with whitespace in the path name. I've got a branch up that you should be able to install & test. I want to add test coverage...

@apricot13 yes, that's correct. The [format is documented here](https://github.com/wbyoung/avn#install). Can you please provide [debugging output](https://github.com/wbyoung/avn/blob/master/CONTRIBUTING.md) when using that branch?

@apricot13 sorry, I had the sequence of commands slightly wrong before (I didn't update the version number on the branch, so avn didn't actually upgrade itself): ``` bash npm i...

@apricot13 once merged & released, it'll just be [updating as usual](https://github.com/wbyoung/avn#updating).

@nicholasxuu I like this idea and have had thoughts to make it happen in the past. The trouble is that there are various possibilities of where a version of `node`...

This does seem like a valid case to handle. Without trying anything, my only concern would be surrounding comparability and whether all databases can handle a bool directly or if...

Changing the column definition, default value, and whether it allows nulls can be done with the below syntax. _Note that these examples are not intended to build off of each...

It would probably be worthwhile to store a hash of the migration with all whitespace removed so that whitespace changes in the migration would be allowed.