Jonatas Miguel
Jonatas Miguel
It would have saved me hours of trouble if I had known that I could have just used the :generated subtask for uglify and cssmin. This allows me to have...
Some of the error messages for this plugin specifically mention npm commands (like, no-extraneous-dependencies) which can be problematic if the established package manager in the codebase isn't npm. When dealing...
Given the ways that we see `cancel` being used in the book, and given some discussions in the Zulip lean community, I think maybe there is a bug in the...
The following tip in the documentation [notes](https://docs.grit.io/language/patterns#node-structure:~:text=Tip%3A%20If%20you%20click%20the%20%22debug%22%20button%20in%20the%20Grit%20studio%20you%20can%20see%20the%20syntax%20tree%20of%20the%20input%20code.%20This%20is%20the%20best%20way%20to%20understand%20the%20structure%20of%20the%20code%20you%20are%20working%20with.) that Grit Studio has a debug button that would allow us to see the AST node associated to some code. This button does...
Both when running the example code in the inline IDE and also in the browser's console, the following expressions result in `undefined` being printed: ```javascript // exercise 1.1.6 const a...
In the following [excerpt](https://github.com/source-academy/sicp/blob/afaccbc9ad0322ecfbc7f9cc130178da7f6f6be6/xml/chapter1/section1/subsection2.xml#L132-L142) we're told something about the code ui in the online version of the book that is no longer true: > However, to see and play with...