Ivan Montilla
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.  Paso 1. Licencia GNU GPL  Paso 2. Seleccionar los componentes a instalar. ...
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() {...