J. Degand

Results 70 issues of J. Degand

I don't know what this `NB!` was supposed to be for. If it is supposed to alter the markdown, it isn't working.

### Relevant scope angular application ### Description ![october-events-bug](https://github.com/user-attachments/assets/c723abcc-0ec8-4f95-bfe5-04a3c443fe30) Maybe, there is a typo for the October events. ### Do you want to contribute with a pull request? No

bug

There are 2 `@else-if` entries. It isn't noticeable, but I believe both are actually positioned on top of each other. I removed the one with old id of `mRB-0CRdGwvxPqZbz08yj`. There...

### Have you read the Documentation Contribution Guidelines? - [X] I have read the [Documentation Contribution Guidelines](https://wails.io/community-guide#ways-of-contributing). ### Description #3135 added a new Angular template (it is the best available)...

Documentation

Shouldn't the repo be one template per person?

@eshitaban18 You did not add a template file.

Problem is unnecessary returns after `while` loops. ``` insert(value) { const newNode = new Node(value); if(this.root === null) { this.root = newNode; return this; } let currentNode = this.root; while(true)...

This [repo](https://github.com/amittam104/BentoHub) allows user to customize an image and that can be imported in their profile.

This [repo](https://github.com/zmh-program/code-statistic) generates a user card with user's contributions and languages used.