Abhijit Sarkar
Abhijit Sarkar
There's `onlyAnalyze`, but it's far easier, and practical, to list exclusions than inclusions. The default should be to verify all classes, but exigent circumstances , *cough, cough*, may require a...
It'd be nice to be able to receive (or send) multiple values at once from the channel, something like `channel.receive(n)`. For the case when `n` elements are not available, there...
> Change listing 10.2 so that the work queue channel between the main() goroutine and the worker pool has a buffer of 10 messages. Doing so will give you a...
> Fixing with golangci-lint is currently unavailable due to https://github.com/golangci/golangci-lint/issues/1779. Given that the issue has been fixed, does fixing with golangci-lint work now?
``` type Config struct { MaxRequests uint32 // Max requests allowed in half-open state Interval time.Duration // Statistical window for closed state Timeout time.Duration // Time to wait before half-open...
**Describe the bug** Confirmation email never arrived after signing up using an email address. Yes, I've checked the spam folder. **To Reproduce** Sign up as a new user. **Expected behavior**...
# Bug report ## What's wrong Running mypy with `DJANGO_SETTINGS_MODULE=mysite.settings` and `[tool.django-stubs]` section missing in `pyproject.toml` fails: ``` (config) ... [tool.django-stubs] django_settings_module = str (default: `os.getenv("DJANGO_SETTINGS_MODULE")`) strict_settings = bool (default:...
The default choice `PalantirJavaFormat` has literally hundreds of [open issues](https://github.com/palantir/palantir-java-format/issues) that no one looks at or responds to. Both Spotless Maven and Gradle plugins support Prettier, which is a strong...
Checkstyle supports "suppression" files that can be used to selectively exclude certain compilation units. However, the `CheckstyleModule` doesn't seem to have any support for these files. [SuppressionFilter](https://checkstyle.org/filters/suppressionfilter.html) [SuppressionXpathFilter](https://checkstyle.org/filters/suppressionxpathfilter.html) Usage of...
actions/checkout@v5 ``` Initializing the repository /usr/bin/git init /home/runner/work/repo/repo hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the...