anicolao

Results 57 comments of anicolao

I've started writing the slice move / wide move support and the best place for it seemed to be inside `experimentalAddAlgLeaf` similar to how `coalesce` is implemented now (besides which...

So I went ahead and wrote my tests the way I'd prefer. Will something like this be OK to land? ``` diff --git a/src/cubing/alg/operation.spec.ts b/src/cubing/alg/operation.spec.ts index d71c7786..ced606d7 100644 --- a/src/cubing/alg/operation.spec.ts...

@rokicki thanks for the encouragement. @lgarron, @rokicki -- should I be putting up a fork with this work to get it upstreamed, or just maintaining it for myself? I need...

@rokicki Thanks again for being encouraging. But there is a big difference in the patches I will write and the work I will do if my expectation is that they're...

I've started a rewrite of the bluetooth support in my own application, but I'll leave this issue open here in case some enterprising soul wants to take on fixing cubing.js...

I hereby give permission for the cubing.js project to use my existing and future contributions under any license. In particular this includes both the GNU Public License (v3 or later)...

I don't know about the internals of Svelte. As I read [the specification](https://dom.spec.whatwg.org/#interface-attr), there is no such thing as an async `Attr`, and `Attr` is required to have a string...

I am fine if you want to close this. The way I'd understand things, `twisty-player` is a thing that is sort of like an HTML element, but isn't really obeying...

Very possibly you are right and I am wrong. The spec I linked to is the spec of what an "Attr" node is in the DOM, and I'm not aware...

Execute the following script, for example by running `sh -x /tmp/script` after pasting this into `/tmp/script`: ``` npm init svelte@next threejs-issue cd threejs-issue/ npm install npm install cubing npm install...