Stan van Rooy

Results 10 issues of Stan van Rooy

There are a few examples missing: - [ ] helpers -> friendships -> unfollow_user Reference: - [follow user example](https://github.com/stanvanrooy/instauto/blob/master/examples/helpers/friendships/follow_user.py)

Status: Available
Priority: Medium
Type: Documentation
good first issue

The current implementation is only able to retrieve the first 'page' of your inbox. You should be able to iterate over all results instead.

Status: Available
Type: Enchancement
Priority: Medium

This is probably complex if you look at all the different ways you can put text, emojis, gifs, etc. on images posted to a story. I'm not sure yet if...

Status: Available
Type: Enchancement
Priority: Low

Add a location to images uploaded to story.

Status: Available
Type: Enchancement
Priority: Low

I noticed that the `SetProperty` method doesn't accept an actual property name / `PropertyInfo` object as its first argument, only an expression. Because of this, it is currently not possible...

type-enhancement
customer-reported

This query: ```sql SELECT COUNT(*) as successful_logins, DATE_BIN('15 minutes', p_timestamp) as time FROM backend GROUP BY time ``` Gives me the following error message: ``` Query execution failed due to...

It is currently not possible to use the `extract` function because the syntax of it confuses Parseable. Can be easily reproduced by running the query below in the demo environment....

bug

the endpoint is not found anymore. Can be repro'd from examples.

Type: Bug

repro in the GetFollowing/GetFollowers examples.

Type: Bug