Miles Cranmer

Results 982 comments of Miles Cranmer
trafficstars

Pinging this thread again @arogozhnikov to see if your views have changed with increasing use of einops. It sounds like a lot of people would be interested in this. Also...

Hi @klaxalk, thanks for adding this! Looks good to me. I'm going to add nvim support to the test suite, see if I can remove the use of awk, and...

So the command "$(which nvim)" is enough to replace the command with awk. By the way, I'm having issues getting neovim to work at all - have you seen good...

Thanks for getting this started @dfm! One other idea: maybe this could have a GitHub bot that attempts to synchronize the histories regularly, and, if there is a conflict, that...

Same :) One more crazy idea. Maybe we could fork the overleaf source code: https://github.com/overleaf/overleaf and include showyourwork as part of the build process. It's easy enough to host your...

Just to check: you are planning to use merges, rather than rebases, right? I think rebases won't work on the overleaf side since you aren't allowed to force push to...

How will this handle auto-generated LaTeX snippets like tables (i.e., the `\variable{}` command)? I'm assuming those are to be treated basically the same as figures, right?

@dfm let me know if you want a guinea pig to test this out! What's the current status of things?

Thanks, I didn't see that! That looks to do 80% of what I wanted, cheers. The only other piece would be auto-building the figures when I edit a script. So...

Looked into this a bit more. There is a flag for ignoring files in the dependency tree here: https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#latex-workshoplatexwatchfilesignore. I'll open an issue about how to explicitly watch certain files....