Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / amontalenti/elements-of-python-style issues and pull requests

#51 - The datetime.datetime.utcnow() switcheroo

Issue - State: open - Opened by amontalenti 12 months ago
Labels: enhancement

#50 - Extended section on tooling

Pull Request - State: closed - Opened by metasim over 4 years ago - 5 comments
Labels: enhancement, will fix

#49 - Broken flake8 link

Issue - State: open - Opened by metasim over 4 years ago
Labels: bug, will fix

#48 - Try to use type hints

Issue - State: open - Opened by Zeroto521 over 4 years ago - 1 comment
Labels: research needed

#47 - Assignments/function calls in a return statement?

Issue - State: open - Opened by gamesbook over 4 years ago - 2 comments
Labels: research needed

#46 - Advice on dependency pinning should be different depending on if you're writing a shared library vs a private project

Issue - State: open - Opened by amontalenti over 4 years ago - 1 comment
Labels: enhancement, research needed, will fix

#45 - Add a note about the typing module and gradual typing

Issue - State: open - Opened by amontalenti over 4 years ago - 1 comment
Labels: enhancement, research needed, will fix

#44 - Add note about dunder protocols that pop up in third-party libraries like numpy

Issue - State: open - Opened by amontalenti over 4 years ago
Labels: enhancement, will fix

#43 - Add reference to PEP8 style summary in the Python official docs

Issue - State: open - Opened by amontalenti almost 5 years ago
Labels: enhancement

#42 - Fixes issue #41 with a reference to f-strings to address issue #41

Pull Request - State: open - Opened by blaisep about 5 years ago
Labels: enhancement, will fix

#41 - Add a description of f-strings

Issue - State: open - Opened by jtimmins-post20 about 5 years ago - 1 comment
Labels: enhancement, will fix

#40 - Shameless plug: mention wemake-python-styleguide

Issue - State: open - Opened by sobolevn over 5 years ago
Labels: question, research needed

#39 - Add Simplified-Chinese version

Pull Request - State: closed - Opened by williamfzc over 6 years ago - 3 comments

#38 - Chinese version available

Issue - State: closed - Opened by williamfzc almost 7 years ago - 4 comments

#37 - In relation to yapf styles

Issue - State: open - Opened by hectorv almost 7 years ago
Labels: question, research needed

#36 - Add "error early" section

Pull Request - State: closed - Opened by nvie over 7 years ago - 1 comment

#35 - Update max-line-length flake8 config URL

Pull Request - State: closed - Opened by elyezer over 7 years ago - 1 comment
Labels: bug, will fix

#34 - To repeat or not to repeat?

Issue - State: open - Opened by dhirschfeld almost 8 years ago - 2 comments
Labels: enhancement, research needed

#33 - Fix indent

Pull Request - State: closed - Opened by methane over 8 years ago

#32 - Discourage use of subpackages

Issue - State: closed - Opened by stxlvt over 8 years ago - 2 comments

#31 - Should we discuss ./src/mypackage vs ./mypackage for project layout?

Issue - State: open - Opened by stxlvt over 8 years ago - 5 comments
Labels: question, research needed

#30 - "Use with for files and locks"

Issue - State: open - Opened by jhermann over 8 years ago - 1 comment
Labels: enhancement, will fix

#29 - The origin of the zen of Python

Issue - State: open - Opened by marco-buttu almost 9 years ago - 1 comment
Labels: enhancement, research needed, will fix

#28 - Update docstrings section for clarity and fix code sample indentation

Pull Request - State: open - Opened by cdcme almost 9 years ago - 1 comment
Labels: research needed

#27 - To consider: multi-line list / tuple / dict formatting

Issue - State: open - Opened by amontalenti almost 9 years ago - 1 comment
Labels: enhancement, will fix

#26 - Suggest using `textwrap.dedent()` to keep indentation even with triple-quote multi-line strings

Issue - State: open - Opened by maxalbert almost 9 years ago - 3 comments
Labels: enhancement, will fix

#25 - Use line length limit on docs too

Pull Request - State: closed - Opened by guibog almost 9 years ago - 2 comments
Labels: wontfix

#24 - "Good" example for "Flat is better than nested" can be optimized

Issue - State: closed - Opened by ulope almost 9 years ago - 1 comment

#24 - "Good" example for "Flat is better than nested" can be optimized

Issue - State: closed - Opened by ulope almost 9 years ago - 1 comment

#23 - An even better improvement to the dedupe() section

Pull Request - State: closed - Opened by amontalenti almost 9 years ago - 9 comments

#23 - An even better improvement to the dedupe() section

Pull Request - State: closed - Opened by amontalenti almost 9 years ago - 9 comments

#22 - Add conventions for comparing True and False

Pull Request - State: closed - Opened by RussellLuo almost 9 years ago - 2 comments

#21 - Explained declarative vs. imperative a bit

Pull Request - State: closed - Opened by TheNeuralBit almost 9 years ago - 2 comments

#21 - Explained declarative vs. imperative a bit

Pull Request - State: closed - Opened by TheNeuralBit almost 9 years ago - 2 comments

#20 - Reconsider the suggestion of one-char "_" label, due to gettext.install()

Issue - State: closed - Opened by RealJTG almost 9 years ago - 3 comments

#19 - Make improvements to dedupe(), add new rule on in-place modifications

Pull Request - State: closed - Opened by amontalenti almost 9 years ago - 7 comments
Labels: duplicate

#18 - Reference PEP 257 (docstring conventions)

Issue - State: open - Opened by amontalenti almost 9 years ago - 1 comment
Labels: enhancement, will fix

#17 - Make Python 3 the first-class citizen

Issue - State: closed - Opened by jni almost 9 years ago - 4 comments

#17 - Make Python 3 the first-class citizen

Issue - State: closed - Opened by jni almost 9 years ago - 4 comments

#16 - Use present imperative for docstrings

Pull Request - State: closed - Opened by jni almost 9 years ago - 3 comments

#15 - discourage multiple exit points in a method (multiple return)

Issue - State: open - Opened by daodennis-zz almost 9 years ago - 7 comments
Labels: enhancement, research needed

#14 - import conventions

Issue - State: closed - Opened by IuryAlves almost 9 years ago - 4 comments

#14 - import conventions

Issue - State: closed - Opened by IuryAlves almost 9 years ago - 4 comments

#13 - Make bad dedupe(x) do the same as good dedupe(x)

Pull Request - State: closed - Opened by j6k4m8 almost 9 years ago - 3 comments

#12 - Avoid numeric literals in code body (suggestion)

Issue - State: closed - Opened by glenfant almost 9 years ago - 3 comments

#11 - Remove "Look" from start of sentences

Pull Request - State: closed - Opened by kevinlondon almost 9 years ago - 1 comment

#11 - Remove "Look" from start of sentences

Pull Request - State: closed - Opened by kevinlondon almost 9 years ago - 1 comment

#10 - Declarative vs imperative references / summary

Issue - State: closed - Opened by amontalenti almost 9 years ago - 1 comment

#9 - Reconsider the advice on exception types

Issue - State: open - Opened by amontalenti almost 9 years ago - 8 comments
Labels: enhancement, will fix

#8 - Use of numpy style or google style docstrings

Issue - State: closed - Opened by glenfant almost 9 years ago - 2 comments
Labels: duplicate

#7 - Adding about frameworks and their risks.

Pull Request - State: closed - Opened by felipevolpone almost 9 years ago - 1 comment

#6 - Why "Always use markdown for README"?

Issue - State: closed - Opened by nedbat almost 9 years ago - 3 comments

#6 - Why "Always use markdown for README"?

Issue - State: closed - Opened by nedbat almost 9 years ago - 3 comments

#5 - Update README.md

Pull Request - State: closed - Opened by randyzwitch almost 9 years ago - 1 comment

#5 - Update README.md

Pull Request - State: closed - Opened by randyzwitch almost 9 years ago - 1 comment

#4 - Point to alternative formats for docstrings

Pull Request - State: open - Opened by jiffyclub almost 9 years ago - 21 comments
Labels: research needed

#3 - map/filter vs comprehensions.

Issue - State: closed - Opened by coady almost 9 years ago - 5 comments

#3 - map/filter vs comprehensions.

Issue - State: closed - Opened by coady almost 9 years ago - 5 comments

#2 - fixed parens

Pull Request - State: closed - Opened by norbert-sebok almost 9 years ago - 1 comment

#2 - fixed parens

Pull Request - State: closed - Opened by norbert-sebok almost 9 years ago - 1 comment

#1 - PEP 8 encourages implicit booleans.

Issue - State: closed - Opened by coady almost 9 years ago - 5 comments

#1 - PEP 8 encourages implicit booleans.

Issue - State: closed - Opened by coady almost 9 years ago - 5 comments