kcar

Results 3 issues of kcar

I think there is a bug with the pathfinding solution where it doesn't get neighbors correctly when the grid isn't square. https://github.com/btholt/algorithms-exercises/blob/5b2edb0bc08e033d552ea7f9c891d02b49863aa0/specs/pathfinding/pathfinding.solution.test.js#L77 ` if (y - 1 >= 0 &&...

Thanks for doing the course! A few typo fixes here

I'm trying to enable auto translation for my app via the following command: `stream-cli chat update-app --properties '{"auto_translation_enabled": true}'` This returns the message `Successfully updated app settings.` But when I...