Drew Oldag
Drew Oldag
I'm having trouble determining how to programmatically set the output file name when using Runner.bench_func(). Is this possible, and if so, are there instructions or examples available?
We've seen a few different python/c++ projects now, particularly those that use pybind. It also seems like the modifications to the PPT are small enough that we could create an...
There are few places where data really becomes important. Tests, notebooks, and generally for the package. We've seen many instances where a package requires a large amount of data to...
Currently the LF-PPT version check pre-commit hook will *always* pass, even if the template that a project uses is out of date. Given that many people don't use pre-commit locally,...
We currently have a breadcrumb README in the `.../docs/notebooks` directory when a new project is hydrated. I'm suggesting that we add more and perhaps use those READMEs as a place...
This is feedback received from a user updating a pre-existing project with the PPT: > The directory layout described in "Incorporating the template into a prior project" is different than...
This is feedback received from a user updating a pre-existing project with the PPT: > The LINCC Frameworks template does not impose a rigid directory structure. However, some of the...
Currently the README that is generated for a new project has a Dev Guide section that includes instructions for configuring pre-commit and installing pandoc. But it should include running .setup-dev.sh...