BadCodeBuilder

Results 8 comments of BadCodeBuilder

It happened when I ran `conda init zsh`. And as mentioned in #10023, there should be some illegal characters in your shell config file. You can use any hex-editor to...

Yes, you are right. There is, and was no key called `RomanFont` in [key-value definition file](https://github.com/latex3/fontspec/blob/develop/fontspec-code-keyval.dtx), you can check that with `git log -p fontspec-code-keyval.dtx | grep RomanFont` However, Github...

> You might find this workaround useful: > > 1. Close Zotero. > > 2. Open [your Zotero profile folder](https://www.zotero.org/support/kb/profile_directory). > > 3. Inside this folder, create a sub-folder named...

so do I in docker image, here is my `Dockerfile` ```Dockerfile FROM debian:bookworm RUN apt update -y && \ apt upgrade -y && \ apt install -y --no-install-recommends nodejs npm...

在1.6.6版本中,已经可以直接删除一个包含书籍的书架了,但是空书架依然无法删除。

从运营成本的角度来说,这个功能就没法实现。在线存储然后多端同步,需要多少存储多少带宽多少CDN,而本项目是开源项目。除非开发组有计划在平台中引入收费项目来覆盖线上运营过程产生的各种服务费用以及人工费用。此项功能可以参考zotero的付费在线存储容量。其次还有关于版权的问题更加不好解决。 所以很蓝的辣

It also occurred when I use `ryu` installed via `pip` To deal with it, I cloned this repo and copied the whole `html` folder into corresponding path, and it worked....