R.J. (Steinert) Corwin

Results 67 comments of R.J. (Steinert) Corwin

Ah, interesting... `import * as jsQR from "jsqr";` works.

No wait, ok it imports something but not what we want.

Trying to build it from TS source I get... ``` ➜ jsQR git:(master) ✗ tsc --target es6 --module es6 src/decoder/decoder.ts:3:49 - error TS2307: Cannot find module './decodeData'. 3 import {...

I'm a n00b when it comes to configuring `tsc`, I must be doing something wrong.

Aha! There is a conversation on this topic going on in the dat-fox issue queue https://github.com/sammacbeth/dat-fox/issues/1

> Is Bunsen browser still being actively developed? @RangerMauve It is. We're incorporating some new node binaries at the moment in order to get broader device support across different chipsets....

If it interests anyone here, we're trying to document the Iron Form Elements API here and also discussing its design https://github.com/PolymerElements/iron-form/issues/217

Thanks so much for the research summary @ianjosephwilson. I like the idea of everything submittable having both `name` and `value` attributes. Unfortunately the standard HTML element `select` and `paper-radio-group` both...

@ianjosephwilson I'm working on a project for the next 8 months that relies on form elements in Polymer for the next 8 months. If you are also working on this...

I believe this is the successor to Paper Elements: https://material-components.github.io/material-components-web-components/demos/index.html