ChrisChiasson
ChrisChiasson
### Version 28.1.3 ### Steps to reproduce `chris_chiasson@penguin:~/care/jest_coverage$ cat index.js ` ``` let flag = true; exports.exercise1 = function () { const result = flag ? 1 : 2; //...
The naive prediction in Chapter 15 reproduced below is incorrect. It also raises a visual red flag because the error from the network was about 10x smaller (about 0.027). Quoting...
I noticed the "Wavenet" part of the code from Graph-Wavenet has been updated in a different repo so that it only refers to Conv1d instead of 2D convolutions. By itself,...
The value of `predecessor` (singular) is seemingly never read, only assigned. https://github.com/tcort/dijkstrajs/blob/b13c58e96c5250701ba3044411ec99b6ae85cc7f/dijkstra.js#L102 from: ``` extract_shortest_path_from_predecessor_list: function(predecessors, d) { var nodes = []; var u = d; var predecessor; while (u)...
https://github.com/hoaphantn7604/react-native-element-dropdown/blob/7542ab246dc2d57744cbd0e1bc213681e3fd7047/src/components/Dropdown/model.ts#L38 This declaration doesn't work if the `value` prop is of type `number` or some other type. It should probably be equivalent to `typeof T.value` I'm aware that expression can't...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...