Alexander Sosedkin

Results 41 issues of Alexander Sosedkin

**Describe the bug** Can't get nix-linter to work. **To Reproduce** Steps to reproduce the behavior: 1. Ensure `nix-linter somefile.nix` works and outputs human-readable warnings 2. Ensure `nix-linter --json somefile.nix` outputs...

pypi tar.gz package is uninstallable, the error is `No such file or directory: 'LICENSE'`. The file is, indeed, missing from the archive. The wheel installs fine though.

[RFC 8446 section 4.3.2](https://datatracker.ietf.org/doc/html/rfc8446#section-4.3.2) imposes the following restrictions on certificate_request_context: > An opaque string which identifies the certificate request and which will be echoed in the client's Certificate message. The...

branch: master
triaged: bug
branch: 3.0

`{gitstatus: {}}` in my right prompt no longer hides itself when I'm not in a git repository. ## xonfig ``` $ xonfig +------------------+---------------------+ | xonsh | 0.13.0 | | Python...

prompt

What is the official way to make sudo expand aliases, like `alias sudo='sudo '` on bash? This is what I tried: ```xsh $ACTUAL_SUDO = $(which sudo) def sudo_expanding_aliases(args): $ACTUAL_SUDO @(aliases.eval_alias(args))...

question
aliases

OneNetbook 4, i7-1160G7 ``` $ sudo undervolt -v --read INFO:root:Read 0x8864002c from /dev/cpu/0/msr temperature target: -8 (92C) INFO:root:Writing 0x8000001000000000 to /dev/cpu/0/msr INFO:root:Writing 0x8000001000000000 to /dev/cpu/1/msr INFO:root:Writing 0x8000001000000000 to /dev/cpu/2/msr INFO:root:Writing...

# Bug Report ## Problem description extended-master-secret-extension-with-client-cert has a `-s sigalgs` option, presumably to use with signature_algorithms, but it's not used anywhere after parsing. [help description](https://github.com/tomato42/tlsfuzzer/blob/89b6b4547fad226dab1af2341aa98fa0cbe787a9/scripts/test-extended-master-secret-extension-with-client-cert.py#L48), [assignment 1](https://github.com/tomato42/tlsfuzzer/blob/89b6b4547fad226dab1af2341aa98fa0cbe787a9/scripts/test-extended-master-secret-extension-with-client-cert.py#L61), [assignment 2](https://github.com/tomato42/tlsfuzzer/blob/89b6b4547fad226dab1af2341aa98fa0cbe787a9/scripts/test-extended-master-secret-extension-with-client-cert.py#L82)......

Several base classes for crypto algorithms contain sanity checks that never get executed in children classes, which is misleading and could lead to inconsistent error reporting across implementations.

bug
help wanted
good first issue

On 8f4428ee41b46152fd4c2f1abf883a2f1942ceaa, with a `key_map` like ``` yaml key_map: home: input_move_curs_start end: input_move_curs_end ctrl_n: tab_prev ctrl_h: tab_move_left ``` I get `Can't parse TUI config: Message("invalid value: string \"ctrl_h\", expected single...

I'm using jira plugin's password file feature with a FIFO and I'm piping my password into did from pass this way. Surprisingly, I need to send it three times instead...