Vincent Rubinetti

Results 103 issues of Vincent Rubinetti

[npm-publish](https://docs.npmjs.com/cli/publish) has a nice feature called `--dry-run` that lets you test what the command is going to do without actually doing it. It might be nice to have something like...

enhancement
proposal

Thank you so much for this library. It's saved me so much hassle, and I think it's the correct way to think about state and url as a window into...

I have a Vue project set up with Vue CLI, with axios, axios-mock-adapter, and cypress: ```json { "dependencies": { ... "axios": "^0.23.0", "vue": "^3.0.0", .... }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.15",...

Related to #270 Shouldn't this rule also ignore presentational elements? Context: I have an animated SVG image component that is purely presentational, and I want to attach an `mouseenter` listener...

### Reproduction demo [test.zip](https://github.com/popperjs/react-popper/files/5080966/test.zip) Run `yarn install && yarn start` ### What went wrong? ![oR8QhEri51](https://user-images.githubusercontent.com/8326331/90338785-17893300-dfba-11ea-929c-a5c9dea224d4.gif) I'm trying to make a gallery of images in buttons that shows a larger version...

Is there a built-in way in this library to get what action created a particular state? I apologize if this is possible, but I can't find it anywhere in the...

enhancement

As I understand it, `setAppElement()` is needed so everything in the background, behind the modal, will be set to "hidden" for screen readers. The documentation specifies that `setAppElement()` should be...

question

We talked about this a while ago. I feel that edges that can only be in one direction should be explicitly shown to be directional, like `compound -> side effect`:...

Currently, you have to click directly on the brackets to expand/collapse. As far as I know, this UI behavior does not exist in any other product/program for a tree display...

feature

Currently, I have a significant amount of CSS, and I believe a few lines of JS, to disable the functionality and appearance of plugins when printing a manuscript. Instead of...

frontend