Reinier Kaper

Results 50 issues of Reinier Kaper

**Describe the bug** When building for production, the generated files aren't minified. **To Reproduce** Steps to reproduce the behavior: 1. Install this module and add it to `buildModules` 2. Build...

I'm not sure what the cause is, but I have the feeling that the html file isn't fully written yet by the time the vite-plugin-pwa starts to work on it....

**Describe the bug** When you have a connection field in your schema, like this: ```js type Order @model(subscriptions: null) @key(name: "ByCustomer", fields: ["customerID"], queryField: "ordersByCustomer") { id: ID! businessID: ID!...

bug
type-gen
p2

After installing as instructed, the error appears and occurs in GPUImageFilter.js (see screenshot) Versions installed: ```js "gl-react": "^3.15.0", "gl-react-image": "^3.1.1", "gl-react-native": "^3.15.0", "wj-react-native-gpuimage": "^1.0.2" ``` ![image](https://user-images.githubusercontent.com/1668207/37670367-7d899540-2c3f-11e8-8fa4-048cd7f2ab9a.png)

### Environment ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...

3.x
pending triage

Hi, Not sure if this is the right repo, but my wife encountered an issue with Freshbooks (who uses wepay for their invoice transactions), where a valid email address was...

I tried this plugin but it's not very usable in it's current state, as every single view does a full request to get all the data, instead of just parsing...

### Environment ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...

3.x
pending triage

### Environment ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...

upstream issue
typescript

We have a Nuxt2/Vue2 project, but for some reason, in certain components, Volar reports the following error: ``` Property '$t' does not exist on type 'Vue3Instance & ... 4 more...

need info