oyooyo

Results 7 issues of oyooyo

The documentation isn't very good right now. My english is inferior, information is missing or incorrect etc. Any kind of help improving the documentation would be appreciated.

documentation
help wanted

Die deutsche Version von #22, weil die meisten keyble-Nutzer offensichtlich deutsch sprechen. Jegliche Kommentare etc. betreffend der Entwicklung von Version 1.0.0 (siehe #22) bitte hier posten.

I plan to release keyble version 1.0.0 in the near future, which will come with a few changes worth mentioning: 1. The current "keyble" npm package will be split into...

enhancement

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Performance issue [ ] Feature...

When looking at the source code, I came to realize that there are some functions that seem to be unnecessarily marked as being `async`. The `debug` function in file dcc.js...

I would like to also have a synchronous `createSync()` version of `sign.create()` In #47, @JesusMcCloud already suggested synchronous `createSync()` and `verifySync()` functions, but apparently only `verifySync()` was actually introduced. Is...

The `printcore` class constructor has a `dtr` argument: ```python class printcore(): def __init__(self, port = None, baud = None, dtr=None): ``` but it is actually completely ignored inside `__init__`. I...