Mattias

Results 14 issues of Mattias

# 🐛 bug report In Parcel 1 we could specify entries like this: ```js const config = { entries: [ "./target-*/script.js,", "./target-*/style.scss" ], ... }; ``` ... if we had...

When trying to import any of the exported functions (e.g. `import { create } from 'jsondiffpatch'`) the app crashes with the message: ``` ReferenceError: process is not defined at node_modules/chalk/index.js...

How come dart sass is available on both brew and choco, but not apt? If there is no plans to put it up there, I think the instructions for installing...

enhancement
help wanted
infrastructure

Using onGenerateRoute and MaterialWithModalsPageRoute, if the builder returns a CupertinoPageScaffold everything works as in the examples, but if it returns a CupertinoTabScaffold the background doesn't animate (shrink). If I wrap...

When using the loader option I get a loading method on the dialog object that's being returned after having submitted the prompt. If I call dialog.loading(false) without closing the dialog...

legacy-vue2

This PR adds an option in rollup.config.js to ignore warnings about package.json not being exported. See discussion in #181.

When building a custom theme for a customer it would be great if we could create templates on in our test environment and then have them version controlled together with...

enhancement

#### Description The basic example of creating a document in a Vertex AI datastore fails with the error `Field "document" is a required field, but no value is found. `....

The latest versions of the WordPress docker image is based on php 8.2 which in turn is based on the Debian 12 image, up from Debian 11. We want to...

I'm getting the following error since I updated WPGraphQL from version 1.24 to 1.26. I'm guessing they've done some changes to field definitions but since it's referring to `editorBlocks` I'm...

Needs Reproduction