From abb4d1d35decaf587dc2bf2e767c144334c81d99 Mon Sep 17 00:00:00 2001 From: inoas Date: Tue, 21 May 2024 22:38:28 +0000 Subject: [PATCH 1/3] add stacky --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04cf2a4..f840100 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [glog](https://github.com/defgenx/glog) - [📚](https://hexdocs.pm/glog/) - A Gleam implementation of Erlang logger - [logging](https://github.com/lpil/logging) - [📚](https://hexdocs.pm/logging/) - Configuration for the Erlang logger - [systemd_status](https://github.com/lpil/systemd_status) - [📚](https://hexdocs.pm/systemd_status/) - Inspect the status of running systemd units +- [stacky](https://github.com/inoas/stacky) - [📚](https://hexdocs.pm/stacky/) - BEAM stack traces in Gleam ### Networking From c48aa74629aa991479c77422464d2812abeff98e Mon Sep 17 00:00:00 2001 From: inoas Date: Thu, 30 May 2024 02:20:42 +0200 Subject: [PATCH 2/3] Create stacky.gleam --- packages/stacky.gleam | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/stacky.gleam diff --git a/packages/stacky.gleam b/packages/stacky.gleam new file mode 100644 index 0000000..9d030d1 --- /dev/null +++ b/packages/stacky.gleam @@ -0,0 +1,5 @@ +name = "stacky" +description = "Stacky ☆ BEAM stack trace in Gleam" +docs_url = "https://hexdocs.pm/stacky/" +repo_url = "https://github.com/inoas/stacky" +category = "Logging and Monitoring" From 69d196d96312bf2cb2becf0d92c8f523e6e6ae62 Mon Sep 17 00:00:00 2001 From: inoas Date: Fri, 31 May 2024 19:56:15 +0200 Subject: [PATCH 3/3] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a6220..7e5c630 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,8 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [glimt](https://github.com/JohnBjrk/glimt) - [📚](https://hexdocs.pm/glimt/) - A Gleam library for logging - [glog](https://github.com/defgenx/glog) - [📚](https://hexdocs.pm/glog/) - A Gleam implementation of Erlang logger - [logging](https://github.com/lpil/logging) - [📚](https://hexdocs.pm/logging/) - Configuration for the Erlang logger +- [stacky](https://github.com/inoas/stacky) - [📚](https://hexdocs.pm/stacky/) - Stacky ☆ BEAM stack trace in Gleam - [systemd_status](https://github.com/lpil/systemd_status) - [📚](https://hexdocs.pm/systemd_status/) - Inspect the status of running systemd units -- [stacky](https://github.com/inoas/stacky) - [📚](https://hexdocs.pm/stacky/) - BEAM stack traces in Gleam ### Networking