Dmitry Meyer

Results 22 issues of Dmitry Meyer

https://bnw.im/p/DKPNGO#SKP ```post --tags=info -a -- --clubs lgbt to post on our club!``` ### ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ ``` { 'tags': 'info', 'anonymous': True, 'text': '--clubs lgbt to post on our club!' } ```...

I recently tried to replace `python-dbus` with `python-dbus-next` in one of my projects and realized that it is not possible to register a signal handler for the specific combination of...

enhancement
help wanted

This patch adds two new arguments to the `new` method: * a socket object * a boundary, either a plain boundary value or a `content-type` header value (in the latter...

The description of the `lua.luacheckPath` setting is misleading. It says it “[s]pecifies the path to the luacheck binary (**if not found on PATH**).” Actually, it can never be found because...

It should be… * efficient. Linear search is not the solution. * aware of covariance/contravariance. * ???

As an ex-dmenu/rofi user, I really miss these two terminal/shell-style keybindings: * Ctrl+h → Delete the preceding character (`0x08`, `BACKSPACE`) * Ctrl+m → Confirm (`0x0D`, `CARRIAGE RETURN`) There is another...

As it stated in the [documentation](https://github.com/jazzband/pip-tools#configuration), pip-tools look for the configuration file “in the same directory as your requirements input files”. However, due to the way click works, it's not...

bug
duplicate
config

Mark the `src_files` option as eager to make it available to `override_defaults_from_config_file()`. Fixes: https://github.com/jazzband/pip-tools/issues/2096 ##### Contributor checklist - [x] Included tests for the changes. - [x] PR title is short,...

https://github.com/codecov/codecov-action/releases/tag/v4.0.0 `v4` no longer supports tokenless uploading, but this feature is all but broken due to rate limits, the last successful upload was three month ago: https://app.codecov.io/gh/luarocks/hererocks/commit/4ea0822c30c4ed568d6cb43038224b93aae436f4 For example, https://github.com/luarocks/hererocks/actions/runs/9379552301/job/25824719887...