Nick Spreen

Results 39 issues of Nick Spreen

I used the swift 4.2 pull request. Whenever a call starts, I print "s URL". For finish "f URL". Here is the output: ``` "s" "https://storage.googleapis.com/.../n5677twuadpd8sts%26y.jpg" "s" "https://storage.googleapis.com/.../sr90j5ag7va%2B_owfcz.jpg" "s" "https://storage.googleapis.com/.../chmtq16rhwcnigo3e6.jpg"...

Is there a way to open a tab with a command? I want to create a script that opens my regular workspace, involving a few tabs with certain commands inside...

``` *** Building scheme "AwesomeCache-iOS" in Example.xcodeproj Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project project/Carthage/Checkouts/AwesomeCache/Example.xcodeproj -scheme AwesomeCache-iOS -configuration Release -derivedDataPath /Users/user/Library/Caches/org.carthage.CarthageKit/DerivedData/11.3.1_11C504/AwesomeCache/5.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=...

I know you're planning a big update but it would still be great to use the project in the meantime :) Closes #17 #15

``` > aoc -y 2021 Error: Invalid year: 2021 Advent of Code currently spans 2015 - 2020. ```

This is happening for part two in 2016, day 18. I could fix the issue (day.md was not updating) by running `-r`: ``` aoc -s 19991126 Correct! This day is...

I'm running two different network connections. One is over WIFI with 25MBit/s upload at 1% packet loss. One is over mobile with 24MBit/s upload at 0% packet loss. The first...

needs investigation

This is the output: ![image](https://user-images.githubusercontent.com/12631527/48098252-6cf8b380-e21c-11e8-8129-777881c597a5.png) these are the URLS: ``` path('items//', ItemDetail.as_view()), path('items//set_rating/', ItemRating.as_view()), ``` `ItemDetail` uses the `GenericAPIView` as a base class, with a `ModelSerializer` as serializer_class. Here swagger...

Using generic api views works fine, the parameters are recognized from the serializer. But what about views that don't have a serializer? What if I want to give a rating...

## New issue checklist - [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [x] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [x] I have...