From 64a179f48654055d6f75aee619446b9aeffa15f7 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:40:31 +0100 Subject: [PATCH 01/12] 0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7947cffc..dde12bf8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ +x + **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. You want grammY because it is easy to use. It is very powerful and always up to date. It has the best [documentation](https://grammy.dev) in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more. From 1c49c9edb587c63b3d713630b2c3257e68ff59a6 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:42:02 +0100 Subject: [PATCH 02/12] RUST_BACKTRACE --- .github/workflows/deno.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 5fe3f7c4..1a454e46 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -62,7 +62,7 @@ jobs: run: deno task check - name: Run Tests - run: deno task test + run: RUST_BACKTRACE=full deno task test coverage: runs-on: ubuntu-latest From cb041459a10c171754318414362eb3eb516308b8 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:44:11 +0100 Subject: [PATCH 03/12] fix ugly windows env --- .github/workflows/deno.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 1a454e46..b5854d2b 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -8,6 +8,9 @@ name: grammY +env: + RUST_BACKTRACE: full + on: push: branches: [main] @@ -62,7 +65,7 @@ jobs: run: deno task check - name: Run Tests - run: RUST_BACKTRACE=full deno task test + run: deno task test coverage: runs-on: ubuntu-latest From cc4be8348efe38b9e4419108535a9f0d7480f3eb Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:46:28 +0100 Subject: [PATCH 04/12] 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde12bf8..9119f1fe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ -x +xx **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. From 1744636615ad8dde06d148fa92a119b591e82918 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:46:43 +0100 Subject: [PATCH 05/12] 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9119f1fe..8058a1ba 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ -xx +xxx **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. From 2c41381b0444309a1227b796094703b56d309996 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:46:51 +0100 Subject: [PATCH 06/12] 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8058a1ba..f547f675 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ -xxx +xxxx **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. From eb5be03f4679bfd731fcbab3502c7d0fe5d308fc Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:47:05 +0100 Subject: [PATCH 07/12] 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f547f675..a5884bd8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ -xxxx +xxxxx **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. From 7fa8929d97fd1464f2b018033d3a9dff0d5a518e Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:54:03 +0100 Subject: [PATCH 08/12] reset --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a5884bd8..7947cffc 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ -xxxxx - **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. You want grammY because it is easy to use. It is very powerful and always up to date. It has the best [documentation](https://grammy.dev) in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more. From 7b35e2c1d2ba04e278055c18af6d3e03d2826d0f Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:55:48 +0100 Subject: [PATCH 09/12] +0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7947cffc..2284ac45 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. +0 + You want grammY because it is easy to use. It is very powerful and always up to date. It has the best [documentation](https://grammy.dev) in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more. Are you ready? 🤖🚀 From 977aaa8e0a5161ebbd70edec0fe93d1c984503d1 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:55:57 +0100 Subject: [PATCH 10/12] +1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2284ac45..130c1d29 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. 0 +1 You want grammY because it is easy to use. It is very powerful and always up to date. It has the best [documentation](https://grammy.dev) in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more. From e6e9685652ee0dcd614b735a23594aede785125c Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:57:00 +0100 Subject: [PATCH 11/12] +2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 130c1d29..b3a5a1fe 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ 0 1 +2 You want grammY because it is easy to use. It is very powerful and always up to date. It has the best [documentation](https://grammy.dev) in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more. From 14e2a986964d9204844845ea9f5e244fc02b4e17 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Sat, 9 Nov 2024 15:57:07 +0100 Subject: [PATCH 12/12] +3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3a5a1fe..7abc7bab 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ 0 1 2 +3 You want grammY because it is easy to use. It is very powerful and always up to date. It has the best [documentation](https://grammy.dev) in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more.