-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
When importing a collectio…
-
**Describe the bug** (*)
A clear and concise description of what the bug is.
```
java.lang.Throwable: Thread context was already set: InstalledThreadContext(snapshot=null, context=[ComponentMan…
-
**Describe the bug** (*)
A clear and concise description of what the bug is.
```
java.lang.Throwable: Thread context was already set: InstalledThreadContext(snapshot=null, context=[ComponentMan…
-
**Describe the bug** (*)
A clear and concise description of what the bug is.
```
java.lang.Throwable: Thread context was already set: InstalledThreadContext(snapshot=null, context=[ComponentMan…
-
# Reproduce
Minimal repro structure
![image](https://github.com/user-attachments/assets/46b2f0d7-5163-4fb4-a77e-a26be69646a1)
1. Create `foo.proto`:
```proto
syntax = "proto3";…
-
Hi team,
Another question in the list of manu questions that I have asked 🥲
I just wanted to know if there is a way that we can handle scenarios like the following
Assuming I have an API that re…
-
#### Bug Report Checklist
- [ x] Have you provided a full/minimal spec to reproduce the issue?
- [ x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…
-
when I open more than one project, the plugins throw error.
`com.intellij.diagnostic.PluginException: Cannot create class com.intellij.plugins.bodhi.pmd.PMDConfigurable (classloader=PluginClassLoad…
-
**Describe the bug**
After updating to IDEA 2024.2, the plugin is throwing an exception.
Seems like a similar bug to this one which has already been fixed. https://github.com/chylex/IntelliJ-Inspect…
-
Defining a list of types that include - 'null' doesn't work:
```
count:
type:
- number
- 'null'
```
yields
```
count?: any;
```
but I expect it to behave as if `nullable: true` …