Results 74 issues of Семён Марьясин

The `os.Open` call does not return `os.ErrNotExist`. But its error can be checked with `os.IsNotExist()` function.

I am using Python 3.6. When I try to launch `bedup` (on clean installation), I am getting this error - see traceback attached below. According to discussion on https://github.com/yadayada/acd_cli/issues/509, this...

This PR adds a Deploy with Heroku button: describes deployment process in `app.json` manifest and adds button itself in the README. In addition to this, some wikipages will probably need...

When I resize browser window with main page opened - or when I open it on the phone - left sidebar is automatically hidden, and I have no way to...

When running on python 3.6.3 (and probably other py3 versions) and specifying `-l` option (after fixing #89), you will get error: ``` usage: curd [-h] [-l {}] [--log-file LOG_FILE] [--log-name...

***Important note:*** this error happens on 64-bit Windows with iTunes installed. The code in `libimobiledevice` expects that `libusbmuxd` will provide `conn_data` for networked devices in the following format: - byte...

Docker images, e.g. `windows-64-static`, use old Go version (1.13.4). This version has e.g. a problem with HTTP2 support when some sites cannot be accessed with the `net/http.Client` yielding `EOF` error....

Consider the following code: ``` class TestModel(db.Document): test = db.DictField() obj = TestModel() obj.test['key.with.dot'] = 'abc' obj.save() ``` I think this should work, because MongoDB allows dots in dict key...

Fix #212. Required for Python 3.10+. ## Description Please describe your pull request. NOTE: All patches should be made against master! If it fixes a bug or resolves a feature...

This was already mentioned in #268, but I think it deserves its own issue. In current implementation, the command `firehol debug` does not work if run by non-`root` user. This...