Wolfgang Rathgeb
Wolfgang Rathgeb
Ok I have to go one step back, maybe I tried to much stuff yesterday. It has not to be defined twice, but it will not find the definition if...
After I published everything to productive, I changed the cms file locally (add a new variable) and push it again to productive system. Juicebox was initialized on productive system before...
I did some more test and recognized that juicebox overwrite the complete content with the newest one!? Will it not be better to replace only the value of the the...
I started to debug juicebox, because I want to add a tag, get easier to deploy. But firstly I recognized that, force and enduro.flags.force are both undefined (use command: `enduro...
What I currently know is that it didn't happen with a version of sveltekit before 39x. I do not have the exact version in mind.
I tried to rebuild it with vite vanilla, but I never did a project with vite beside svelte kit so I am not sure if I test it correctly, but...
Since when is null related to number, null is not 0. To be 100% sure I also made a short implementation and I didn't had any problems with combining null,...
Yes and exacatly this is why we need null as option because we have a variable that could be null | undefined | string and this is not assign able...