colossatr0n

Results 25 issues of colossatr0n

Fix $refs check when enum has `null` value. Added null check for `subSchema`. When an enum has a `null` value, the $refs check fail since the `subSchema` variable will be...

**Describe the bug** which template: * Bootstrap 4 When using a checkbox in a form, the form fails to update itself because the checkbox value is converted to a string...

When using `condition`s with strings that contain `.`, the equality comparison fails. This is because `JsonPointer.parseObjectPath` in the `evaluateCondition` method doesn't make a distinction between the pointer path (LHS of...

**Is your feature request related to a problem? Please describe.** The `AceWordStartAction` in `plugin.xml` could be renamed to better represent what it does. It also might be the case that...

feature

Previous to this PR, the Observability plugin would track the location state during draw loops. This is error prone as the developer must ensure to reset its state in the...

Add `lastActiveTab` to Tab Navigation section in README.

I'm trying to call a codeblock function and pass an argument to it after mapping it to a command: ```vim popup(word) -> {{ alert(word) }} command show call popup(thePassedInArg) ```...

Sometimes searching for a word that begins with R reloads the page. e.g., press `/` (search bar appears), type 'r', and page reloads. This doesn't happen all the time, but...

### Software versions _Please provide at least OS and version of pact-js_ - **OS**: Mac OSX 10.15.7 - **Versions**: @pact-foundation/karma-pact: 3.1.0, @pact-foundation/pact: 9.16.5, @pact-foundation/pact-web: 9.16.5, ### Issue Checklist Please confirm...

enhancement

I noticed that while using `FormPostBuilder().stringMatcher("stringWithBracket", "{}", "{}")` that it throws the following exception: ``` Caused by: java.util.regex.PatternSyntaxException: Illegal repetition ``` The curly braces should be parsed as literal curly...

bug