prescientmoon
prescientmoon
why is this still not merged
I am also getting the same issue
Yo, thanks for reaching out! Sorry it took me so long to see this, I will fix it sometime this week.
Hmmm, this sounds a little tricky to implement, I will see what I can do
I'm getting the same error on `next-release-devel` (trying to use that because I'm running into #551 )
Hi @JakeWheat . I am working on a PR for this. It looks like sqlite allows more than one DEFAULT clause to exist (I've tried it in the repl). The...
It also looks like sqlite defines `DEFAULT` clauses as constraints (see [this diagram](https://www.sqlite.org/syntax/column-constraint.html)), so I think for generality it should be included in the same type with the other constraints...
Cool! Feel free to request any changes to the implementation in #56
> > generate chord sets for every layer > > > require duplicating about 100 lines > > It's not clear to me why this is necessary - it seems...
I will say, that currently working with big chord sets (10+ keys involved) requires a lot of boilerplate lines of just "if only `` is pressed, return ``" and "alias...