isaced

Results 55 comments of isaced

Yes, it would be great if Deno Deploy could support cron jobs, i am looking forward to it. 🫶

Hope this helps: ``` baseURL = "https://www.xxxx.com/" title = "xxxx" theme = "tale" # Google Analytics googleAnalytics = "UA-xxxxxxx" [author] name = "xxxxx" url = "https://www.xxxx.com" [menu] [[menu.main]] identifier =...

Love this feature, which is used to add information similar to UserId/ProjectId to the logs without returning it to the client. 👍 https://caddy.community/t/logging-a-response-header-field-in-caddy-reverse-proxy-without-returning-to-client/22758

sorry, I'm late. This is because GTMBase64 is old project, does not use ARC,If your project is using ARC,you can check this,disable ARC for a single file in your project...

进入 MySQL 里看也可以: ```sql SELECT * FROM `alist_users` ```

I finally wrote an asynchronous, lightweight HTTP Server based on Socket in pure Swift, which can run well on iOS/macOS/tvOS: https://github.com/isaced/Aoxiang

截止 v1.8 版本评论列表和文章详情底层有了较大更新,可以升级关注下是否还有崩溃问题,如有任何问题请提交新的 Issue 🤝

[v1.6](https://github.com/isaced/V2exOS/releases/tag/1.6) 增加了字体大小设置功能(目前仅生效于正文和评论),可以试一试,有问题请随时反馈,谢谢 🙏

@Tukajo you can try this: ```js const nextConfig = { output: "standalone", experimental: { serverComponentsExternalPackages: ["lz4"], //