Tim

Results 9 issues of Tim

I'm currently using jsfeat in the backend of my project with nodejs. This is working great except for the loading of the cascades modules. Could these modules also be made...

the info button hack lets the camera crash in ios11 and suddenly apps are rejected because the extra NSPhotoLibraryUsageDescription -info is needed.

Keep the 'chrono-start-button' visible in waked state, but hidden in dimmed-mode; replaced with a notification count (or other chosen item). This would really be the icing on the cake ;-)

Nice plugin and I would like to use it in my pixijs project, but i'm on typescript. Is it possible to add the tsd file (if available)? thanks.

enhancement

When you have SSH selected by default: ![screen shot 2016-11-07 at 11 47 22](https://cloud.githubusercontent.com/assets/5379564/20055143/11d5e5fc-a4e0-11e6-88b8-c2a29c0839a9.png) Selectinh HTTP does not unselect SSH. but makes HTTP blue: ![screen shot 2016-11-07 at 11 47...

When you add a collaborator to a project, then delete the user, the user is not rmoved from the projects it collaborated on, so you end up with a weird...

### Members Declaration: ``` ts export let createItem = (): () => Promise () => { return (item: Item) => Promise.resolve(undefined); }; ``` Usage: ``` interface X { createItem(): Object;...

bug

`export { A, B, C }` is not analyzed

enhancement

Structure like: ``` import { stuff, more stuff } from 'something'; ``` Is ignored when importing. Workaround is just removing multiline imports and import again to get a single line.

bug