longears

Results 16 issues of longears

When the command palette or grammar selector dropdowns are started from an ex-mode command, they don't get keyboard focus and anything typed will go into the document behind the dropdown....

bug

The LEDs we're using need a gamma correction of about 2.2 to match the simulator. This should probably happen in the TCL driver since it's unique to our hardware. Because...

This project assumes all SPI messages are on channel 0. Fixes needed: - Add the ability to specify an output channel from the command line. - Preserve the channel when...

Right now we're not setting the SPI clock speed. Here is demo code doing it in C: https://github.com/zestyping/openpixelcontrol/blob/master/src/spi.c#L58 We need to reproduce this in Go. Because we don't have this,...

Working: - `getProfile` - `putPost` (No attachment support yet. Not sure if we could test it -- does tent.is support post attachments yet?) Working in general but missing support for...

soon

There are a lot of different exceptions that can come from the `resuests` library and the underlying sockets code. Should those all be caught by our library and converted into...

eventually

in `test_tentapp.py` It might be useful to make a Tent account full of a bunch of test data that will be static forever.

eventually
quick

We have `hasRegistrationKeys()` and `hasPermanentKeys()` which just check if the TentApp object has keys at all. Should have another method which checks if the keys work. Call it `verifyAuthKeys()` For...

eventually
quick

We should be able to set how many times to retry a failed connection and how long we should wait before timing out.

eventually

You can change your entity URL to any site you own, as long as you've put a `Link` header or `` tag there. People are starting to want to do...

eventually
quick