Keith Stevens

Results 89 comments of Keith Stevens

The code should be almost the same as what you draft but just in a different callback. Session gets called *a lot* and shouldn't be making mutations.

I like that too as the account will exist on our staging database when we dd this support in.

I do not. Here's the first bits of lscpu: ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 24...

This PR looks very similar to the changes to the Arabic localizations. Would it be possible to separate the two PRs to be more focused?

Yup, it looks like this is indead correct when handling the previous word case. I'll make a branch and apply this fix (along with some other refactorings that are much...

I've made a [branch](https://github.com/fozziethebeat/S-Space/tree/hal-fix) with fixes for this. I tested out the simple sentence and things look right to me. Feel free to check it out (I mostly copied your...

Ah, you're right. We were double counting there for reasons I don't remember. We probably had some justification for that, but it's clearly wrong, haha. I put that into the...

The hal-fix branch should now be updated with said fix. I've also added some massive efficiency updates to processSpace when it comes to dropping dimensions from the sspace.

I also just encountered this problem and found it very surprising to find out that listeners only work with pre-built template datasets. From what I could discover it's because `/api/datasets`...