Vu Tran

Results 23 comments of Vu Tran

We should be able to do this by specifying the commit's checksum... Sample commit: 3a7bfbc ``` bash $ git tag -a v1.0.0 3a7bfbc ```

npm usually reads from the `version` specified from `package.json`. If you've been using [`npm version `](https://docs.npmjs.com/cli/version) to bump, it should have automatically created git tags locally as well as a...

@jcampbell05 Actually, the ES6 classes are not merged (#41). There's still some broken tests I need to fix which should be done soon (got a lot of things going on...

For cloning, we can specify `--depth 1` to `git clone` to do a shallow clone with only the latest commit.

You can try using `svg-pan-zoom`

@mrjohnyhats This is amazing work. I'd like to help clean this baby up a little. Let me know where I can help.

Hi @simonwjackson I don't think it would be too difficult port it to Windows since a lot of the internals are handled within Node. We'll just have to make sure...

I've actually just cloned the repo on my Windows 7 machine and it actually launched without any hiccups. 😎 Perhaps you can help by enabling the packaging scripts to build...

Looks like an issue in `repositionWindow` where height is not specified.

> First of all, this project looks really good. > I was looking for a tool like this for some time. > Dont know if you know hain? its a...