Hao Ye

Results 24 comments of Hao Ye

## Update Sorry, checked some other things. Seems that the only trimming is on leading and trailing blank lines, and not on "whitespace" as typically defined. See below reprex. ```...

## Update 2 Some more confusing examples: ``` r library(glue) glue("\n {letters[1:3]}") #> a #> b #> c glue(" {letters[1:3]}") #> a #> b #> c ``` Created on 2022-04-16...

The mindset regarding failure is also common in the business literature, sometimes as "failure culture" or "positive failure culture", and is usually related to "psychological safety". It would also be...

I haven't done anything like this before, but I think I'd try to follow some general principles for feedback: * have categories that match those for the final grading rubric...

What about adding a manual timeout for that particular step in the GH action? https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes

I was just wondering about this myself... it definitely caused me a bit of confusion that I set up my defaults following the help for `use_description()`, and this would be...

🤷‍♂ It looks like the issue was closed in usethis. Admittedly this is fairly low priority!

Linking this lesson on Personas and Pathways from Mozilla: https://mozilla.github.io/open-leadership-training-series/articles/building-communities-of-contributors/bring-on-contributors-using-personas-and-pathways/

Agree with the suggestion for a short primer on guidance for usage and link to external resources on copyright/licensing/plagiarism is useful. e.g. https://guides.uflib.ufl.edu/copyright/plagiarism IMO, the key points are: * Lack...