Alex Oliveira
Alex Oliveira
I like your approach, except that we shouldn't just check the queue. We should check if a particular item with same type and id is present. In that case, offlineStore...
@sachin-sat 1. Yes. You create a Comment object. If this object has no `id`, it will do `POST`. If it has an `id`, it will do a `PATCH`. In servers,...
No way to know. It could be a variety of reasons. Add these 3 lines before the call to `save()`: ```swift Spine.setLogLevel(.Debug, forDomain: .Spine) Spine.setLogLevel(.Debug, forDomain: .Serializing) Spine.setLogLevel(.Debug, forDomain: .Networking)...
I love your enthusiasm, @sachin-sat :) I don't know what's going on, but looks like either your server is not be responding with correct a [jsonapi.org](jsonapi.org) format (because `UNABLE_TO_PARSE_DATA_TYPE`) or...
> This gives me those errors. [[ref](https://github.com/wvteijlingen/Spine/issues/146#issuecomment-271065197)] What errors? What is the return JSON object from your server? What JSON object is being sent to your server? > It also...
1. What's the value of `relationship.name`? (I guess either `files`, `permissions` or `resourceproperties`) 2. Perhaps try `as?`, not `as!`. If your server returns no relationship, it will be `nil` and...
I don't know how to help :( Do you think you're able to send a PR with a failing test to reproduce?
Pessoal, estou pesquisando sobre qual CNAE usar pra abrir empresa. Hoje trabalho como pessoa física e embora pague 27% de IR, as restituições já chegaram ao ponto de eu ter...
@ericofusco precisa considerar o INSS também nesse cálculo. Achava que não precisava pagar como PF, mas recebi uma carta da receita em janeiro com uma dívida inesperada retroativa desde 2013.
I can confirm(Macbook Pro Late 2013 13"). After that, on SwitchResX I configured a custom resolution (CVT-RB) and used 49Hz ([instructions here](https://www.madrau.com/support/support/faq_files/ns_My_monitor_doesnt_show_its_nati.html?TB_iframe=true)). My Dell Ultrasharp U2718Q supports 60Hz, but I...