Mark Langezaal
Mark Langezaal
> Alternatively, if you can open the system menu of the window by pressing Alt+Space or via the task bar, then you can choose Move from there and move the...
This is not a race condition. ### Root Cause in Toast.vue - The remove method tries to find message in the messages array with object equality. (`if (this.messages[i] === params.message)`)...
This will be fixed by PR#113 which I created.
I wanted to create a new issue, but it looks like this issue is related/similar: Since PrimeVue 3.48.0 styles are missing in the html head. This seems unrelated to vite4->5...
Found the issue! Since PrimeVue 3.48.0 styles are being moved to theme files (#5214). This does require an update of the theme files bundled with existing projects. This is technically...
Arthur, This doesn't look right: ``` q1q1 = q[0]*q[0] q1q2 = q[0]*q[1] q1q3 = q[0]*q[2] q1q4 = q[0]*q[3] q2q2 = q[0]*q[1] q2q3 = q[0]*q[2] q2q4 = q[0]*q[3] q3q3 = q[0]*q[2]...
I totally agree with you, and (partial) opensourceing makes the community more involved and can have many benefits. But for people who already have this printer this project can be...