Andy Lorenz

Results 7 issues of Andy Lorenz

`npx sloc --format cli-table --format-option head --exclude "node_modules|.git|.meteor|" . ` this fails, moaning about files in .meteor, which I have told it to exclude(!) As others have said, the information...

A programmatic form reset should not fire a UI event (i.e. one that exists to capture manual interaction from the user), but it does. In the example below, onChange fires...

enhancement

Do these tables support non-displayed data but that can be presented to handlers on edit/delete? It should be a basic requirement to get edits back to storage ? e.g. I...

After scratching my head for quite a while (trying to) follow the docs, I found that whereas it says: ``` - A sidebar menu header. Good for dividing the sidebar...

I'm getting a Uncaught TypeError: this.setValue is not a function when I try to use `` within a `` form on React 16.3.1 npm list shows this: npm ERR! peer...

I am hitting my site on dev.mydomain.co.uk, which is nginx'd from port 80 to meteor running on port 3000. But without any attempt to set twitter:url I am getting: ``...

This component - and the example provided for it - does 2 very naughty things: 1. it requires your component to be a full React.Component and use state/setState - but...