Results 24 issues of Andria

### Description In the `paper-input` element, it isn't possible to change the color of the placeholder independently from the label's color via the CSS variables. I am trying to create...

## What is the feature? I'd love to be able to iterate over the groups in a `Groupby`. The only way that I know how to iterate over a `Groupby`...

enhancement
Some day maybe

When adding a file like a `manifest.json` for a Chrome extension to the static files, it's successfully copied to the dist folder. Unfortunately, if I make any changes to my...

The JSX example was poor due to its misuse of `do`. `do`, in this example, was being used where a ternary is often used, so to ensure the reason to...

As it currently stands, I can't seem to find a great way to integrate Destiny into a project. When should I be running Destiny? I mean, ideally, it would be...

documentation

When running the command `yarn destiny ./src` the results are different between Windows and Linux. Linux behaves as expected and organizes the files and directories inside of the `src` directory,...

bug

## Package Information - Package name: rocket - Language name: Rust - Website: [Homepage](https://rocket.rs) | [Documentation](https://api.rocket.rs/v0.5/rocket/) - Why would adding this package be useful? Adding this package would allow Rust...

request/package
language/rust

- Name: Rust - Version: 1.75.0 (Stable) - Release Note/Changelog: https://releases.rs/docs/1.75.0/ (released on 28 Dec 2023) --- :+1: reaction _might_ help to get this request prioritized.

request/language-version
language/rust

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Up for Grabs
Area-Command Explorer

The `cloneNode` return type is incorrect as per #283, #302, https://github.com/microsoft/TypeScript/issues/17818 and #1578. The type before this PR indicated that `cloneNode` returned a `Node`, which then broke any class that...