Orivej Desh

Results 22 issues of Orivej Desh

[Here](https://github.com/drone/drone-ui/blob/7ff99eca/src/actions/tree.js#L17) drone-ui is constructing a Baobab tree with a document.location. Starting with Firefox 49, this fails with `TypeError: can't prevent extensions on this proxy object`. May it be that Baobab...

callgrind format allows to compress repeated strings into one. yappi was using the syntax for compression but did not compress much. This change makes yappi actually compress repeated strings. kcachegrind...

[git_tag_create](https://libgit2.github.com/libgit2/#HEAD/group/tag/git_tag_create) accepts `force` argument just like [git_tag_create_lightweight](https://libgit2.github.com/libgit2/#HEAD/group/tag/git_tag_create_lightweight), but unlike `TagsCollection.CreateLightweight`, `TagsCollection.Create` always passes `force = 0`. Would you add `force` argument to `TagsCollection.Create` in the `next` branch?

up for grabs

This was submitted to [email protected], but was not discussed. --- I would like a Linux system using OpenVPN client to support: 1. Running applications that have network access via OpenVPN...

It does not build on Windows due to undefined open_pty_master and Ptsname.

This prefixes an exception message with file name and line number of the function invoked by `retry` that caused the exception; `WARNING exception` becomes `WARNING x.py:13: exception`. Fixes #9

GitHub returns 403 in some cases that are not related to rate limiting. When 403 comes with non-zero X-RateLimit-Remaining it is clearly not rate limited and should not be retried...

0.5.4 has been released to PyPI: https://pypi.org/project/python-snappy/ but it has not been tagged: https://github.com/andrix/python-snappy/releases Could you tag it? Thank you for maintaining python-snappy!

Currently when DNS returns multiple IP addresses, Aria2 caches them and always connects to the first one even when downloading in parallel. The proposed change makes it connect to different...

Fixes #114 Tested in Reaper