Nate Rivard
Nate Rivard
### Description: OAuth1Swift isn't properly filling out the `Authorization` header and doesn't support signature method on the initial token request The RFC calls for signing the initial unauthorized token request:...
According to the draft spec located at https://www.overleaf.com/read/cfqydmrpfdrs#/7429832/, lines 1274-9, I should be able to index "pixels" by relative indexing. However, the following doesn't work. I am trying to make...
I set my `@NSManaged` property to be an ordered set but it's still looking for `Set`. `NSOrderedSet` is not actually that great so this is probably pretty low priority but...
Can we have a slower clock than 1 hertz? When I set it to `0.5` I get an integer underflow to a beyond fast clock but to me very slow...
You can deadlock other Core Data code (like from Google Analytics) listening to MOC changes for MOCs you don't own.
I think this is a RestKit issue but I'm seeing memory leaks on every single request. Here's the callstack: ``` 0 libsystem_malloc.dylib malloc_zone_malloc 1 libsystem_malloc.dylib malloc 2 Foundation -[NSObject(NSKeyValueCoding) validateValue:forKey:error:]...
My app was rejected by Apple because Google requires their login flow to occur in a system browser, not as part of a webview in a 3rd party app. Not...
Does galette support the `FIELD` nomenclature found in WinCUPL? Great example on this blog post: https://hackaday.io/project/174128-db6502/log/183434-address-decoding-and-how-to-get-it-right But essentially, for things like address decoding, you'd write: ``` // pins and names...
**Marked version:** **Describe the bug** I have created an extension to try and detect runs of newlines but neither `source` function nor `tokenizer` function ever seem to get called. I...