Martin Desrumaux

Results 56 issues of Martin Desrumaux

I had some troubles preloading a HTML5 video on IE11, with jQuery>1. This bug is not happening with jQuery 1; maybe because the elements are actually inserted in the DOM...

Hi, thanks for your plugin ! This module is not compatible with babel.config.js file because `find-babel-config` does not. See https://github.com/tleunen/find-babel-config/issues/31 Thanks !

When using `taggable`, `multiple` and `createOption`, a new option should be created after loading is done. Fixes scenario when user types an existing tag and press "enter" before an async...

The job was not being imported because it did not have the `kubectl.kubernetes.io/last-applied-configuration` annotation (because of the `kubectl replace` usage). It failed with: ``` github.com/kbst/terraform-provider-kustomize/kustomize.kustomizationResourceUpdate: JSON parse error: unexpected end...

This fixes the following issue when using a password protected private key : ``` password protected keys are not supported. Please decrypt the key prior to use. ```

Is it possible to use Datadog Operator for log collection only? The Datadog docs mentions [enable_payloads config](https://docs.datadoghq.com/logs/guide/how-to-set-up-only-logs) to achieve this behavior but I did not found this configuration in the...

### Version 3.2.14 ### Reproduction link [github.com](https://github.com/gnuletik/vue-ce-import-comp-style) ### Steps to reproduce ```bash git clone [email protected]:gnuletik/vue-ce-import-comp-style.git cd vue-ce-import-comp-style yarn run dev ``` Open browser ### What is expected? CSS of OtherComponent.vue...

:hammer: p3-minor-bug
feat: custom elements

It seems that the `npm run build` command should build the packet instead of launching the server.

### Reporting a bug? When calling `useI18n` from a component which is a children from a Custom Element, it throws : ``` Uncaught TypeError: Cannot read property '__VUE_I18N_SYMBOL__' of null...

Type: Improvement
Status: Proposal
🍰 p2-nice-to-have