Oliver Yasuna

Results 56 issues of Oliver Yasuna

The below should not report EI_EXPOSE_REP, but does. ```java public enum UIState implements { INITIALIZING(Collections.emptySet()), RUNNING(Collections.singleton(INITIALIZING)), TERMINATED(Collections.singleton(RUNNING)); UIState(final Set transitions) { this.transitions = Collections.unmodifiableSet(transitions); } private final Set transitions; public...

1. An animation will replay when the context menu is visible and another right-click occurs. There should be a way to disable animations if the context menu is already visible....

I am experiencing an issue similar to #31, but on macOS. `package.json` ```json { "name": "panama", "packageManager": "[email protected]", "private": true, "workspaces": [ "./packages/*" ], "scripts": { "update-references": "yarn node ./scripts/updateReferences.js"...

Status: Need More Info

**Homebrew version:** 3.0.4 **Cakebrew version:** 1.2.5 and 1.2.7 **Model:** MacBook Pro (Retina, 15-inch, Mid 2015) **macOS version:** Big Sur (11.2.2) **Screenshot of issue:** **Description of issue:** I am new to...

**Describe the current way to archive your requirement** I wrap `LeftNavigationItem`s in a `VerticalLayout` applying CSS to make it match. **Describe the solution you'd like** It seems that the separation...

enhancement

Can I reference an Angular component in a Markdown file loaded with this library? For example, let's say I create a custom code block component with Angular. Can I use...

question

N/A N/A ### By submitting this pull request I confirm I've read and complied with the below requirements 🖖 **Please read it multiple times. I spent a lot of time...

See https://github.com/mockito/mockito/issues/1013#issuecomment-666994541. Will Mockito ever support static mocking of `System` and `Thread`. I have a use case where I would like to mock the return value of `System#getProperty(String)`.

**Example:** I want to use supported JSDoc tags with `@custom-elements-manifest/analyzer`: ```typescript /** * @prop {string} dir - The directionality of the element. * @prop {string} lang - The language of...