rioj7

Results 28 issues of rioj7

`@callback` (https://jsdoc.app/tags-callback) is not linked on the home page of [jsdoc.app](https://jsdoc.app/)

Why do I need to go to a website to see all the documentation of the extension? Solution * include the content of the docs folder in the `README.md` file...

When the 3 random Y values are the same the path is not stroked. If you use a solid stroke color it is drawn but not for stroke gradients. The...

when I change the extraction of the value to `GRID_SIZE = this.value;` it works. The value attribute does not change.

Taken as separate question from #73 See for example workspace structure #73 ## ❓ Question 2 Considering the same previous case, I would like to know if there is any...

Viewing `modsim/test_modsim.py` in VSC with PyLance shows a lot of errors. A lot of functions are missing. An object can't be an instance of a function. `pint` is not used,...

The-CPP-Workshop/blob/master/Chapter08/Exercise61/Exercise61.cpp The assignment operator does not allocate the correct amount of memory. It is 1 byte short, the null byte. The same is true for The-CPP-Workshop/blob/master/Chapter08/Activity08/Activity08.cpp

In Applied-Deep-Learning-with-Python/Chapter-4/activity_1/test_stack.py Keras is not tested. The test checks if Python 3.x is installed. The python test should check for >= 3.5. The final message is also incorrect because the...