From 4e02e6b6e97850df67bfba1ba74f5845a90aa0a1 Mon Sep 17 00:00:00 2001 From: "Billy.Zheng" Date: Tue, 10 Dec 2024 22:04:53 +0800 Subject: [PATCH 1/2] Rename procodile repo name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1377ad..7f33e91d 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ described in [RFC 8032] * [icr](https://github.com/crystal-community/icr) - Interactive console for Crystal (like IRB for Ruby) * [Invidious](https://github.com/iv-org/invidious) - Invidious is an alternative front-end to YouTube * [mpngin](https://github.com/thewalkingtoast/mpngin) - A URL shortener with simple stats - * [procodile](https://github.com/crystal-china/procodile_cr) - Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments) + * [procodile](https://github.com/crystal-china/procodile) - Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments) * [quicktype](https://quicktype.io/) - Generate models and serializers from JSON, JSON Schema, GraphQL, and TypeScript * [shards.info](http://shards.info/) - Web service that lists all repositories on GitHub that have Crystal code in them. The sources are available on [GitHub](https://github.com/mamantoha/shards-info) From ff648aa4d6fed9932b814a698096daa6c80f5ca5 Mon Sep 17 00:00:00 2001 From: "Billy.Zheng" Date: Tue, 10 Dec 2024 22:14:47 +0800 Subject: [PATCH 2/2] Add sentry --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f33e91d..572fc902 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ described in [RFC 8032] * [ntlm](https://github.com/spider-gazelle/ntlm) - NTLM authentication * [proxy-fetcher.cr](https://github.com/nbulaj/proxy-fetcher.cr) - Proxy lists fetching & validating library * [sse.cr](https://github.com/y2k2mt/sse.cr) - [Server-Sent Events](https://html.spec.whatwg.org/multipage/server-sent-events.html) client + ## Image processing * [celestine](https://github.com/celestinecr/celestine) - Create SVG images using a DSL * [ffmpeg](https://github.com/spider-gazelle/ffmpeg) - FFmpeg bindings that works with StumpyPNG to extract frames @@ -381,6 +382,7 @@ described in [RFC 8032] * [pinger](https://github.com/spider-gazelle/pinger) - Ping IP addresses and DNS entries without requiring sudo * [port_midi](https://github.com/jimm/crystal_port_midi) - Crystal C bindings for the PortMIDI cross-platform MIDI I/O library * [retriable.cr](https://github.com/Sija/retriable.cr) - Simple DSL to retry failed code blocks + * [sentry](https://github.com/crystal-china/sentry) - Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes. * [serf-handler.cr](https://github.com/wyhaines/serf-handler.cr) - Framework for building Serf handlers, with a suite of useful builtin capabilities * [simple_retry](https://github.com/spider-gazelle/simple_retry) - Simple tool for retrying failed code blocks * [sslscan.cr](https://github.com/NeuraLegion/sslscan.cr) - Crystal shard wrapping the rbsec/sslscan utility