Radek Pietruszewski

Results 251 comments of Radek Pietruszewski
trafficstars

I might want to tackle this at some point, but if someone is willing to do this work, I would gladly accept a PR

this would be great. `Source/WatchKitUpdatable.swift` would probably be excluded because this is more of an example than a finished part of the library...

No indication of local URL loading shipping before iOS 9/OSX Weed. But it is possible to work around it using a local web server (seriously, even on iOS). You have...

Fair point. It's arguably the most popular templating syntax for CS (at least that's what GitHub stars suggest), but no, it's not an official part of it.

@MaxHasADHD I don't understand what you're trying to say — can you elaborate?

OK, got it. #59 was proposing an alternative to using `registerDefaults`, instead, embedding the default value in the DefaultsKey definition. The latter definitely seems cleaner, but `registerDefaults` has the advantage...

Rx is fun! I think it would be inappropriate to have this as part of SwiftyUserDefaults, because there shouldn't be a forced dependency on RxSwift, but as an extension library...

Having statically-defined default values would be very nice indeed. I need to consider more closely if there's a nice way to achieve that given current Swift limitations (no generic subscripts,...

> During this change i'd think it would be good to make 1 target instead multiple we have now (what do you think?). My understanding is that you need separate...

Cool — you're more than welcome to give it a try ;)