igoki icon indicating copy to clipboard operation
igoki copied to clipboard

Clojure Go Kifu recorder and OGS player

Results 49 igoki issues
Sort by recently updated
recently updated
newest added

Auth issues should reset ogs state and switch back to login panel - right now the only way to recover is to quit the entire app and setup from scratch

I want something here. I don't know what, maybe I should just remove it.

The current context atom is a kitchen sink smorgasbord of stuff - clean this out so that at least there's an obvious 'data' part we can serialize and deserialize to...

I would like a quick way for people to send feedback/issues to me from inside the app. I'll be able to use this to get a feeling for the important...

Also allow playing out branches by mouse clicking. This will immediately mark the stones as 'red' because it will differ from the actual board, but would be nice for quickly...

small

Currently everything kinda hangs together with add-watch data flow within paths of the atom, which is neat when you want things to be mostly decoupled and you don't really know...

At the moment, it reads the camera slowly because that gives the board reading space to debounce - but it shouldn't really be needed, debouncing can happen much more effectively...

There's a lot of usages of atom watchers and complex paths inside - it feels like we can do a much simpler job here. In particular, there are two kinds...

At the moment, there's quite a lot of mucking around in OpenCV core bits (in particular, drawing onto images) - Evaluate each usage and see if it's needed - if...

Right now it feels a bit daunting (even though you hardly have to a lot), so once the new interface overhaul is done, spend a bit of time on a...