Greg
Greg
This is a good callout. I think a possible approach is considering the redirects as part of a flow, so instead of say grouping tests based on redirection, we can...
@jawnsy I left the issue blank by accident so I'll update the description --> intention here was how to use the development scripts and the requirements `yarn`, `node` etc
RStudio Server
At my university, it's a required class for CS students and optional for students taking engineering/software related programs. Great topic, very well studied and useful - definitely worth adding to...
I now see #94 and am inclined to believe this one is somewhat of a dupe, with just an opinionated suggestion.
Happy to help somewhere along the lines if needed!
Seems like this should be closed, since the readme for each pkg is used as documentation (https://github.com/tonaljs/tonal#documentation) and the link has been removed from the repository description
[userEvent/fireEvent]: fireEvent docs say to use userEvent, but all React code samples use fireEvent
Our thought was that maybe the code samples need an update - we're unsure, but just wanted to point out our initial confusion on this topic. Thanks for taking a...
It already exists. Keep in mind migrations are timestamped and thus run in a particular order. Knowing this you can use: ``` sequelize db:migrate --from --to ``` and list `--from`...
I've been working on one that allows configuring both sentence case and title case over here: https://github.com/greyscaled/markdownlint-rule-title-case-style Still in an early stage, but actively being refined.