Abhijit Sarkar
Abhijit Sarkar
**Bug Report** > `mypy_arg_type.py`: ``` import numpy as np from numpy.typing import NDArray import random def winner(_: NDArray[np.bytes_]) -> bytes | None: return b"." if bool(random.randint(0, 1)) else None board...
### Describe the bug ``` object AtbashCipher: private val mapping = ('a' to 'z').toIndexedSeq def encode(plain: String): String = val cipher = xcode(plain, mapping.size - 1 - _ + 'a')...
I'm using this gem along with minimal-mistakes, and have been able to paginate posts, categories, collections and tags. However, posts grouped by year are not paginated, as this plugin doesn't...
The [introduction](https://github.com/grantjenks/python-sortedcontainers/blob/master/docs/introduction.rst#sorted-dict) shows the following example. Why not make this a first-class citizen fo the library instead of asking every user who needs it to create their own? ``` class...
https://superruzafa.github.io/visual-scala-reference//
The Scala 3 official collections [documentation](https://docs.scala-lang.org/scala3/book/collections-classes.html) doesn't even show or mention the `Array` type. It seems like an omission. Also, a short discussion on `Array` vs `ArrayBuffer` will be useful,...
https://vanniktech.github.io/gradle-maven-publish-plugin/central/#publishing-releases > The plugin will always do steps 1 to 3. Step 4 is only taken care of if automatic releases are enabled. This statement implies setting `automaticRelease = true`...
I've a [repo](https://github.com/asarkar/grpc-test/tree/main) with the following directory structure: ``` grpc-test ├── lib (Kotlin JVM published to Maven Central) └── client (Java Library not published externally) ``` The root project doesn't...
The formatter sometimes conflicts with checkstyle, and I'd like to be able to turn off formatting for a code block, method, or class.
## Overview Please excuse the somewhat long context, which I feel is necessary to establish the need for this ticket. I run golden tests by reading from a zip file,...