Steve Liles
Steve Liles
Mongo session expiry uses a TTL index. The index is created by this code in index.js: ``` var schema = new mongoose.Schema({ sid: { type: String, required: true, unique: true...
Hi, Thanks for express-sessions - nice lib, and the only one I found that really works ;) I hit a problem when using express 3.4.5 (may also affect other 3.x.y...
### Minimal reproducible example https://github.com/steveliles/expo-barcode-scanning-bug/blob/main/App.js ### Summary Steps to reproduce: - run the app in the repro repository with `expo run ios --device` and pick a real device with a...
### Minimal reproducible example https://github.com/steveliles/expo-barcode-scanning-bug/blob/main/App.js ### Summary On iOS I can set the barCodeTypes array and the scanner will ignore other types in the field of view (great!). On Android...
### Minimal reproducible example https://github.com/steveliles/expo-barcode-scanning-bug/blob/invisible-characters/App.js ### Summary I'm building an app that needs to scan ean13 barcodes and datamatrixes that contain product info. Scanning works well on iOS for both...
With Node 6.9.1 & npm 3.10.8: ``` git clone [email protected]:coodoo/react-redux-isomorphic-example.git npm i npm start ``` gives: ``` > [email protected] start /Users/steve/dev/kv/node/qna/react-redux-isomorphic-example > node server/index.js /Users/steve/dev/kv/node/qna/react-redux-isomorphic-example/node_modules/babel-core/lib/transformation/file/index.js:600 throw err; ^ SyntaxError: /Users/steve/dev/kv/node/qna/react-redux-isomorphic-example/common/components/ProductDetail.jsx:...
Hi, great lib (and also image-js) - thanks :) I noticed that non-max suppression doesn't seem to be working - I end up with some very thick edges. For example,...
I dynamically generate parts of my glsl shaders and inject using an ${expression}, but this breaks the syntax highlighting. It would be awesome if `${expression}`s were treated as javascript, but...