Ben Rollin

Results 51 comments of Ben Rollin

This feels like a duplicate of https://github.com/lichess-org/lila/issues/10205, so closing it for now. Feel free to comment/thumbs-up that issue. As for how to use the current endpoint, you can do something...

![image](https://user-images.githubusercontent.com/12655228/187489059-cf133fc8-c0d4-4844-9293-8c195a71fb4e.png) Example: blue theme, california piece set. Github doesn't seem to allow adding animated GIFs, so just a board image.

Good catch. 👍 Think I'll have time to get to this tomorrow.

🥳 thanks forgetting this over the finish line. I created an issue to capture Niklas' bug find: https://github.com/lichess-org/lila/issues/11606. Been a little busy lately, otherwise I would make the fix. Maybe...

Nope, I am able to reproduce it consistently. In case it is helpful, this is the page/content that I was "draft all"ing that leads to the issue: https://github.com/brollin/brollin/blob/main/README.md

I'd love to see Lichess implement something like this. Is no Firefox support a deal breaker? Currently I use [Talon voice](https://talonvoice.com) to type letters into the keyboard input which is...

Yeah, not ideal that it would be exclusive to Chrome/Safari. I don't really know how popular it would be, and my perspective is a little skewed since I'm already in...

Okay I've done a bit of playing around/research today. Initially, the [SpeechGrammar API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechGrammar) looked promising. This is supposed to allow you to specify groupings of words, assign weights, ignore words,...

Alright, I made a POC and learned some important things along the way. If anyone wants to try it out, you're welcome to with [this (horrendous) code](https://github.com/lichess-org/lila/compare/master...brollin:voice-test?expand=1). Here are some...

Sounds good - just opened one here https://github.com/lichess-org/lila/pull/10777