Tobias

Results 68 comments of Tobias

Nice, that's already a great start. I think you also removed the entire `Codable` support, that seems like a big loss and sth we should look into maybe. I will...

> It's definitely possible to do this for real, not just as a proof-of-concept demo, it's just a matter of refactoring and time. That's really cool. I think it would...

A while back I began on implementing a JSON Decoder that uses Swift4‘s ˋDecodableˋ protocol and internally uses Sajson. It’s not finished yet, but ultimately that’s the way to go...

It‘s not in a mergeble(?!?) state yet. I’ll raise a PR once it is. Regardless, more convenient accessors are a plus and complement the Decodable conformance nicely. > Am 04.10.2017...

One way which I used to implement `PATCH` in the past, is to start from some model, eg an empty `Pod()` then generate JSON for that object. Next you copy...

Hi, well, not quite. Let me explain. When an operation is cancelled it does not necessarily mean that it is also finished. In fact, it might still perform some housekeeping...

Good job! I wonder why they now call `super` in the `start` method of the NSOperation subclass. In the [docs](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/NSOperation_class/index.html) it clearly says: > In a concurrent operation, your `start`...

Can you ping someone on github? [@davedelong](https://github.com/davedelong) might be able to help...

That would be awesome 👍 Looking at [fluentd-kubernetes-daemonset](https://hub.docker.com/r/fluent/fluentd-kubernetes-daemonset): it provides `x86_64` and `arm64` images. Btw what are the differences (if any) between the image provided here and in this [fluentd-kubernetes-daemonset](https://hub.docker.com/r/fluent/fluentd-kubernetes-daemonset)...

No haven't tried it, and probably won't be so easily possible because a lot of people depend on it ;) But I will take a close look. In the mean...