Kevin Renskers

Results 60 issues of Kevin Renskers

The API that I am working with does not use snake_case, but rather camelCase. That means that I now have to supply my own `JSONEncoder` every time I use a...

Are there any plans to add support for multipart data? I have one request where I need to upload an image with some data in one multipart data request, and...

Would be awesome to have extensions that return Codable publishers for the query/document observers.

FR

``` product.create { error in if let error = error { print("error", error) return } print("created!") } ``` How can I get the generated documentID?

**Is your feature request related to a problem? Please describe.** While it makes sense that the form's `$data` store gets turned into non-optional types, this isn't always so great especially...

enhancement

## :scroll: Description We now have a new SentryOption `tracePropagationTargets` which determines if our two headers are added to outgoing requests. ## :bulb: Motivation and Context Closes #2148. ## :green_heart:...

### Description Starting today I am seeing this one in multiple PRs, completely unrelated to any code changes in those PRs. Rerunning helps. ``` Failing tests: iOS-SwiftUITests: SentryFileIOTrackingIntegrationTests.test_DataConsistency_readPath() ```

Status: Backlog
Platform: Cocoa
Type: Flaky Test

Just read a [very interesting article](http://floriankugler.com/blog/2013/4/29/concurrent-core-data-stack-performance-shootout) about importing large sets of data into Core Data. Turns out that the nested background context solution that NLCoreData is also advocating is pretty...

I have a fetched results controller with the delegate correctly set. When I insert a new managed object, the `controllerDidChangeContent:` method is called as expected. However, when I delete objects,...

AngularJS is now giving this error: "Referencing DOM nodes in Angular expressions is disallowed!", because of this: `on-drop="controller.dropped(dragEl, dropEl)"`. Is there a quick fix for this?