Ivan Montilla

Results 4 issues of Ivan Montilla

Hello, I'm trying to make a simple chat. ``` using System; using Ooui; namespace OouiPRB { class Program { static void Main(string[] args) { UI.Port = 80; UI.Publish("/chat", CreateCounter); Console.ReadLine();...

Relacionado con #13 Los pasos del asistente de instalación en Windows. ![1 Licencia](https://user-images.githubusercontent.com/9193841/140664383-6cdbb8b4-c1ce-425d-bd74-8807844c6cff.png) Paso 1. Licencia GNU GPL ![2 Componentes](https://user-images.githubusercontent.com/9193841/140664367-9ae99090-e463-437d-81d2-058a6c8be0c2.png) Paso 2. Seleccionar los componentes a instalar. ![3 1 Editor](https://user-images.githubusercontent.com/9193841/140664368-1d00e41a-702a-46ff-9d7f-c566ad590019.png)...

When clicking on "Share" button, the console logs "Error generating avatar image." and process never complete. Uncaught (in promise) TypeError: Cannot read properties of null (reading 'textContent') at HTMLButtonElement. (index.js:85:25)...

When clicking on "Share" button, the console logs "Error generating avatar image." and process never complete*. Debugging the extension, in index.js L133, this function is defined: ```js function getAvatarImage() {...