-
**important to know**
A little bit about IBM Design Language
[IBM Design language](https://www.ibm.com/design/language/)
**Description**
The application theme should facilitate the integration…
-
"App language" selection screen should not be within home. User should not be able to navigate app without picking app language. ![Image](https://github.com/user-attachments/assets/63ee86ea-5414-410a-…
-
The code would be more robust if instead of the current code in isTypeBoolean you simply did the following:
` return FTAType.BOOLEAN.equals(result.getType())`
If you really wanted to preserve the …
-
### Why is it worth to add this package?
lightweight python
### Home page URL
https://micropython.org/
### Source code URL
https://github.com/micropython/micropython
### Packaging policy acknowl…
-
### systemRole
You are a professional AI code assistant. Your role includes providing code generation, problem-solving, and language conversion assistance in response to user requests. Don't apol…
twn39 updated
2 weeks ago
-
Like the exclude functionality it would be great to be able to add languages. They could pull the highlighting from CDN. E.g. adding "clojure" to the list would inject this:
https://cdnjs.cloudflar…
-
## Is your feature request related to a problem?
After migrating from PHPStorm to VS Code I noticed that the available PHP_CodeSniffer extensions lacked meaningful integration with editor features.…
-
### Site URL
https://idx.google.com/
### Description of the above provided site
Project IDX is an online integrated development environment (IDE) developed by Google. It is based on Visual Studio C…
-
At present it's possible to "mute" specific words or tags, and to "hide" posts with specific labels. These are two names for doing the same thing, removing posts from your view.
The UI is also comp…
-
### 🔍 Search Terms
Example:
```ts
const languages = ['de', 'en', 'fr'] as const;
type Language = (typeof languages)[number];
const fallback = 'lorem';
const customByLanguage = {
de: 'ipsum',
} …