-
This issue comes from https://github.com/grafana/loki/pull/13881#pullrequestreview-2237990726:
> I see now what I did wrong. The stats, warnings etc are joined in Downstream [here](https://github.com…
-
**Narrative**
AS Bob the QA
I WANT JUnit tests to fail when tested code logs ERROR or WARN
SO THAT the application does not run in production with known problems exposed through logging
**Busi…
-
Currently there are a vast amount of rubocop errors and warnings that are thrown (over 1k). This should be addressed to gain adherence to proper code formatting and current Ruby suggestions where pos…
-
Are the limits within these checks outdated? Perhaps these days we need more values (we have more devices and screen sizes than before).
Also, at first, I did not have a clue where these warnings d…
-
The "Catch Throwable" warning will complain if you use
```
catch e: Throwable => ...
```
But this code is encouraged by the `scalac` compiler in order to avoid one of its own warnings:
```
scala>…
-
# This task is needed to self-check our work.
### After you have done some part of the work, you can check what has been done and what is left.
---
- [ ] React default favicon -50 points
- [x] The p…
-
> Is this a behavior we want to override?
>
> There does appear to be some churn in how silent these are: https://docs.python.org/3/library/warnings.html#default-warning-filter but it smells a bit…
-
We recently hit an error using `@wraps` on a class method in Trio: https://github.com/python-trio/trio/issues/2775#issuecomment-1702892474 when checked with pyright. It works fine on mypy, but I'm gue…
-
With a fresh `gem install` of `rubycritic` and a run with `rubycritic --no-browser --minimum-score 85 --path critique app lib config script test` in my rails project I get a score of 89.72.
Running …
jgrau updated
4 years ago
-
I noticed several places in the code where `@Nullable` result of `streamInput.readOptional...()` is assigned to a primitive type field.
For instance:
https://github.com/elastic/elasticsearch/blob/…
sabi0 updated
9 months ago