Adriano Cahete

Results 24 issues of Adriano Cahete

We need to create a demo page to show and use as real test. Pushing directly to github pages is good.

enhancement

I saw in [another issue](https://github.com/marin-m/SongRec/issues/35) that SongRec has a dark theme, but since there's no Option panel, I think that uses some default options from OS. But, for some reason,...

I'm following the [documentation here](https://docs.catalog.style/configuration/imports#styles) and, when I do in this way, the css call is made, but in the browser, the call is to `http://:4000/style.css#/`, like a react router...

Since Microsoft releases a [Winget preview](https://github.com/microsoft/winget-cli) why not move hub to be available on Winget too? I know that Winget [doesn't install from zip files today](https://github.com/microsoft/winget-pkgs/issues/174) and it's as treat...

feature

`--emulated-form-factor` is a way to tell lighthouse to test to desktop instead of the default mobile view. It's possible to do this?

In Firefox, elements who will need a overflow, needs a `overflow: auto` instead of `overflow: scroll`. With overflow set to `scroll`, the scrollbar is always shown, unlike when `auto` is...

I was searching in my own codebase and forgot to exclude the `node_modules` folder on that search. With that I found two typos in your README file... ¯\\_(ツ)_/¯ On [Why...

Today, all the examples are in typescript. I see the #221 issue, but there are a lot of questions in there, so I think it will be more productive to...

enhancement

This lib supports Nuxt 3 by now? Do you plan to support it?

What `grey`class means? And `yellow`? How about `info`? Or `warning`? Change: ``` .red color: $term-color-red .yellow color: $term-color-yellow .green color: $term-color-green .blue color: $term-color-blue .grey color: $term-color-grey ``` to ```...

enhancement