-
Should ``mapdl.components`` retrieve all the components (selected or not)?
Because it seems a reasonable thing to do this:
```py
if "mycomp" in mapdl.components:
print("exists")
```
### Tip
Th…
-
Under the global settings, the Learning Mode setting contains two checkboxes, and it _is_ possible to deselect both. It seems these were likely meant to be radio buttons, in which exactly one is alway…
-
Hello! I've noticed that the current video player interface is not very appealing and does not support screen rotation. I suggest considering a replacement with a player like Plyr, which could enhance…
-
Support weighted faking in custom providers.
Inspired from https://fakerjs.dev/api/helpers#weightedarrayelement
```javascript
faker.helpers.weightedArrayElement([
{ weight: 5, value: 'sunny' }, …
-
## Fix dropdown with multiple selection
The dropdown component with multiple selection needs some improvements:
- it should appear a check icon when an item is selected
- it shoudn't close when an …
-
# Description of the enhancement
The new API for ECS supports a random selection based on flavor availability and capacity across all AZ’s. Would be create to have TF support and hint in the document…
-
### WebKittens
@annevk @rniwa @whsieh
### Title of the spec
Selection API: getComposedRanges()
### URL to the spec
https://w3c.github.io/selection-api/#dom-selection-getcomposedranges
…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-paper-dates@0.22.26` for the project I'm…
-
Hello,
For testing purpose (i.e. send an email with all languages results to check them):
$template = Yii::$app->get('templateManager')->getTemplate($templateName);
$template->p…
-
### Labels
[BUG][TRIVIAL]
### Description
Name selection textbox for special role uses black text on a black background when using the default light mode client, illegible unless text is hi…