Zachary Yedidia

Results 126 comments of Zachary Yedidia

I'd be happy to have support for GitLab or other providers. The code is currently organized in a pretty modular way -- it should be possible to add this without...

I believe this is fixed by #85.

We already have the internal `home` package to do this kind of expansion, but I agree I am not sure if we should just leave this to the shell to...

Hmm I've been trying to avoiding using regexes to reduce the complexity, and avoid problems with special characters like `.`. I wonder if the best solution is to have a...

I am also experiencing this issue, since I am trying to load existing static ELF files, modify them, and write them back. Any help on this would be appreciated.

Sure! Keep in mind, this package is fairly limited, but it's possible to do what you want. Are you looking to make an animated plot or a static plot? If...

Oh, I see what you mean. Yes you can do that. Make sure that you re-clone the package as I got rid of some warnings. Here's an example for you:...

I'm not opposed to including support for this, I think the glob library I'm using just doesn't support it fully. Maybe this library would support the types of patterns you...

Do you have a test case or example that demonstrates the problematic behavior?

Ah I didn't know the Make syntax, but Knit supports this with the following syntax: ``` targets:attributes: prereqs > recipe ```