KAAAsS
KAAAsS
### Trilium Version 0.53.2 ### What operating system are you using? Other Linux ### What is your setup? Local + server sync ### Operating System Version Manjaro Linux 21.3.5 ###...
This PR implements the support of manually selecting highlight language. To achieve this, `MIME_TYPES_DICT` was borrowed from [mime_types.js#L3](https://github.com/zadam/trilium/blob/dbd312c88db2b000ec0ce18c95bc8a27c0e621a1/src/public/app/services/mime_types.js#L3) and its `title` property was changed according to [SUPPORTED_LANGUAGES.md](https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md).
The highlighting is wrongly triggered while IME inputs are not committed, which is a normal situation for CJK inputs. The current version will give a result like this:  This...
网易云解析失效了
日前,网易云已经更新的url解析,这个repo的网易云解析已经崩掉了。
自行部署指南
感谢作者的付出!经过一些尝试,目前个人成功在 Vercel 自建了此服务,因此想分享一些可能对其他人有帮助的信息。 1. ~~直接点击 README 的 Deploy 部署的是模板仓库而并非本仓库。我个人是 fork 了仓库后在 vercel 导入 repo 的。此外 Supabase 的实例可以点击 Deploy 后根据操作提示创建模板仓库,此时应该也会创建 Supabase 实例。把环境变量(`NEXT_PUBLIC_SUPABASE_URL`、`SUPABASE_SERVICE_ROLE_KEY`)记录并移到自己的 repo 即可。~~ 目前 Deploy 按钮功能已经正确,可以直接点击部署 2. 若配置正确,初次部署会对全部法律条文计算 embedding,因此时间较久并且会产生较大的资费。我个人这边是用了 100...
This PR provides client-side support for the new http-mq rendezvous protocol. The purpose of the new http-mq rendezvous protocol is to offer a rendezvous messaging communication method that doesn't require...
This is a tracking issue for LFX Mentorship 2024 March-May Term ([project link](https://github.com/cncf/mentoring/tree/main/programs/lfx-mentorship/2024/01-Mar-May#observability-for-stresschaos), related issue #3651). Our mentors are @STRRL, @g1eny0ung and @cwen0. In this project, we aim to improve...
## What problem does this PR solve? The official golang image had switched to bookworm for default version tag (`golang:1.20`). However, the current dlv image is still using `debian:buster`, which...
## What problem does this PR solve? Close #4406 This PR fixes the issue that in some certain cgroup v1 environments, Chaos Mesh fails to inject StressChaos to the Pod....
## Bug Report **What version of Kubernetes are you using?** `v1.28.3` **What version of Chaos Mesh are you using?** `Controller manager Version: version.Info{GitVersion:"chart-2.6.3", GitCommit:"b159d1c5a361ca350ca7789c9eb7fc917479db39", BuildDate:"2024-01-23T15:04:54Z", GoVersion:"go1.19.7", Compiler:"gc", Platform:"linux/arm64"}` **What did...