Wasim Lorgat
Wasim Lorgat
#1069 is now fixed in latest master.
I think the original issue is resolved, so I'm going to close this. @Rahuketu86 please feel free to create another issue with your feature request re the quarto publishing framework...
Yes it is. The workaround for now is to ensure you have a minimal settings.ini file in your repo
The intention was to have a way to use nbdev’s export functionality from the command line outside of nbdev repos. `nb_export` from the command line. Maybe in `nbdev_export` via an...
Good questions. One possible issue with always running is that the conflict markers would be excluded from exported modules since they’re markdown cells, so it would hide conflicts. Exporting only...
Hmm yea that makes sense. Let's try it out. I'll make a tiny PR. We can always roll back if it doesn't work well
Actually it's a little trickier because merge runs per-file. We'd need some way of skipping merging .py files and instead use the exported ones. Or some sort of post-conflict hook...
@tcapelle it’s supposed to print each error and corresponding cell source. I looked into the nb_helpers repo, in case that’s what you’re referring to, and the errors aren’t printed there...
@tcapelle could you try again with latest master and see if `nbdev_test` produces interpretable output for you?
@hamelsmu do you think this is sufficiently covered in https://nbdev.fast.ai/tutorials/best_practices.html?