-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better child minder #513
Merged
Merged
Better child minder #513
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a small bug from our initial overview lesson support
There are now still some problems with file ordering that I'm really beating myself up for -_-
I was getting in trouble because the order of the files from pegboard and sandpaper's file listing system do not match (because sandpaper cares about more files). The bed that I made for pegboard initially set the names of the files to be the file names without the paths and that was it, but in the database, the IDs for the files were the names of the files relative to the lesson path and thus it caused confusion. Fixing the relative names solved this problem (and likely I should adopt this for pegboard itself :/)
zkamvar
added a commit
to carpentries-incubator/managing-computational-projects
that referenced
this pull request
Sep 15, 2023
I am testing out carpentries/sandpaper#513 and carpentries/pegboard#137 to help with validation and building, which will fix carpentries/workbench#68 There was an error because the div fences were too close to the text, so I added spaces.
UGH. The windows tests are failing because pandoc nightly is being dramatic 😩 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is paired with carpentries/pegboard#137 to better solve the processing of child documents in lessons:
Testing
You can test this by checking out the branch and running the tests inside your local clone of {sandpaper} using The usethis pull request helpers.