Mariusz Szczepańczyk
Mariusz Szczepańczyk
Here's my quick hack: ```js import { NodeSSH } from 'node-ssh'; const ssh = async (config, job) => { const conn = new NodeSSH(); await conn.connect(config); let cwd = undefined;...
Also need this. I'm auto-generating a whole ts file with types for my GraphQL schema using `graphql-code-generator` and there's an extraneous import triggering noUnusedLocals.
This is what I came up with after reading this thread. The generated timestamps and bpms are in line with the data in Garming Connect. ```python import fitparse from datetime...
I need this too! I was actually about to create a PR but then I saw this one. Funnily I even implemented it exactly the same way byte for byte....
@mattcompiles created a new PR #1044 as I've no right to push to this one
All of my contributions originally submitted to this project under the 3-Clause BSD License are hereby relicensed to the Apache License, Version 2.0, and are submitted pursuant to the Developer...