Eliott C.
Eliott C.
Same in 15.04
Edit the `accept` listener, in the dragControlListeners.
Not sure if it's related, but I had the same error when I forgot to add `data-as-sortable-item` in the item.
I added an additional decorator: `@ApiLink` and updated the PR description.
Is there anything I can do (API changes, ...) to improve this PR?
Rebased & changed PR target on upcoming 8.0.0
The bug disappeared when I made the code more complex
> Good idea. I'm assuming you profiled this, how much time of the 15 seconds was `git_diff_find_similar` taking? It was basically 99% of the time. Here's the repo copied on...
I think the limit is already 100MB on the hub side. But since the python library is sending in base64 (to be able to send files with non-UTF8 characters) it's...
Oh you should only send the first 512 bytes of data in the preupload call @SBrandeis