Spaces:
Runtime error
Runtime error
Merge branch 'rolling' into JSDocs
Browse files- .github/workflows/contributors.yml +2 -1
- .github/workflows/hello.yml +1 -0
- .github/workflows/labels.yml +1 -0
- .github/workflows/rust.yml +1 -0
- .github/workflows/rust_format.yml +1 -0
- .github/workflows/stale.yml +1 -0
- .mega-linter.yml +1 -0
- docker-compose.yml +1 -0
- public/static/colorschemes/gruvbox-dark.css +2 -2
- public/static/colorschemes/monokai.css +4 -4
- public/static/colorschemes/nord.css +8 -8
- public/static/colorschemes/oceanic-next.css +5 -5
- public/static/colorschemes/solarized-dark.css +5 -5
- public/static/colorschemes/solarized-light.css +6 -6
- public/static/colorschemes/tomorrow-night.css +8 -8
.github/workflows/contributors.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
name: Contributors List
|
2 |
|
3 |
on:
|
@@ -44,4 +45,4 @@ jobs:
|
|
44 |
delete-branch: true
|
45 |
title: 'chore: update contributors-list'
|
46 |
body: |
|
47 |
-
Automated update to `images/contributors_list.svg`
|
|
|
1 |
+
---
|
2 |
name: Contributors List
|
3 |
|
4 |
on:
|
|
|
45 |
delete-branch: true
|
46 |
title: 'chore: update contributors-list'
|
47 |
body: |
|
48 |
+
Automated update to `images/contributors_list.svg`
|
.github/workflows/hello.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
name: Welcome first time contributors
|
2 |
|
3 |
on:
|
|
|
1 |
+
---
|
2 |
name: Welcome first time contributors
|
3 |
|
4 |
on:
|
.github/workflows/labels.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
name: Import open source standard labels
|
2 |
|
3 |
on:
|
|
|
1 |
+
---
|
2 |
name: Import open source standard labels
|
3 |
|
4 |
on:
|
.github/workflows/rust.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
name: Rust
|
2 |
|
3 |
on:
|
|
|
1 |
+
---
|
2 |
name: Rust
|
3 |
|
4 |
on:
|
.github/workflows/rust_format.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
name: Rust format and clippy checks
|
2 |
on:
|
3 |
push:
|
|
|
1 |
+
---
|
2 |
name: Rust format and clippy checks
|
3 |
on:
|
4 |
push:
|
.github/workflows/stale.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
|
2 |
#
|
3 |
# You can adjust the behavior by modifying this file.
|
|
|
1 |
+
---
|
2 |
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
|
3 |
#
|
4 |
# You can adjust the behavior by modifying this file.
|
.mega-linter.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# Configuration file for MegaLinter
|
2 |
# See all available variables at https://megalinter.io/configuration/ and in linters documentation
|
3 |
|
|
|
1 |
+
---
|
2 |
# Configuration file for MegaLinter
|
3 |
# See all available variables at https://megalinter.io/configuration/ and in linters documentation
|
4 |
|
docker-compose.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
version: "3.9"
|
2 |
services:
|
3 |
app:
|
|
|
1 |
+
---
|
2 |
version: "3.9"
|
3 |
services:
|
4 |
app:
|
public/static/colorschemes/gruvbox-dark.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
:root {
|
2 |
-
--background-color: #
|
3 |
--foreground-color: #ebdbb2;
|
4 |
-
--color-one: #
|
5 |
--color-two: #98971a;
|
6 |
--color-three: #d79921;
|
7 |
--color-four: #458588;
|
|
|
1 |
:root {
|
2 |
+
--background-color: #1d2021;
|
3 |
--foreground-color: #ebdbb2;
|
4 |
+
--color-one: #282828;
|
5 |
--color-two: #98971a;
|
6 |
--color-three: #d79921;
|
7 |
--color-four: #458588;
|
public/static/colorschemes/monokai.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
:root {
|
2 |
-
--background-color: #
|
3 |
-
--foreground-color: #
|
4 |
-
--color-one: #
|
5 |
-
--color-two: #
|
6 |
--color-three: #ffd866;
|
7 |
--color-four: #fc9867;
|
8 |
--color-five: #ab9df2;
|
|
|
1 |
:root {
|
2 |
+
--background-color: #49483Eff;
|
3 |
+
--foreground-color: #FFB269;
|
4 |
+
--color-one: #272822ff;
|
5 |
+
--color-two: #61AFEF;
|
6 |
--color-three: #ffd866;
|
7 |
--color-four: #fc9867;
|
8 |
--color-five: #ab9df2;
|
public/static/colorschemes/nord.css
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
:root {
|
2 |
-
--background-color: #
|
3 |
-
--foreground-color: #
|
4 |
-
--color-one: #
|
5 |
-
--color-two: #
|
6 |
-
--color-three: #
|
7 |
-
--color-four: #
|
8 |
--color-five: #81a1c1;
|
9 |
-
--color-six: #
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
1 |
:root {
|
2 |
+
--background-color: #122736ff;
|
3 |
+
--foreground-color: #a2e2a9;
|
4 |
+
--color-one: #121B2Cff;
|
5 |
+
--color-two: #f08282;
|
6 |
+
--color-three: #ABC5AAff;
|
7 |
+
--color-four: #e6d2d2;
|
8 |
--color-five: #81a1c1;
|
9 |
+
--color-six: #e2ecd6;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|
public/static/colorschemes/oceanic-next.css
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
--background-color: #1b2b34;
|
3 |
--foreground-color: #d8dee9;
|
4 |
--color-one: #343d46;
|
5 |
-
--color-two: #
|
6 |
-
--color-three: #
|
7 |
-
--color-four: #
|
8 |
-
--color-five: #
|
9 |
--color-six: #c594c5;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
2 |
--background-color: #1b2b34;
|
3 |
--foreground-color: #d8dee9;
|
4 |
--color-one: #343d46;
|
5 |
+
--color-two: #5FB3B3ff;
|
6 |
+
--color-three: #69Cf;
|
7 |
+
--color-four: #99c794;
|
8 |
+
--color-five: #69c;
|
9 |
--color-six: #c594c5;
|
10 |
+
--color-seven: #D8DEE9ff;
|
11 |
}
|
public/static/colorschemes/solarized-dark.css
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
:root {
|
2 |
--background-color: #002b36;
|
3 |
-
--foreground-color: #
|
4 |
--color-one: #073642;
|
5 |
-
--color-two: #
|
6 |
-
--color-three: #
|
7 |
-
--color-four: #
|
8 |
--color-five: #268bd2;
|
9 |
--color-six: #d33682;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
1 |
:root {
|
2 |
--background-color: #002b36;
|
3 |
+
--foreground-color: #c9e0e6;
|
4 |
--color-one: #073642;
|
5 |
+
--color-two: #2AA198ff;
|
6 |
+
--color-three: #2AA198ff;
|
7 |
+
--color-four: #EEE8D5ff;
|
8 |
--color-five: #268bd2;
|
9 |
--color-six: #d33682;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|
public/static/colorschemes/solarized-light.css
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
:root {
|
2 |
-
--background-color: #
|
3 |
-
--foreground-color: #
|
4 |
-
--color-one: #
|
5 |
-
--color-two: #
|
6 |
-
--color-three: #
|
7 |
--color-four: #b58900;
|
8 |
--color-five: #268bd2;
|
9 |
--color-six: #d33682;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
1 |
:root {
|
2 |
+
--background-color: #EEE8D5ff;
|
3 |
+
--foreground-color: #b1ab97;
|
4 |
+
--color-one: #fdf6e3;
|
5 |
+
--color-two: #DC322Fff;
|
6 |
+
--color-three: #586E75ff;
|
7 |
--color-four: #b58900;
|
8 |
--color-five: #268bd2;
|
9 |
--color-six: #d33682;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|
public/static/colorschemes/tomorrow-night.css
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
:root {
|
2 |
-
--background-color: #
|
3 |
-
--foreground-color: #
|
4 |
-
--color-one: #
|
5 |
-
--color-two: #
|
6 |
--color-three: #f0c674;
|
7 |
-
--color-four: #
|
8 |
-
--color-five: #
|
9 |
-
--color-six: #
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
1 |
:root {
|
2 |
+
--background-color: #35383Cff;
|
3 |
+
--foreground-color: #D7DAD8ff;
|
4 |
+
--color-one: #1d1f21;
|
5 |
+
--color-two: #D77C79ff;
|
6 |
--color-three: #f0c674;
|
7 |
+
--color-four: #92B2CAff;
|
8 |
+
--color-five: #C0A7C7ff;
|
9 |
+
--color-six: #9AC9C4ff;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|