Ilkka Huotari

Results 39 issues of 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...

bug
self-hosted

**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...

browser: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...

bug
self-hosted

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 ![image](https://github.com/quilljs/quill/assets/433707/a61dd9e3-0813-4b2a-ab6e-76b936717f68) ![image](https://github.com/quilljs/quill/assets/433707/0456e6b5-a790-481b-9ce1-eb2b9cfd4989) 2. Go...

bug:functionality
platform:linux
module:keyboard

Would it be possible to change the outer wrapper to <code> element? ![image](https://github.com/quilljs/quill/assets/433707/80cf86e4-d33f-48b7-8ccd-846449b8a746) It would create better HTML, I think. It would make a difference when parsing HTML into some...