Anthony Suárez

Results 20 comments of Anthony Suárez

**Translation** > # Why can't I open manually-compiled TIC 80 1.0.2164? > > I compiled TIC 80 1.0.2164 with no issues, but when I open it, I get this: >...

My idea is that the `register` mutation should create a user with its `is_active` field set to False as default, so activation can be handled separately by the developer. It...

> Technically this would work well. I'd like to hear your and other's opinions whether should we have login, logout, registration, password reset and other auth related mutations as an...

> Makes sense. We can add signup/register mutation. Would you like to contribute the project? :) Of course! I would love to!

Looks like the issue is that, when entering the index page directly through the `/` path, as is done after executing `spotdl web`, the Vue app is initialized, and any...

I also have this issue with SN30 Pro. At first, no controller showed up, so I added [these rules](https://github.com/ValveSoftware/steam-devices/blob/8a3f1a0e2d208b670aafd5d65e216c71f75f1684/60-steam-input.rules), but now it just shows Unknown Controller.

Hello! I gave this issue a try and found the following: - After adding `RUN apk add --no-cache g++` to the Dockerfile, the issue was solved. g++ seems to be...

> Ctrl+Shift+J to open dev console, input following code to get NERD font support. (tested on ChromeOS 94 Linux terminal) > > ```js > term_.prefs_.set('font-family', 'DejaVu Sans Mono Nerd'); >...

That's weird. I can't reproduce the error 😕 ![image](https://user-images.githubusercontent.com/58057324/126017757-1d55ddd6-5d43-46e2-a02a-dbf997b7fd03.png)

Hello! I would like to work on this issue. I was already checking the code and I think I have a good idea of where to start :smile: What do...