Andrew Nesbitt

Results 341 comments of Andrew Nesbitt

Just giving this a try but hid-mapper doesn't seem to be able to handle the sensitivity of the xbox controller joysticks so the pin/value is different every time! Will try...

Thinking about it, I must have repressed the memory of reverse engineering the controller to find that the sticks return a signed 16 bit integer, see some funky conversion code...

Multiple controller support would be :sparkles:, I think what you're describing is basically how the https://github.com/andrew/node-xbox-controller library works as well if you need another example.

I whipped up a quick page to visualize all the images in the readmes: https://ost.ecosyste.ms/projects/images (⚠️ total download size of that page is over 500mb, don't attempt to open it...

Lots of broken links in their readme

We could look at the most used dependencies of ost projects

That sounds like a great idea 💡

It’s funny you mention that, I wrote a script to generate some CITATION.cff files last week: https://github.com/ecosyste-ms/home/blob/main/lib/tasks/citation.rake

One thing I was thinking we could do is search for each committers ORCID via email/name via the api: https://info.orcid.org/documentation/api-tutorials/api-tutorial-searching-the-orcid-registry/

It might be tricky to handle a combination of an automatically generated CITATION.cff file and one that has custom changes based on user requests, perhaps the action could simply open...