Alexander Ulitin

Results 24 comments of Alexander Ulitin

There are already 3+ issues similar to this. Any problems with resolving? #65 #51 Rebuilding all the apps for 10s of minutes because of this? Seriously? Makes plugin unusable.

At least we can use `dokku ps:restart`, not rebuild

It's the problem of the readme, not the gem. There's a commit, where Piotr deletes that row from the generator. If you want to use SC1, that's is discussed in...

Why don't you like mount route? It's the correct way to attach sc to the current process. You can do it manually. Why do you want to start another (eating...

Try using https://github.com/drogus/bulk_api/tree/sc1 branch and https://github.com/drogus/bulk_api/blob/sc1/lib/generators/bulk/install/install_generator.rb here you can see the correct mount for the sc1 app.

Смотри, допустим я в оффлайне создал теги a, b, c, при этом a.parent_tag=b, b.parent_tag=c, они находятся в одной коллекции. Потом делаю push, он сразу делает pushItem для всех элементов, получается...

This simple patch is for the my case of 1 field. Also it's not clear how to sync several collections at one time with a server if we have asynchronous...

You can't universally solve this task without double saving, because there is at least a problem with cycling referencing (ex. a.brother_id=b.id, b.brother_id=a.id). So the simplest way is to save all...

Monkey patch with double saving if it's necessary ``` Offline.Storage.prototype.replaceKeyFields= (item, method) -> if Offline.onLine() item = item.attributes if item.attributes for field, collection of @keys replacedField = item[field] if !/^\w{8}-\w{4}-\w{4}/.test(replacedField)...

> A React renderer for Figma where we can use React components as a source for our Figma designs, pretty self-explanatory Yeah, I figured. But why? If you can use...