leofidus

Results 35 comments of leofidus

If an actual file is desired an INI file might be much better than JSON: easier to parse in code, easier to read for humans. I tend to agree though...

If anything the main board should be more focused, providing a USB HID and maybe a Bluetooth HID device, but no wifi, home assistant integration etc. But there could be...

This sounds a lot like what the Logitech MX series uses as a scroll wheel: at low speeds it has the usual detent-like behavior, fling it hard enough and it...

I wouldn't call Golang's CSV reader weird, that's just the weird CSV format. RFC 4180 says > If double-quotes are used to enclose fields, then a double-quote appearing inside a...

Looks good to me. We are now using this PR successfully in our internal fork (for WTS functionality like WTSQuerySessionInformationW, I can't comment on pchannel)

Node 10 might work with https://github.com/atlassian/nucleus/pull/61 (it's just 2 version changes you can do manually). Though I haven't tried that on Windows. I don't have any idea about the reload...

>How did you know to do the last 4 yarn commands? plain `yarn` is just installing dependencies, the equivaltent of `npm install`. The other three come from the package.json. `yarn...

>Can you add a spec similar to the S3 spec for this? Sure, I'll see if I get around to it later.

Build is failing because of https://github.com/googleapis/google-auth-library-nodejs/issues/520 (which is a dependency of a dependency). Locally I've overridden version resolution for that library with a resolutions block in the package.json, but for...

@GEverding I'm running it in production for two years now without issues. I wanted to write unit tests for it, but then other priorities got in the way and I...