-
### Problem description
I have the following on one config file:
```lua
local textObjects = require("user.treesitter.textObjects")
local M = {}
--treesiter related plugins
M.plugins = {
te…
-
### Issue description or question
Previously working (~1 week ago) tests using vitest (both 0.18.0 and 0.19.0) seem to now fail with the message:
```
Runtime error: TypeError: Cannot set proper…
-
### Description
Using with nuxt 3 i got this problem. ResizeObserver is not defined
it should support ssr.
temp fix i use ClientOnly component to wrap MasonryWall
```
ResizeObserver is not de…
-
I still seem to be having a bunch of issues with vitest. Isolating them to something reproducible can be time consuming so I've been struggling on regardless.
Right now I have a problem which I'm h…
-
### Describe the bug
### Uncaught ReferenceError: require is not defined - after including splitVendorChunkPlugin on vite.config.js
```javascript
import { splitVendorChunkPlugin } from 'vite'
ex…
-
__Describe the Bug__
ERROR in ./node_modules/bpmn-js-properties-panel/dist/index.esm.js 1:4971-5073
Module not found: Error: Can't resolve '@bpmn-io/properties-panel/preact/hooks' in 'D:vueTest\vu…
-
-
**Intended outcome:**
Create a new Apollo client, then plug it into redux as a reducer per [these instructions](http://dev.apollodata.com/react/redux.html#creating-a-store).
**Actual outcome:**
E…
-
**Describe the bug**
package.json with `"type": "module"` be set cause the following error when I run `amplify push`
```
Must use import to load ES Module: /Users/x/Document/www/src/aws-exports.j…
-
Hey!
This is probably an issue based on my lack of knowledge about Nuxt. But I can't find a way to solve it.
I have a Nuxt middleware that makes sure that a user is authenticated before allowing…