-
```bash
curl 'https://yt.lemnoslife.com/search?part=snippet&q=test'
```
Output:
```json
{
"kind": "youtube#searchListResponse",
"etag": "NotImplemented",
"nextPageToken": "Ep8D…
-
# Welcome to CNCF Project Onboarding
This is an issue created to help onboard your project into the CNCF after the TOC has voted to accept your project into the Sandbox.
We would like your project t…
-
## Description
As part of our [Q3 roadmap](https://github.com/ethereum/ethereum-org-website/issues/13399), this issue tracks the progress of the Shadcn/Tailwind migration.
## How to contribute
…
-
-
# Welcome to CNCF Project Onboarding!
This is an issue created to help onboard your project into the CNCF after the TOC has voted to accept your project into the Sandbox.
We would like your project …
-
## Description
Coming from Tree Tabs, their panels are with full names.
Would it be possible to have the option to do the same in sidebery ?
-
### Components
-----
#### JavaScript Free
- [x] avatar
- [x] button
- [x] card
- [x] col
- [ ] affix
- [ ] alert
- [ ] anchor
- [ ] auto-complete
- [ ] back-top
- [ ] badge
- [ ] …
-
For each of the items on https://chicago.github.io/cds-reference/ we need to ensure there is a valid component in the Figma file.
If there is no Figma component, a choice must be made:
1. Strike…
-
The path should be like this
@creative-tim-official/argon-dashboard-free
```
@import "../custom/alert";
@import "../custom/avatar";
@import "../custom/badge";
@import "../custom/buttons";
@…
-
As I learned from [Prof. Pretschner](https://www.in.tum.de/en/i04/people/alexander-pretschner/) (my favorite prof so far:), every code should have unit tests.
I am not sure if we can test everything …