crapthings

Results 168 comments of crapthings

@gfs = new grid(@db, mongodb, @root) grid server coffe change this and collection._driver maybe

oh sorry about my english, i was on my phone, let me try to explain. a meteor collection can change mongourl by using MongoInternals.RemoteCollectionDriver _driver = new MongoInternals.RemoteCollectionDriver(MONGO_URL) Docs =...

@schaazzz we use this to clear events. ``` Documents.resumable.events = []; ``` its okay to put it into "comp did mount" or "comp will unmount ".

@vacarsu when you can upload file or image on desktop browser, you can easily display image by add below code ``` { method: 'get' path: '/:md5' lookup: (params, query) ->...

this is a working cordova ios example https://github.com/crapthings/meteor-photo the ios can upload file by using input(type='file') ``` https://github.com/vsivsi/meteor-file-collection/issues/90#issuecomment-207639130 ```

something like this ? ``` handle_auth = (req, res, next) -> unless req.meteorUserId? # Lookup userId if token is provided in HTTP header if req.headers?['x-auth-token']? req.meteorUserId = lookup_userId_by_token req.headers['x-auth-token'] #...

how about using file access token

> hi, can you describe the question with more details? do you mean mask embedding features? yes how to get this, is this required by frontend segment query like facebook...

i've tried the original sam exporting, its working. but same process to export onnx doesn't work with official react demo. i think maybe its in different form? maybe convert these...