Thomas Krajacic
Thomas Krajacic
This is the biggest pain point for me at the moment. I am sharing my Postico 2 favorites between my development machines and I always have to select the private...
I like both approaches, and for me both options would work well, as I am the only one with those keys. Ideally I'd say though you should support both variants...
With tvdb_party I get a similar error. This is what fixed it for me there: https://github.com/maddox/tvdb_party/issues/9 I would still like to get a proper solution though one day.
> This is obviously something that's going to have to wait for the next major version of Vapor. Will leave it open Maybe I can restructure it into an additive...
@0xTim now the old API is back. no more version bump needed. there is only new API. I am not sure about the deprecation messages, but the `renamed:` variant doesn't...
Have a look at my comment on #48 Hope this helps
I was just running into this issue as the binary `.omo` file format seems to have changed with High Sierra as well.
You do no get access to a primary key. CoreData is not a database.
The point is to assert an assumption. You are right, that you could just limit your query result, but that would potentially mask a serious problem. So this is a...
Well, how would you recover from this error? This is really an error in the programmer's logic if this happens, so not recoverable at runtime really. You are of course...