Javier

Results 15 comments of Javier

@CYX22222003 Ahh okay thanks for explaining how it works. Should the url change according to the filter settings be more intuitive in this case? Are there any upsides to keeping...

After spending some time investigating the issue, I noted that the most likely cause of the issue was due to the `overflow:hidden` property in `main.css`. However, a larger issue lies...

@damithc any thoughts on this? I think left aligning the numbers is the best option to go for here since it still keeps the indentations reasonably small.

> Some possible tweaks to the search feature: > > 1. Omit tags from search, as there is already a better mechanism to filter by tags? My opinion is that...

@arshinsikka Thank you for the contribution! However, your code changes do not reflect the requirements of the issue. The desired feature in #2691 is to have cards be redefined using...

Hi may I have details on how to reproduce this behaviour? It seems that it is already part of a feature that is implemented by specifying `no-icon` as an option...

This is likely due to the migration to vue 3. ``` const labelText = labelSlotContent?.[0]?.children?.[0]?.text; const labelHeader = headerSlotContent?.[0]?.children?.[0]?.text; ``` Updating these lines to this should work: ``` const labelText...

I also want to add that there is a minor documentation link issue at the end of the "Migrating to TypeScript" page where it links to the Project Structure instead...

> Hi, I’m contributing as part of the NUS-OSS summer project (CP3108B). May I work on this issue if it is not outdated yet? Hi sorry for the late reply!...

> [@Incogdino](https://github.com/Incogdino) How about the background colour of the stack (i.e., the container)? Perhaps allow changing that as well? Yup agree that we should support that as well. I'm considering...