Jasdac
Jasdac
**Is your feature request related to a problem? Please describe.** Thanks to [megatiny](https://github.com/SpenceKonde/megaTinyCore) you can use the newer series of attiny 1604, 3227 etc with arduino. **Describe the solution you'd...
Using spellinfo with an ID above 32767 (0b111111111111111) fails. I'm assuming it's because you're using atoi instead of strtoul here https://github.com/EQEmu/Server/blob/0550fcfd3f4757fd7f73d56b9743525f97e5c2da/zone/gm_commands/spellinfo.cpp#L9
I'm not a huge fan of the current design, as it essentially loads a full website in the page action on chrome. Is there any chance you could add a...
The sparkles on the keys in this pic get stuck after emitter.remove() is called:  The following is executed when the page loads: ``` this.sparkleParticles = new SPE.Group({ texture: {...
Is there a way to flip the position of inputs and outputs? So outputs are on the left and inputs on the right? If not, would it be possible to...
I'm testing your tutorial on the wiki. I successfully built the solution in visual studio 2017, then placed the DLL in `E:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\skse\plugins`, compiled the psc file...
I love your planet and skybox generators and would love to use them in a game built with three.js. I started working on a conversion on my own and managed...
I'm able to successfully pair devices using the SampleServer_authentication_passkey example. But I'd like to add a factory reset button to the device, which should clear all bonding info. I couldn't...