-
The Skeleton component is using hard coded values for its animation. As part of the Animation Initiative we should update the values to use our token system
-
The "Replace Tokens" task in the pipelines is failing. I am getting the following error during deployment. It fails even before the initialize job. It is affecting all pipelines using that task. It wo…
-
Here is an example of usage of custom colors:
https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability_solution/apm/public/utils/http_status_code_to_color.ts
### What to do
- Replace…
-
**What do you want to do?**
- [ ] Request a change to existing documentation
- [x] Add new documentation
- [ ] Report a technical problem with the documentation
- [ ] Other
Create a separat…
-
### Paste the command
npx --yes igir@latest copy zip test clean \
--dat "/mnt/Emulation/batocera/dat/*.zip" \
…
-
### Description / User story
We may want to only use component tokens in the components. If this is decided, then we need to add some Component Tokens.
### Requirements / Prerequisites
- [x] #740
…
-
Follow up from #4116 and #3978, replace border (thickness 100) & border strong (thickness 200) tokens used in all components
-
Since the ‘users’ object does not correspond to a JSON structure in best practices, I suggest that it be transformed into a better structure.
Replacing the `users` element to an array of objects wi…
-
我看官方代码好像是在右边打padding的,默认会把在末尾的 \替换到前面,然后使用右对齐padding.
默认会把在末尾的 \替换到前面
```
def preprocess_multimodal(
sources: Sequence[str],
data_args: DataArguments
) -> Dict:
is_multimodal = da…
-
**Describe the bug**
In case of a misconfigured login flow, token-based authentication may be necessary, which begins with generating a token. The process for this can be found on Authentik's officia…