Pratik Bhusal

Results 8 issues of Pratik Bhusal

Fixes issue #588. There was a typo in the unit test. `pytest-cookies` is case sensitive so using `argparse` would actually make use of the click library in the generated template.

* Date you used Cookiecutter PyPackage: 2020 June 27 * Cookiecutter version used, if any: 1.7.2 * Python version, if any: 3.8.3 * Operating System: Arch Linux ### Description There...

# Feature Request/Enhancement I stumbled upon this post a while ago: https://github.com/python/typing/discussions/1245?sort=top#discussioncomment-3454192 It was pretty neat, and wanted to try it out for functions that take more than 1 positional...

Between 1.0.0-alpha-2 and 1.0.0-alpha-3, the method was removed. This commit adds back the method. See: - https://github.com/vavr-io/vavr/commit/459d188 - https://github.com/vavr-io/vavr/compare/459d188...vavr-1.0.0-alpha-3#diff-62c83e39394d03a2ace34c80b861281bd8cd75bf80cb0b9ac8506cf7c433314cL576-R639 - https://github.com/vavr-io/vavr/issues/1521#issuecomment-1891092473

#### Description ##### Problem If pygments is installed via pip (In my case pygments version 2.15), it will be used regardless of the locally shipped pygments dependency. ##### Solution Defensively...

# Description - Bumps github.com/alecthomas/chroma/v2 from 2.8.0 to 2.12.0. - chroma commit that fixes the git issue: https://github.com/alecthomas/chroma/commit/47ce9a21b1697c791c3d65fcb3c12654587a0b00 # Testing Because some of the coloring is slightly different, we needed...

# Kotest Version 5.9.0 # Description When running individual kotest unit tests with DynamoDB local setup as part of a `beforeProject` extension, you always get an extension setup due to...

documentation 📚

`cw[n]` is not the shorthand for `originalWeights[n]`. It is the shorthand for `completedWeights[n]`. `oiginalWeights[n]` has no shorthand.