Michiel Missotten
Michiel Missotten
Works fine for me. ``` bower search ngSticky bower install ngSticky --save ``` You should try again ! Any way, not an issue of this plugin. Rather bower registry related.
Last commit is from july 2017. Almost 3 years now. I think that answers the question pretty well.
Caching that token requires an external storage system. One could implement this using an interface `CacheProvider` that could be injected by the user. However, the system is a bit more...
I do not know what to think of this. I understand the need, however, the implementation bothers me. With the current deisgn, you have to provide the tokens from outside...
Try running an upload using blackfire. If all time is spend in the curl call, it might be network related rather than code related.
Hm. They recommend using parallel upload given a certain filesize. I can confirm however that there is a 200/300ms latency for each roundtrip from Europe. If you don't have a...
HI @djonmayer Any success updating to work with TLS 1.2 or up?
Same issue here on a MacOS build... Will try to investigate this further.
Hi, I think I was one of the main reporters on this issue. This still occurs for us. Is there any progress on this? Is this happening only using the...
Just for you info, we experienced another timeout last week : More precisely : `Jun 11, 2020 7:27:03 AM UTC` When calling : ```php $mangoUser = $this->mango->Users->Get($user->getMangoId()); ``` Might not...