Tomi Tuhkanen

Results 21 issues of Tomi Tuhkanen

Unit tests on Travis (Linux) fail with ``` System.IO.IOException : The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the...

Add GraphQL examples to Insomnia workspace. Workspace has already two query examples: https://github.com/ttu/dotnet-fake-json-server/blob/785f6cdfb1e7fbbc933834d03060cc1895da038b/docs/FakeServer_Insomnia_Workspace.json#L12

help wanted
good first issue

Add BLE communication with Bleak and async methods.

enhancement
in progress

After the package dropped support for Python2, types can be added to the whole codebase.

If new data is never found, timeout or manual cancellation with `run_flag` will never be triggered. This should be in an own thread. https://github.com/ttu/ruuvitag-sensor/blob/202df59785b0c8ffedb3fb88c4ef12bf789577dc/ruuvitag_sensor/ruuvi.py#L136

enhancement
help wanted

**Describe the bug** Ctrl+C doesn't always terminate the program on the first time. Sometimes Ctrl+C must be inserted rapidly multiple times. **Environment (please complete the following information):** - OS: Ubuntu...

bug
help wanted

Option to add last modified timestamp for each object. ```json { "user": [ { "id": 1, "name": "James", "age": 40, "location": "NY", "work": { "name": "ACME", "location": "NY" }, "_last_modified":...

feature
on hold

GetNextIdValue checks only the last item from the collection and gives a new id based on that item's id. Method should find the item with the largest id value from...

enhancement
in progress
on hold

Remapped ports to match numbers from firmware 2.0.00.0017. Would be good if package would request firmware version and based on that would decide port numbers. But I think it is...

Platform: **Windows**, Linux?, macOS? Error: > Task got Future attached to a different loop When import statement in e.g. [example](https://github.com/ttu/ruuvitag-sensor/blob/master/examples/get_async_bleak.py) is moved to inside `run()`-function, it works normally: ```py import...

bug
help wanted