Radek Pietruszewski

Results 36 issues of Radek Pietruszewski

Goldengate won't be a practical project if you have to rewrite all of your (and 3rd party) Cordova plugins to `Goldengate.Plugin`s. It would be great to have some sort of...

Instead of: `Goldengate.dispatch('Foo', 'bar', [args])` I'd like: `Goldengate.Foo.bar(args)` I don't think you can catch calls of undefined methods like that, so instead we have to pass the list of routes...

I couldn't find any TM bundle with support for @sstephenson's wonderful [Eco](https://github.com/sstephenson/eco), so I hacked together my own (based on ERB) It's far from perfect (for one thing, the highlighting...

A lot of SwiftyUserDefaults isn't well documented in code. It's documented on the GitHub page, but it would be great it you could alt+click on any SUD symbol in Xcode...

help wanted

Non-scheduling initializers are currently defined as static methods because there was a bug in Foundation causing a crash. I believe it was fixed, but I don't remember when exactly —...

help wanted

An update on what I've been working on recently, and my plans for the upcoming weeks and months. This is a request for comments, too, so please feel free to...

# RFC: New delete API Goals: - Unified, simple, nice, understandable API for deleting records - Deprecate (and eventually remove) existing markAsDeleted, destroyPermanently, experimentalMarkAsDeleted, experimentalDestroyPermanently methods (which can be confusing)...

help wanted

This is to fix: https://github.com/Nozbe/WatermelonDB/issues/186 Right now, deleting records is not very efficient in WatermelonDB. Say you have models like this: Blog has_many Post has_many Comment. If you want to...

help wanted
good first issue