zangab

Results 7 issues of zangab

Hi, why is there no `removeScenes()` function provided? The added scenes are all saved in the controller (`_sceneObjects`) so it should be quite easy to add this function. Cheers.

| Q | A | ------------------| --- | Bug? | no | New Feature? | no | Support question? | yes | Version | 2.x #### Question Hi, I want...

Support request

The plugin can be activated in the backend (WP v5.4.1) but the options page is empty and lots of errors are logged in the console...

**Describe the bug** I am not sure if this is a faulty behavior or intended. I installed the package along with `accounts-password` and meteor `vue`. I followed the docs but...

bug

### Description 📖 This pull request adds the `crossorigin` attribute to styles injected via the `vite_javascript_tag`. ### Background 📜 Vite adds the `crossorigin` to styles tags by default, see [code...

### Description 📖 Similar issue as https://github.com/ElMassimo/vite_ruby/issues/189 Our problem is related to [this github issue](https://github.com/vitejs/vite/issues/17929). Everything worked fine until we recently updated vite & vite-ruby. We host our assets on...

bug: pending triage

Hi, the `sass.renderSync` within the [styleProcessors](https://github.com/vuejs/component-compiler-utils/blob/master/lib/styleProcessors/index.ts#L33C28-L33C55) has been deprecated. It's advised to use to use `compile` or `compileString`. ```js const result = nodeSass.renderSync(finalOptions) ```