Hamel Husain
Hamel Husain
I suggest reading the fastpages README as a good way to prepare, maybe even play around with a personal blog
It might be annoying for Quarto-compliant users to have to see a warning every time they preview their blog. Do you think there might be a way to parse the...
@jph00 just out of curiosity, when I put the following into any YAML validator, [like this one](https://codebeautify.org/yaml-validator) it errors: ```yaml foo bar: baz ``` Similarly, in python this errors: ```ipython...
I think the gap is the multi-line yaml stuff. so ``` #|export #|echo: true ``` Would not be valid yaml if taken together, but line-by-line separately it would be. 🤔
Should I close this?
My apologies on this one, I don't remember anymore its been too long
Deven, it should work the same you need to supply the flags you want to use to `tst_flags` in `settings.ini` [like this]( https://github.com/fastai/nbdev/blob/master/settings.ini#L51). Now those flags will be skipped. If...
I am a bit confused by this - > For now, I am manually adding test flags to each and every cell. Is there an alternative to this? Are you...
There seems to be multiple ways [from the docs](https://nbdev.fast.ai/api/test.html#nbdev_test) Can you use the `skip_file_glob` argument?
I'm looking at this now