Valentin Degenne
Valentin Degenne
Hello, I tried to use your package in an es module context only to realize it didn't work because your main `index.js` file possesses commonjs syntax. I decided to fork...
I am trying to create a cool effect where the text is getting written and zoom in at the same time. I tried to use the `AnimationGroup` object for that...
Before asking my question I would want to thanks the beautiful people who took time and effort to build this amazing program. I suffered from hands aches over the past...
Adding `js` extension makes sure the module is web-browser compliant and the whole project loadable as a module in a modern browser.
I tried ```javascript app.use(cors({ origin: function (ctx) { if (['https://www.example1.com', 'https://www.example2.com'].includes(ctx.get('Origin'))) { return ctx.get('Origin'); } return null; } })); ``` But it doesn't work, any solution ?
I am using the `0.25.3` version. I have this logic on the main interface that implements a context menu on right click (very common thing in apps) ```javascript firstUpdated() {...
Here's a reproduction https://jsbin.com/qeconuw/edit?html,output The icon in the `mwc-button` is not aligned with the text, when used in a `mwc-dialog`. Last year I opened this issue : https://github.com/material-components/material-components-web-components/issues/1045 for the...
This is not a bug report, I know it is the expected outcome If I start to type a tag property the plugin suggestions show me to select one, using...
When I use `F2` shortcut on an html tag to refactor the name I expect only the selected tag to be renamed but it turns out every tag are renamed...
I am opening this issue because for me this is an important feature of Emacs. It is common to select some text as to desire to delete it. We can...