• Joined on 2025-01-06
squid pushed to main at squid/blog 2025-08-06 21:44:08 +08:00
a9df43943e BLOG-90 Fix backend docker build error (#123)
squid deleted branch BLOG-122_fix_backend_build_error from squid/blog 2025-08-06 21:44:08 +08:00
squid merged pull request squid/blog#123 2025-08-06 21:44:06 +08:00
BLOG-90 Fix backend docker build error
squid closed issue squid/blog#122 2025-08-06 21:44:06 +08:00
Backend docker build error
squid commented on pull request squid/blog#123 2025-08-06 21:44:03 +08:00
BLOG-90 Fix backend docker build error

**Verify if your Rust application truly requires OpenSSL. If it uses a pure Rust TLS
implementation like rustls, the openssl-dev and openssl-libs-static

squid created pull request squid/blog#123 2025-08-06 21:41:49 +08:00
BLOG-90 fix: update Dockerfile to use alpine base and simplify build process
squid pushed to BLOG-122_fix_backend_build_error at squid/blog 2025-08-06 21:40:26 +08:00
5d686e2c71 BLOG-90 fix: update Dockerfile to use alpine base and simplify build process
squid created branch BLOG-122_fix_backend_build_error in squid/blog 2025-08-06 21:40:26 +08:00
squid opened issue squid/blog#122 2025-08-06 21:39:13 +08:00
Backend docker build error
squid deleted branch BLOG-118_fix_error_when_access_unpublished_post from squid/blog 2025-08-06 21:36:55 +08:00
squid pushed to main at squid/blog 2025-08-06 21:36:55 +08:00
08c5262df6 BLOG-118 Fix to allow nullable published_time to support unpublished posts (#121)
squid merged pull request squid/blog#121 2025-08-06 21:36:54 +08:00
BLOG-118 Fix to allow nullable published_time to support unpublished posts
squid closed issue squid/blog#118 2025-08-06 21:36:54 +08:00
Error when access unpublished post
squid commented on pull request squid/blog#121 2025-08-06 21:36:07 +08:00
BLOG-118 Fix to allow nullable published_time to support unpublished posts

**The datePublished prop of the StructuredData component likely expects a Date object,
but state.data.info.publishedTime is typed as…

squid pushed to BLOG-118_fix_error_when_access_unpublished_post at squid/blog 2025-08-06 21:35:14 +08:00
840302174d BLOG-118 refactor: run format
squid created pull request squid/blog#121 2025-08-06 21:34:33 +08:00
BLOG-118 Fix to allow nullable published_time to support unpublished posts
squid created branch BLOG-118_fix_error_when_access_unpublished_post in squid/blog 2025-08-06 20:37:38 +08:00
squid pushed to BLOG-118_fix_error_when_access_unpublished_post at squid/blog 2025-08-06 20:37:38 +08:00
8440d9068d BLOG-118 fix: make post info published time be able to receive null
squid deleted branch BLOG-90_sentry_intergated from squid/blog 2025-08-06 20:20:48 +08:00
squid pushed to main at squid/blog 2025-08-06 20:20:48 +08:00
71bae3d8ca BLOG-90 Intergrate error tracking with Sentry (#120)