Gareth Jones

Results 157 issues of Gareth Jones

### Prerequisites - [x] Ensure you have latest version of plugin installed - [x] Search for possible issue duplicates ### Installation details - [x] IDE version (`Help->About->Copy to Clipboard`) 2021.3.1...

Coming to Terraform 1.2.0: https://github.com/hashicorp/terraform/pull/30401 They use the same logic as custom validation under the hood, so hopefully that can be reused here (since the properties are the same)

### Prerequisites - [x] Ensure you have latest version of plugin installed - [x] Search for possible issue duplicates ### Installation details - [x] IDE version (`Help->About->Copy to Clipboard`) -...

### Prerequisites - [x] Ensure you have latest version of plugin installed - [x] Search for possible issue duplicates ### Installation details - [x] IDE version (`Help->About->Copy to Clipboard`) -...

### Prerequisites - [x] Ensure you have latest version of plugin installed - [x] Search for possible issue duplicates ### Installation details IntelliJ IDEA 2019.2.3 (Ultimate Edition) Build #IU-192.6817.14, built...

The TypeScript definitions for `Server` has this for `on`: ``` on(type: string, callback: (socket: WebSocket) => void): void; ``` However, when writing a test for `jest-websocket-mock` I found that this...

I've found that my logs keep getting filled up with very large stack traces caused by [this bit of code](https://github.com/vektah/CodeGlance/blob/master/src/main/java/net/vektah/codeglance/EditorPanelInjector.kt#L72-L74). Would it be possible to not have the stack trace...

Whenever I go to the `CodeGlance` settings panel in Settings, it is marked as being changed, and "Apply" is always clickable. I suspect that there is a value being compared...

Relates to #502 Bootstrap uses `.invalid-feedback` elements placed after inputs to show validation messages when an input errors. However, when converting a form to use ajax, bootstrap_form doesn't provide the...

Is it possible for `bootstrap_form` to include information on an `.invalid-feedback` element about what field it belongs to? Currently, `.invalid-feedback` elements are seemingly placed directly after ("under") the element they're...

new feature
you can help!