Andrew Perry

Results 10 comments of Andrew Perry

Suggestion - in `index.d.ts`, add a constructor to the `VueAuthenticate` class declaration so it can be instantiated with `new`, as per the Vuex example in the README. eg: ```typescript import...

Also, `withCredentials` seems to be a valid flag for `AuthenticateOptions` and should be added. ```typescript export interface AuthenticateOptions { withCredentials?: boolean; } ```

I needed this too, so I've had a crack at implementing it. PR here: https://github.com/elasticluster/elasticluster/pull/696 - @jrieffel feel free to test that branch !

@tseemann Any chance of putting the partially working Dockerfile in a branch so someone else can tackle fixing it ?

There is always this, https://pypi.python.org/pypi/orderedattrdict but it would be nicer to have an `OrderedAttrDict` option in this library rather than relying on another independent implementation.

Sorry this took so long. I've updated the branch with minor changes as discussed.

I've hit similar issues in episode 3 (PR https://github.com/LibraryCarpentry/lc-webscraping/pull/29). Another issue with Internet Archive snapshots is that an extra `` is injected, that changes page structure and often the XPath...

Amusingly I made a similar error myself last week with a different front panel - somehow managed to swap the CV and IN labels 🤦

Yes, essentially. It's a port of https://github.com/timknip/csg.as which is a port of evanw/csg.js. Note the outstanding issues - if you plan on using it.

I think the issue may be solved by adding a current limiting resistor (eg 10k ?) between the +5V rail and the GAIN socket so it doesn't completely short 5V...