Steve Cirelli

Results 8 issues of Steve Cirelli

When trying to scroll through a list in IE Edge (11), you can't do it, the drop down just closes. [http://plnkr.co/edit/1pvaCDBDEJSwUlFeaieS?p=preview](http://plnkr.co/edit/1pvaCDBDEJSwUlFeaieS?p=preview) In the above plunker, uncheck the disabled box, click...

I'm trying to slowly convert an JS project into a TS project. I started using `tsc` with a simple tsconfig.json ``` { "compilerOptions":{ "outDir":"../app_gen", "allowJs":true }, "exclude":[ "fonts", "images", "styles"...

question

## Description ### Environment Hardware device: r-pi 0w v1 Broswer: Chrome When pasting text of any size input on the receiving end randomly stops. I say random because I can't...

bug

I'm a noob to box2d (and Go), I was following a C++ [example](http://www.iforce2d.net/b2dtut/joints-overview) on creating joints. In the example: ``` b2xxxJoint* joint = (b2xxxJoint*)world->CreateJoint( &jointDef ); ``` They cast the...

I'm still learning BBB, device trees, how to parse the bone.js pins, etc. etc. But looking at lines [4975-4983](https://github.com/jadonk/bonescript/blob/master/src/bone.js#L4975-L4983) the options seem to be missing mode 5 & 6 which...

I wanted to be able to npm install this repo. Since it doesn't have a package.json I was not able to. Adding the file allows users to npm install this...

At first make failed same as this [issue](https://github.com/tolga9009/elgato-gchd/issues/22). I used the solution in the thread and then the build fails during linking with: ``` [100%] Linking CXX executable gchd ld:...

I pulled the latest code after imaging my BBB ``` cd /opt/scripts git pull ``` Running ``` sudo /opt/scripts/device/bone/show-pins ``` Gives error ``` parse error at ./show-pins.pl line 129, line...