Chris

Results 6 issues of Chris

In spite of SO having their own take on a dark theme, I like this theme better and still have it enabled. However I noticed some things (surprisingly few) are...

question :grey_question:

Add extreme mode (bans grays and same-position yellows). Changes the way the game tracks hints to allow for specific highlighting of conflicting hints (also beneficial for hard mode).

If you lose there's no way to know what your streak was unless you remembered it from the last correct answer. Streak number is reset to 0 before the number...

The sentinel index value for nodes is -1, not 0.

https://github.com/ccerhan/LibSVMsharp/blob/58e04ae6bb4923d86f9e8948310f03dcad7ce2df/LibSVMsharp/Extensions/SVMProblemExtensions.cs#L85 Should this be a call to [PredictValues](https://github.com/ccerhan/LibSVMsharp/blob/58e04ae6bb4923d86f9e8948310f03dcad7ce2df/LibSVMsharp/Extensions/SVMNodeExtensions.cs#L36) rather than [PredictProbability](https://github.com/ccerhan/LibSVMsharp/blob/58e04ae6bb4923d86f9e8948310f03dcad7ce2df/LibSVMsharp/Extensions/SVMNodeExtensions.cs#L28)?

On [Part 2 / Motion / Springs](https://learn.svelte.dev/tutorial/springs) the `svg` element has an accessibility warning: > A11y: <svg> with mousemove, mousedown, mouseup handlers must have an ARIA role I'm no expert...