Anna
Anna
> Yes, it appears that this used to be step 37 but now it is step 36. It also appears that the wording has been updated in step 36 to...
Quick Question. Why is ```cypress/e2e/default/learn/challenges/multifileCertProject.ts``` failing on both the Chrome and Firefox tests yet perfectly fine on the Electron one?
I've also noticed something unusual. The documentation tells me that the URL method of the global Cypress object is supposed to be taking options not a forward slash. Is it...
I keep getting this message when trying to convert sass.js to Typescript. Maybe one of you know what to do here. "Avoid referencing unbound methods which may cause unintentional scoping...
I think I did enough to warrant a pull request. While it may not have been all of them, it was a lot of files.
Typescript and Cypress was heavily confusing me because my editor was screaming "This is completely wrong" while in reality there was nothing really that wrong. If https://github.com/freeCodeCamp/freeCodeCamp/blob/22cddd75b0fc2da485134969e49323c53de98de6/cypress/e2e/default/landing.ts#L60-67 are still causing...
Can I convert some of the files?
I'll try again if you'll allow me.
I forgot to link this issue when I made the pull requests. https://github.com/freeCodeCamp/freeCodeCamp/pull/49001 https://github.com/freeCodeCamp/freeCodeCamp/pull/48988
I have an issue regarding trying to convert sass.js. Eslint gives me this report for the following lines: "Avoid referencing unbound methods which may cause unintentional scoping of `this`. If...