Mark Sikora

Results 12 comments of Mark Sikora

I've located the source of the issue. Here is the smallest case I can make that demonstrates it. ```python import spacy s2v_path = "../s2v_old" nlp1 = spacy.load("en_core_web_sm") s2v = nlp1.add_pipe("sense2vec")...

Been waiting for this for quite some time. Stragenly the issue I'm following to track the hooks changes hasn't been updated. I'll be working on this tomorrow, it's something I...

I've spent my afternoon playing with the new hook code and I noticed one problem. It's currently conflicting with the existing led code. On first boot the led is set...

The basic idea seems valid, doing a full scan instead of debouncing on each row. I'm a bit more weary about removing some of the delays and increasing the i2c...

That is quite strange. Are you running with the newest code, we recently pulled from upstream.

So I just tested this a few times. I tried rebooting - window -> windows - windows -> linux - linux -> linux - linux -> windows And I always...

I'm also plugged into one of the rear usb ports, nothing special. Can @wobbol, @layornos, and anyone else seeing this issue answer these two questions 1. What is your boot...

Thanks for your request but as it stands right now we're focusing on adding traditional layouts (eg. qwerty, dvorak, coleman, workman, etc.) before we start adding custom layouts. I'm going...

I agree with most of what's here. But I guess one thing to discuss is the issue of how to handle the move to tmk_core. The main issue I see...

I ran across this repo which may serve as a useful base if we choose to go the submodule route https://github.com/fredizzimo/infinity_ergodox