Bradley Matusiak

Results 61 comments of Bradley Matusiak

https://gist.github.com/bmatusiak/f8dc536ad5566db4d3c71390857a7109/revisions i copied some logic from v4 class and it seems to work for me,, #note in v4 that the code i copied is disabled

and as for re-selecting on tab,, i turned off autoselect, but i like the autoselect feature in some cases, so this other gist is another possible fix, https://gist.github.com/bmatusiak/c857f66601599b947fa86e988a014ccb/revisions

if this information is documented in a different project, please link it.. I go as far as using the examples and production setup before i consider writing any code using...

@andresberrios has a good point on asking this, for a candle, histogram and bar series would have a width that would require the `[0,0.5]` a line, area series point has...

@merlokk well you can use usb_gadget to emulate devices like @ http://www.isticktoit.net/?p=1383 like ethernet keyboard mass_storage, and i would like to emulate solokey with this

so i need to start with building a usb report_desc for HID device to match solokey hacker or sorts and then somehow run solokey firmware instead of usbip use the...

found a good article about the report descriptor, https://www.rmedgar.com/blog/using-rpi-zero-as-keyboard-report-descriptor

will give it a shot and report back with any issues,

> @bmatusiak won't this break NodeJS since it not have localStorage? etc. i dont believe so.. Unless `Gun` becomes a global during source initialization. but as i can see localStorage...

@amark so i moved the original index to core and copied my index to its place, modified a few things to fix require preload issues.. that was pointing to index...