I hereby claim:
- I am ammuench on github.
- I am tsl8td_wobbegong (https://keybase.io/tsl8td_wobbegong) on keybase.
- I have a public key ASA2rmjhvEMqDSILS1RPopHHPQay1YrH8cSTnFzY5xpPhwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
FROM https://www.reddit.com/r/Fedora/comments/zmvkdj/8bitdo_ultimate_bluetooth_controller_working_in/
I've bought this new controller from 8BitDo and wished to use on linux, to my sadness the controller didn't work out of the box, neither by cable, the 2.4G dongle or bluetooth.
So I've tried a number of solutions and this one from u/GodOfEmus over in the 8bitdo community was the one to work for me:
Want to grab beta drivers/kernels from the Pop! Team before they hit the stable branches? Follow this guide!
Info gotten from this reddit thread by a popos engineer
For each of these, check the branches currently available on the repo, and use that to choose the version you'd like!
I'd been fighting this issue on my own package for the last few days:
Could not find a declaration file for module 'contrastrast'. '/home/Development/bookthing.nuxt/node_modules/.pnpm/contrastrast@0.1.1/node_modules/contrastrast/dist/contrastrast.js' implicitly has an 'any' type.
There are types at '/home/Development/bookthing.nuxt/node_modules/contrastrast/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'contrastrast' library may need to update its package.json or typings.
After lots of searching, I think I've settled on a solution that works for me at least in the short term.
| ## | |
| ## Quick annotated example file to build a Github CI workflow to publish your package to | |
| ## JSR.io whenever you create and publish a new versioned system tag! | |
| ## | |
| name: Publish to JSR | |
| on: | |
| push: | |
| # Runs on creation of tags created of type v.X.Y.Z (eg `tag -a v2.3.21`) | |
| tags: ["v*"] |
| ## | |
| ## Quick annotated example file to build a Github CI workflow to publish your Deno package to | |
| ## npm using Deno-To-Node (https://github.com/denoland/dnt) whenever you create and publish a | |
| ## new versioned system tag! | |
| ## | |
| ## Could also be easily used to build and deploy standard node packages to NPM with just a little bit of tweaking | |
| ## | |
| name: Publish to NPM | |
| on: |