| bio | website | stackexchange.com/users/… |
|---|---|---|
| location | United Kingdom | |
| age | 18 | |
| visits | member for | 3 years |
| seen | May 3 at 20:00 | |
| stats | profile views | 121 |
I'm a 16 year old from the UK whose learning my way around the programming world. Interested in physics, electronics and IT as well. My aim in life to get somewhere in programming or become an astrophysicist, and live into 2100.
Currently making an iPad app for stackexchange sites, which intenses to be part of the learning process only as I dont have an iPad. But now is getting closer to becoming a complete app, pushing me to save up for an iPad.
|
Feb 12 |
comment |
Get a list of required tags for site Have you been using it against stackoverflow? Because it doesn't have any required tags :) |
|
Feb 12 |
comment |
Events: field request the event_id always matches the id in the link field. But it is not the most well named field, and the docs do say it "refers to an event", thought there isn't much point having it refer to an event as there's only one method you can get events from. So I'd say the docs are wrong. |
|
Feb 12 |
answered | Possible to return newest questions with a certain tag? |
|
Feb 12 |
comment |
Events: field request Unless Kevin has just added it, this field already exists as event_id? |
|
Feb 10 |
comment |
StackInbox v2.2 - Inbox client for Mac (Now with notifications) @alexgray, thanks for letting me know, I've just replicated it, I guess some change was made to the API and I haven't realised. I will get on a fix straight away. |
|
Feb 7 |
comment |
Can we get write access to user favorites? this should be for 2.1 or something as a pilot of a proper write API |
|
Feb 6 |
asked | Example responses |
|
Feb 5 |
revised |
StackAsk - Ask questions from iPhone and iPad - Now free on App Store! now free |
|
Feb 3 |
comment |
Is there any way we could have more information about tags in /questions? How does the /tags/{tags}/info method differ from the /tags with inname? Also why not just /tags/{tags} (not that I mind just should this method be used differently to others?) |
|
Feb 3 |
comment |
Is there any way we could have more information about tags in /questions? Can't you just make another query to the /tags route? |
|
Feb 2 |
comment |
What's the etiquette for answers/comments on an app “question” on stackapps.com? Given that answers are only for bug reports, would it be possible to change the answer button to bug report on only the app, library and script tags? This would make it very clear |
|
Feb 2 |
answered | Is there a limit of API requests? |
|
Feb 1 |
comment |
Add last_access_date field to the shallow_user object I was going to something I thought I heard, that the filters were more integrated, and only the fields checked are pulled (I think it was something about the total field being expensive on their side and thats why it is disabled in default filter, and been replaced with has_more), but I don't know if thats true, so my comments are made on the assumption that it's true, if it's not then I completely understand the point of shallow_user and my comments are invalid |
|
Feb 1 |
comment |
Add last_access_date field to the shallow_user object With filters you could choose which field you want and don't want from the full user object. So if the /search query return user objects. Eg, You can choose that you want the accept_rate and last_access_date fields but not the reputation field. So rather than asking for fields to copied from the user object to shallow_user you can just untick the fields you don't want. The same also goes for network_user. |
|
Feb 1 |
comment |
Add last_access_date field to the shallow_user object This is the problem with shallow_user there will always be a field wanted from user. This is exactly the problem filters solve. Please Kevin can we get rid of the shallow_user? |
|
Jan 31 |
comment |
Accept rate not available in the 2.0 API I might be missing something but accept rate isn't in user either. It seems to have been dropped in 2.0 completely. So you should ask for it in both :) |
|
Jan 31 |
comment |
Accept rate not available in the 2.0 API That method returns user objects, not shallow_user. But yes accept rate is 'missing' :/ Still not seeing the need for the shallow_user type, filters replace the need for this. |
|
Jan 31 |
accepted | Site categories in API? |
|
Jan 31 |
comment |
Site categories in API? So they will be put in later when they've been revisited. It's quite unwieldy to present the user with such a long list of sites. |
|
Jan 31 |
asked | Site categories in API? |