Keith Pinson

Results 91 comments of Keith Pinson

Okay, thanks for the input, that's very helpful! I'll see if I can work on this on Saturday.

I'm not familiar with Windows command-line conventions. I see you are using `/m` rather than `-m`. I was thinking of using `--teamcity` for the command-line argument, but that doesn't really...

Is it important to maintain the API of all public functions? or just at the level of `run`/`runParallel`?

So far, I have deliberated worked to maintain the API of `run`/`runParallel`, but haven't bothered to do so with `evalSeq` and `evalPar`. Let me know if you think I need...

Alright, well I wasn't able to work on this on Saturday, but I did make solid progress on it this morning. Nothing ready yet; a lot of discovery work about...

- [ ] Research TeamCity service message `flowId` and the interaction of parallel with TeamCity - [ ] Deal with environment variable idea - [ ] Remove `Fuchu.TeamCity` and its...

The FAKE build isn't working on my machine, and I'm struggling to figure out why. Trying to generate a package for my local NuGet server so I can do some...

Hm, rats. What a weird thing to be stuck on.

I'm shooting from the hip here, but I think you would just need to add some `nnoremap` calls similar to the [existing ones](https://github.com/Kazark/vim-SimpleSmoothScroll/blob/master/plugin/SimpleSmoothScroll.vim#L36). I'm open for a PR.

Okay, that's what I get for shooting from the hip. Still, that doesn't sound that hard; sounds like you have a good handle on what needs to happen. I'll let...