Skip to content
#

Python

python logo

Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 277,884 public repositories matching this topic...

MarcoGorelli
MarcoGorelli commented Apr 25, 2022

Currently, we use flake8-rst for running flake8 in code snippets in rst files:

https://github.com/pandas-dev/pandas/blob/2e56a838cf5ed3058df16c11e5ebae862520bab7/.pre-commit-config.yaml#L95-L102

However, flake8-rst isn't maintained, and is currently run in its own environment with a different flake8 version because of incompatibilities with flake8 v4

Task here is:

  • search around to see
Code Style good first issue
yt-dlp
frans77frans
frans77frans commented May 4, 2022

Checklist

  • I'm reporting a new site support request
  • I've verified that I'm running yt-dlp version 2022.04.08 (update instructions) or later (specify commit)
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that none of provided URLs [violate any copyrights](https://github.com/ytdl-org/you
good first issue site-request
DmitriGekhtman
DmitriGekhtman commented May 14, 2022

What happened + What you expected to happen

The autoscaler pushes some logs to the Ray driver. The logs are prefixed with (scheduler) which is misleading.
The prefix should be (autoscaler).

Versions / Dependencies

Ray master.

Reproduction script

Submit a Ray task or actor which triggers upscaling to trigger the logs.

Issue Severity

Low: It annoys or frustrates me.

bug good first issue P2 triage
asaini
asaini commented Oct 1, 2021

Problem

See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces

Solution

Create a config option

showDeveloperMenu: true | false | auto

where

  • true: always shows the developer menu locally and while deployed
  • false: always sho
enhancement good first issue
Bibo-Joshi
Bibo-Joshi commented May 11, 2022

It would be nice to have an example for the WebApps added in Bot API 6.0. This example should

  • showcase both inline & reply keyboard buttons for starting the web app
  • showcase how to set the menu button to open the web app
  • include a minimal website that can be used for the example, i.e. a HTML file with the necessary JS included. That file can probably be hosted on python-telegram-bot.o

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby