Oliver Studer

Results 18 issues of Oliver Studer

Hi, It would be nice to set wether cookies are used to track or not at `init()`.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I have a clean test install of plane@latest. Clicking around to...

After editing content for a while it may happen that the overlay doesn't disappear, even though there are no sync tasks left (based on the fact that there is no...

bug

Thanks for publishing this project. One small thing I couldn't find in any OSS image proxy solutions (and I was searching for days) is color specific meta information. This would...

enhancement

### What are you trying to achieve? Product variant with a size and a color field (swatch). ### Steps to reproduce the problem Create a size attribute Create a color...

good first issue

Hi, I am trying to achieve a nice bokeh effect for my 3D graph. I got the "easy" one working based on https://github.com/mrdoob/three.js/blob/dev/examples/webgl_postprocessing_dof.html but I can't manage to get a...

Hi, When I run my page locally it correctly uses the proxy and my self-hosted plausible registers events. However, once I deploy, no events register anymore. Looking at the POST...

### Link to reproduction _No response_ ### Describe the Bug My config contains this email section: ```ts email: nodemailerAdapter({ defaultFromAddress: process.env.SMTP_FROM_ADDRESS || '', defaultFromName: 'Payload', transport: nodemailer.createTransport({ host: process.env.SMTP_HOST ||...

[possible-bug]

I define a field like this: ``` defineField({ title: 'Date of publication', name: 'published', type: 'datetime', initialValue: new Date().toISOString(), validation: (Rule) => Rule.required(), }), ``` And I would like to...

bug

Just upgraded to qwik 1.3.3 and it seems some types have been changed. A text input field component I based on https://modularforms.dev/qwik/guides/input-components throws TS errors for all defined FunctionProps.

documentation