Skip to content
#

instagram

Here are 2,382 public repositories matching this topic...

Aarbel
Aarbel commented Mar 1, 2020

Problem

I'd like to send many files in the same time but with different files metaData.
The combination of uppy.setMeta uppy.addFile doesn't wok because the upload is asynchronous, and when files finish to upload they will heritate the last uppy.setMeta configuration.

Moreover the uppy.setFileMeta method is quite impossible to use, because on uppy.addFile we can't declared an id

maxiundtesa
maxiundtesa commented Sep 1, 2018

General information

  • IGListKit version: 3.4.0
  • iOS version(s): 11.4
  • Xcode version: 9.4.1
  • Reproducible in the demo project?: Yes

Hello,
I think I found a bug: If you call contentView.frame.size inside your bindViewModel method, it returns the size of the xib (in storyboard), not the size of the cell, which was specified in the `sectionController(_ sectionController: ListBi

timgrossmann
timgrossmann commented Dec 15, 2018

Once our documentation has been simplified, it would be nice to have the curated guides about setting up InstaPy available in different languages.

Advantages of this feature:

  • Users will find it easier to understand what to do
  • Bigger audience

Possible ways of achieving this while keeping control:

  • Finding people that are interested in contributing on a non-code way. Translation o
anoop4real
anoop4real commented Mar 13, 2020

This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on and off. Finally found that when you add elements in UITableViewCell you should add it to contentView and not to th

cwestMobile
cwestMobile commented Sep 27, 2018

Is your feature request related to a problem? Please describe.
The project looks a bit weird if you only have .library selected for example, it negates the need for the bottom bar.

Describe the solution you'd like
Ability to hide the bottom bar, or have it hide automatically when only one item is selected

Let me know if you need more info.

kaiott
kaiott commented Apr 23, 2020

I'm trying to download all stories of the people I follow that have a certain hashtag or mention.
So something of the sort:

instaloader --login=my_username --storyitem-filter=" '#desiredHashtag' in hashtags " :stories

Where '#desiredHashtag' in hashtags is the condition I need to change. However, reading through the documentation I did not come across a way to do this, for the storyitem

Improve this page

Add a description, image, and links to the instagram topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the instagram topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.