Jan Musílek

Results 16 issues of Jan Musílek

**Steps to reproduce the bug** 1. Navigate to [cryptii.com/pipes/enigma-machine](https://cryptii.com/pipes/enigma-machine). 2. Set mode to DECODE 3. Enter following settings: * Model = Enigma M4 "Shark" * Ciphertext = JSMC IYFI *...

bug

class `AttributeConverter` converts all `_to` and `_fro` keys to lower case. This causes conflict of `DateOfBirth` and `dateOfBirth` attributes defined in `saml2.attributemaps.saml_uri.MAP`. ## Code Version master ## Expected Behavior `AttributeConverter`...

bug

After upgrading jest to 24.8.0, I got a bunch of warnings regarding SCSS in my Vue components. I mitigated most of them by setting `moduleNameMapper`, as suggested in the warning...

3.x

**What language does this apply to?** Python **Describe the problem you are trying to solve.** We do have a library that automatically decodes some common protobuf types to native Python...

python
wait for user action

**Describe the bug** I have a problem with coverage of statements under `async with` while using `fakeredis` library. This problem manifests only under `Python 3.11`. `Python 3.10` correctly reports 100%...

bug

It would be nice to have an `auth` pattern. I'm writing an app using a Basic auth protected API and I want to test the calls. Right now, I need...

feature request

Hi! I was trying to get jedi (actually `python-lsp-server`) working with pytest and I bumped into the fact that jedi apparently doesn't recognize asynchronous pytest fixtures. The autocomplete works on...

feature

### Does this feature exist in Emacs orgmode core? N/A ### Orgmode link _No response_ ### Feature value You can already open hyperlinks in browser using `oo` in org files....

core-feature

**Version**: `5.0.1` **Platform**: `Python 3.11.6 on Debian trixie` **Description**: `redis.asyncio.RedisCluster` seems not to handle reconnections correctly, when maximum number of connections is reached. It immediately raises `MaxConnectionsError` without any reconnection...

It's common practice to add perform healtchecks inside containers in dockerized environment. If healthcheck fails do pass within defined parameters, docker daemon restarts the container. HTTP / uwsgi process usually...