Skip to content
#

typing

Here are 661 public repositories matching this topic...

prisma-client-py
RobertCraigie
RobertCraigie commented Feb 4, 2022

Problem

We could improve the readability / experience reading through the library source code if there were module level docstrings.

Suggested solution

All python modules should include a docstring explaining

topic: docs good first issue kind/docs level/beginner
max-niederman
max-niederman commented Mar 15, 2021

Ideally there should be a way to install on at least some machines without cargo. This will need an installation script to install the language files in lieu of build.rs.

Some alternative installation methods which would be good to include are:

  • sh installation script w/ prebuilt binaries
  • AUR package

For prebuilt binaries, it would be ideal to setup GitHub workflows or similar so

enhancement good first issue
benliepert
benliepert commented Apr 8, 2022

On Arch Linux, guess I don't have an OS wordlist:

thread 'main' panicked at 'calledResult::unwrap()on anErrvalue: ToipeError { msg: "No such file or directory (os error 2)" }', /home/ben/.cargo/registry/src/github.com-1ecc6299db9ec823/toipe-0.4.0/src/main.rs:9:40 note: run withRUST_BACKTRACE=1environment variable to display a backtrace
Could print a warning or just use the

enhancement good first issue
Enolerobotti
Enolerobotti commented Feb 20, 2021

TAP works very slow:
to reproduce

from tap import Tap
from argparse import ArgumentParser
from profilehooks import profile, timecall


class SimpleArgumentParser(Tap):
    name: str  # Your name
    language: str = 'Python'  # Programming language
    package: str = 'Tap'  # Package name
    stars: int  # Number of stars
    max_stars: int = 5  # Maximum stars


@profile(dirs=T
enhancement good first issue

Improve this page

Add a description, image, and links to the typing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typing topic, visit your repo's landing page and select "manage topics."

Learn more