-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
461d34c
commit 8bb1bb0
Showing
181 changed files
with
1,410 additions
and
380 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...18n/ar/docusaurus-plugin-content-docs/current/community/showcase/kafka-king.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# [Kafka-King](https://github.com/Bronya0/Kafka-King) | ||
|
||
```mdx-code-block | ||
<p style={{ "text-align": "center" }}> | ||
<img src={require("@site/static/img/showcase/kafka-King-img_3.webp").default} /> | ||
<br /> | ||
</p> | ||
``` | ||
|
||
[Kafka-King](https://github.com/Bronya0/Kafka-King) is a kafka GUI client that supports various systems and is compact and easy to use. | ||
This is made of Wails+vue3 | ||
|
||
# Kafka-King function list | ||
|
||
- [x] View the cluster node list, support dynamic configuration of broker and topic configuration items | ||
- [x] Supports consumer clients, consumes the specified topic, size, and timeout according to the specified group, and displays the message information in various dimensions in a table | ||
- [x] Supports PLAIN, SSL, SASL, kerberos, sasl_plaintext, etc. etc. | ||
- [x] Create topics (support batches), delete topics, specify replicas, partitions | ||
- [x] Support statistics of the total number of messages, total number of submissions, and backlog for each topic based on consumer groups | ||
- [x] Support viewing topics Detailed information (offset) of the partition, and support adding additional partitions | ||
- [x] Support simulated producers, batch sending messages, specify headers, partitions | ||
- [x] Health check | ||
- [x] Support viewing consumer groups , Consumer- …… |
10 changes: 10 additions & 0 deletions
10
...ar/docusaurus-plugin-content-docs/current/community/showcase/minesweeper-xp.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Minesweeper XP | ||
|
||
```mdx-code-block | ||
<p style={{ "text-align": "center" }}> | ||
<img src={require("@site/static/img/showcase/minesweeper-xp.webp").default} /> | ||
<br /> | ||
</p> | ||
``` | ||
|
||
[Minesweeper-XP](https://git.new/Minesweeper-XP) allows you to experience the classic Minesweeper XP (+ 98 and 3.1) on macOS, Windows, and Linux! |
10 changes: 10 additions & 0 deletions
10
...e/i18n/ar/docusaurus-plugin-content-docs/current/community/showcase/resizem.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Resizem | ||
|
||
```mdx-code-block | ||
<p style={{ "text-align": "center" }}> | ||
<img src={require("@site/static/img/showcase/resizem.webp").default} /> | ||
<br /> | ||
</p> | ||
``` | ||
|
||
[Resizem](https://github.com/barats/resizem) - is an app designed for bulk image process. It is particularly useful for users who need to resize, convert, and manage large numbers of image files at once. |
10 changes: 10 additions & 0 deletions
10
...i18n/ar/docusaurus-plugin-content-docs/current/community/showcase/wailsterm.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# WailsTerm | ||
|
||
```mdx-code-block | ||
<p style={{ "text-align": "center" }}> | ||
<img src={require("@site/static/img/showcase/wailsterm.webp").default} /> | ||
<br /> | ||
</p> | ||
``` | ||
|
||
[WailsTerm](https://github.com/rlshukhov/wailsterm) is a simple translucent terminal app powered by Wails and Xterm.js. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
website/i18n/ar/docusaurus-plugin-content-docs/current/guides/nixos-font.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -232,7 +232,7 @@ Now we need to configure some gon config files in our `build/darwin` directory: | |
"bundle_id": "app.myapp", | ||
"apple_id": { | ||
"username": "[email protected]", | ||
"password": "@env:APPLE_PASSWORD", | ||
"password": "your-app-specific-password", | ||
"provider": "ABCDE12345" | ||
}, | ||
"sign": { | ||
|
@@ -246,11 +246,13 @@ Here is a brief break down of the above fields: | |
- `source`: The location of your wails binary to be signed | ||
- `apple_id`: | ||
- `username`: Your Apple ID email address | ||
- `password`: Your app-specific password, referenced using Gon's environment variable syntax | ||
- `password`: Your app-specific password | ||
- `provider`: Your team ID for your App Store Connect account | ||
- `sign`: | ||
- `application_identity`: Your Apple developer identity | ||
|
||
The (https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool)[deprecated Apple's altool]'s syntax supporting `@env:` is no longer available since Apple has migrated to the new notarytool. | ||
|
||
Your developer identity and team ID can both by found on macOS by running the following command: | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.