budowski
budowski
Nice!!!!! I really like this approach too. Questions: 1. When do we call post_validate and when do we call pre_validate? At what exact stages? 2. I'm trying to think what...
Sounds like a good idea - but when you say "request a description of each model" - how would that be implemented? A new kind of endpoint? What's the "correct"...
Interesting idea - I think I'll implement it in a similar fashion... Thanks :-)
Also a good idea - but we'll need to let the user define the URL that will be used for querying that info
Another way of exposing the models: When the client does an OPTIONS HTTP request to the endpoint (e.g. "OPTIONS /api/mymodel"), we'll return a JSON describing the model's properties.
Had the same issue as @FrancescoRizzi - the solution I found was using `page['Marker']` - which is simply the key of the last S3 object in the page. You can...
@Elyx0 - the problem is that MM is a Chrome extension - you cannot run Chromium/Chrome headless loaded with extensions: https://bugs.chromium.org/p/chromium/issues/detail?id=706008#c5 At most, you can run Chrome in non-headless mode,...
But does that include the session refresh logic? Or does that save the call to `getSession`?
Yeah, I'm using this forked version in another project: http://github.com/inaturalist/iNaturalistAndroid/
Good idea, but how should Budoist determine what the next action should be? On Mar 23, 2012 3:39 AM, "redwards1966" < [email protected]> wrote: > Here is something I think would...