Ilkka Huotari
Ilkka Huotari
### Steps To Reproduce I have integrated Penpot into my app so, that the url part is `/designs/penpot` where it is accessed (on user's own domain). nginx.conf, as it currently...
**Describe the bug** When I join a room, I usually get a webhook call `participant_joined`. But when I leave, I don't get a `participant_left` call. Sometimes I may get `participant_left`...
The generated code is not wrong, but it looks confusing. Because the created function is an arrow function (`=>`), the console.log statement is inside `fn` but it doesn't look like...
**Steps for Reproduction** 1. Visit https://codepen.io/ile/pen/OJoXpOg 2. Try it with Firefox 3. Type letters and spaces. Spaces should disappear. **Expected behavior**: Spaces should'n disappear. **Actual behavior**: Spaces disappear. **Platforms**: Firefox...
Doing git clone for the current development branch ([email protected]), npm install and then npm run build will give this: Using the latest node (19). Tried to remove package-lock.json before npm...
I created this issue here: https://github.com/chartjs/Chart.js/issues/11479 ### Expected behavior I'm using [email protected] + [email protected] + [email protected]. In JavaScript I have this: ```js const Chart = require('chart.js/auto'); console.log('Hello'); ``` Bundling will...
It would be nice to know which parameters are required and what the default values are. For example in [create-mailbox](https://mailcow.docs.apiary.io/#reference/mailboxes/create-mailbox/create-mailbox) there are a lot of parameters and it would help...
### Steps To Reproduce I'm running Penpot so that I run every part separately (backend: ./scripts/start-dev, frontend: npm run watch-main, exporter: ./scripts/wait-and-start.sh), and I'm not really sure, if I'm doing...
I could not reproduce this on Codepen, but I could reproduce it on my local machine and [Quill.com](https://quilljs.com/). 1. Create some content with p and h1   2. Go...
Would it be possible to change the outer wrapper to <code> element?  It would create better HTML, I think. It would make a difference when parsing HTML into some...