-
### Current Behavior
Currently, Dependency-Track lacks only support for detecting internal components using component name, group based regex.
### Proposed Behavior
Integrate CEL-based expression …
-
Hello,
I've come across something quite peculiar that I'm not sure where it originated from.
![image](https://github.com/mapstruct/mapstruct-idea/assets/128967934/14ea214e-f995-4432-8ebf-a54a7a3…
-
Inside then branch of an if expression, a variable assignment is syntactically correct. The following snippet should create a new variable named `a` inside the *then* expression, and return `Nothing`.…
-
The use case that describes Autolink usage with JIRA and discussed originally on #897, is not as robust as it could be.
Current example:
```
"gitlens.autolinks": [
{ "prefix": "JIRA-", "ur…
-
### What version of Bun is running?
1.1.4+fbe2fe0c3
### What platform is your computer?
Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduce the bug?
1. Start `bun …
-
Hi!
First off, thank you for this analysis tool!
I am analyzing some Perturb-Seq data and have followed the vignette. I ran Mixscale_Scatterplot and interestingly the perturbation score seems p…
-
This issue is meant for collecting useful fcli query (`--query` option) and output (`-o expr=...`) expressions. Each comment added on this issue should describe only a single expression. When adding a…
-
From an example posted by @pq in https://github.com/dart-lang/linter/issues/3673#issuecomment-1242203656:
```dart
switch (character) {
/// See [General Punctuation]
/// (http://www.unicode.o…
-
## Describe the bug
When attempting to generate the SBOM and a package.json contains for example `"version": "1.0-dev" `it now crashes in a function called `Object.fixVersionField`. This concerns m…
-
Yes, what you're describing sounds exactly like common subexpression elimination (CSE). You already have the right idea: instead of recalculating the same expression multiple times, you reference the …