Andrey Balakirev
Andrey Balakirev
> @jifeon One problem I see with this is that it would be a bit weird to combine with other Backbone extension libraries (I have a project that's not yet...
Another thing: providing Backbone does not broke anything and the people who wants to include it just once will be able to do it
@kristiandupont I agree with idea about hooks. For now I see that something like `beforeFileWrite` hook could help with solving most of problems related with additional imports/exports. I see it...
Thanks a lot @kristiandupont! I will check it out!
Thank you @kristiandupont! I'm not working with that project any more, so can't check. @frenzzy you probably want to check it out!
Possible solution: 1. Move cookieStorage out of apiRequester 2. in app-kernel#_writeResponse: - get all cookies for all hosts - for each host: - see if it's subdomain of front host...
I do not want to see generated files. IDE index it and I cannot hide whole folder from it because folder contains necessary files. All these files starts with `index.*`...
Copy where? I think I don't understand your idea
Now it looks like: ```js { actions: [], name: 'blah', useActionsResult: true } ``` so in last action you return a promise which resolves with value, which will saved as...
Actual for me as well. Version `4.6.2`. Adding join does not help 😞