Skip to content
#

english

Here are 1,440 public repositories matching this topic...

alex19EP
alex19EP commented May 12, 2022

since, at least in Arch Linux, each voice has its own package, the user can install rhvoice without voices, and when switching the synthesis module to RHVoice in orca, for example, the user will be left without speech.

good first issue <Bug> Code: C++ OS: Linux
dechavezv
dechavezv commented Dec 6, 2021

The Unix Shell, Episode 05 line 48 (https://swcarpentry.github.io/shell-novice/05-loop/index.html).

I just think that It may be useful to add a note explaning that the general for loop (see below) should give an erro as "thing" and "ist_of_things" do not exist in our working directory.

for thing in list_of_things
do
operation_using $thing # Indentation within the loop is not requir

help wanted type:clarification good first issue
OMahoneyM
OMahoneyM commented Aug 30, 2021

In Episode 8: Collaborating, there are many gendered pronouns that should be changed to better fit with the model of inclusivity that the Carpentries has built.

To accept access to the Owner’s repo, the Collaborator needs to go to https://github.com/notifications. Once there she can accept access to the Owner’s repo.

  • The s
help wanted good first issue
dakirsc
dakirsc commented Jun 7, 2022

My comment is specifically about the example code showing how to add points to a ggplot boxplot. It's possible this is something that was fixed in an update to R or the ggplot2 package, but I know historically there have been issues with using geom_jitter and geom_boxplot together and these combined functions causing outlier points to duplicate.

I realize the code in the episode takes care of

help wanted good first issue

Improve this page

Add a description, image, and links to the english topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the english topic, visit your repo's landing page and select "manage topics."

Learn more