Harish Rajagopal
Harish Rajagopal
Configuraton: * OS: Arch Linux * pycodestyle version: 2.6.0 * Python version: 3.8.3 * Installation source: Arch Linux packages W504 (line break after binary operator) shows up when the slash...
### Steps To Reproduce 1. Open the app 2. Click on any button in the top bar 3. Observe that nothing happens 4. Rotate the phone to get it into...
Consider the following code: ```rust #[template_child] foo { ... } #[template_child] bar { ... connect_changed[sender, foo] => move |this| { ... } } ``` This used to work in 0.5.0,...
## Description Consider a torrent file for the following directory structure: ``` lots-of-numbers/ ├── big numbers │ ├── 10.txt │ ├── 11.txt │ └── 12.txt └── small numbers ├── 1.txt...
This PR adds Python 3.11 support. Closes #88. ## Description Transformer doesn't work in Python 3.11, due to breaking changes in dataclasses (https://github.com/python/cpython/issues/99401). Namely, the default values for dataclass fields...
This buildpack doesn't set the `WEB_CONCURRENCY` environment variable. For example, the [official Python buildpack](https://github.com/heroku/heroku-buildpack-python) sets it. I'm guessing that this is set by Heroku themselves, and the buildpacks just expose...
This resolves #15 by prepending `startx /bin/env` to X11 session commands, to start an X server for an X11 session. Note that this assumes the existence of the `startx` and...
Consider the post at: https://feddit.rocks/comment/2587255. Here, the YouTube link is: https://youtu.be/xiJKa41Fsxo&t=2. This is a shortened link (that uses youtu.be instead of www.youtube.com), and the bot converts it to: https://piped.video/xiJKa41Fsxo&t=2, which...
### Short description of the issue `$languages->find` includes hidden languages in the returned `PageArray`. ### Expected behavior It should not include hidden languages, just like `$pages->find`. ### Actual behavior It...
Resolves #57 and resolves #33.