tenxdeveloper

Results 18 issues of tenxdeveloper

the form should include built-in ARIA-labels for better SEO optimizations

enhancement
help wanted
good first issue

Make data lists so that it takes `data-id` and `data-value` values

enhancement
help wanted

### Skill Name CUDA C++ ### Why? In my opinion, it is a skill that shows the level and dedication of a programmer. Is it useful for most? No, but...

icon suggestion

### Description It would be really cool if we could do ```cs public class Dependant([FromKeyedServices("small")] IMemoryCache small, [FromKeyedServices("big")] IMemoryCache big); ``` instead of having to do: ```cs public class Dependant(IServiceProvider...

commands

I am wondering if this project is abandoned, and if it will receive an update anytime soon? is it planned? could the community help with the update? I'm interested and...

## Added a blog that showcases how to style blazorise components, and goes in depth about how the isolated CSS feature works with blazor ## How Has This Been Tested?...

## Added virtualization support to the TreeView component Closes #5649 ## How Has This Been Tested? I ran the demo project and checked that the TreeView worked. ## Types of...

Type: Feature ⚙

Caching can be very easily added to GitHub Actions ```diff steps: - name: "[🐳] Build and Push Docker Image" id: build-push uses: docker/build-push-action@v6 with: context: . push: true platforms: linux/amd64,linux/arm64...