Results 104 comments of Ted Zlatanov

We plan to approach this in two ways: - stop using deeply nested arrays so much - when we use them, support them better (so yes, this ticket is valid)

@shreyu82 @zzamboni I looked around for tools that implement this kind of editing and can't find any. Pointers and suggestions welcome so we know what kind of patterns already exist.

Hi @shreyu82 The manifest currently does not support directories as an install target. For what you describe, you really want to do the copying to the final destination in the...

I am working on the docs right now. I can't give you something in time for your class, sorry. The cf-sketch shell is under development by @zzamboni and I don't...

OK; will do.

@zzamboni is working on this.

That sounds fairly easy to implement: start at `pwd`, then work up to a `.git` or `.svn` directory, then down to `sketches` or whatever the directory is named. It could...

I misunderstood and thought you wanted to autodetect just the installation directory. I think you're saying you want the cf-sketch configuration in a special file instead of in the command...

OK, so cf-sketch will look in `pwd` and then upwards for `.cfsketchconfig` or something. That file will have ``` repolist R1 repolist R2 installsource S ``` If you want more...