Here are 3,708 public repositories matching this topic...
-
Updated
Aug 23, 2021 - Objective-C
lastLineFillPercent by design is limited to multiline text views. It's mostly due to the following lines within the calculatedWidthForLine function:
if index == totalLines - 1 && totalLines != 1 {
width = width * CGFloat(lastLineFillPercent) / 100
}
I believe removing the totalLines != 1 would be enough to enable fill percent for one-line text views
-
Updated
Aug 21, 2021 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Aug 23, 2021 - Swift
-
Updated
Jul 19, 2021 - JavaScript
Describe the bug
When downloading the highlights the downloaded cover pictures do not match the ones that are showing in the web interface.
To Reproduce
Steps to reproduce the behavior:
instaloader PROFILE --highlights (--login USER --password PASS)
Expected behavior
I want the real cover pictures and not some size-down and cut versions of the first picture in the highlight.
-
Updated
Aug 5, 2021 - Java
-
Updated
Jan 26, 2021 - Go
-
Updated
Aug 23, 2021 - Java
-
Updated
Aug 26, 2021 - Python
-
Updated
Aug 26, 2021 - PHP
-
Updated
Aug 11, 2021 - Python
-
Updated
Jun 17, 2021 - Swift
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Jul 12, 2021 - Python
-
Updated
Aug 28, 2021 - Swift
Improve this page
Add a description, image, and links to the instagram topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the instagram topic, visit your repo's landing page and select "manage topics."
We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?