-
## What is the problem that we want to solve?
An incorrect display may result when using a Quickstart Finder view, going to a new page, and then returning to the Finder page.
To reproduce:
1. O…
-
The following commit [1] will produce an error in the analyzer logs, if there is an spdx id that contains a forbidden character. However, it will not create an issue, therefore, the analyzer we run in…
-
We have some house-keeping to do for issues tagged with area-analyzer. Here are some small, concrete issues:
* [ ] **analyzer-recovery** issues should all be verified as not-yet-fixed, then moved t…
-
Consider the following code:
```dart
extension on int? {
int? operator+(int? other) {
if (this != null && other != null) {
return this! + other;
} else {
return null;
…
-
## Background and Motivation
With the introduction of top-level statements in .NET 6, there is not longer an explicit `Program` class defined in user's ASP.NET Core applications. Instead, we rely on …
-
In R# and in IntelliJ if the method recurses an icon is displayed in the margin to alert the user to this. This can be helpful in preventing unwanted recursion, such as accidentally calling the wrong…
-
**Describe the bug**
While debugging you can see the "Run | Debug" inlay hints but making changes on other files makes them unclickable for a long period.
**To Reproduce**
Steps to reproduce the …
-
### Requirements
- [x] Define learning objectives
- [x] Write Code as baseline
- [x] come up with 2-person Git flow to simulate a code review with Workflow Analyzer
- [ ] Write explanatory materi…
-
Hello Pavel, this is not an issue, but a feature request (I think...)..
Unless I missed it, I would like to create a gnuradio block that has 2 channel phase coherent inputs, like the vna and the pu…
-
Check also this PR https://github.com/iterative/blog/pull/144 for some fixes.