沨沄极客
沨沄极客
I tried budibase for the first time today and had a very good experience. The only problem for me is that the language of the user-facing interface cannot be modified......
You can add the following code snippet in `.obsidian\snippets` . It could solve article header shrinkage following title. ``` css /* 解决文章页眉跟随标题收缩 */ .workspace-leaf-content[data-type=markdown] .view-header-title-container { width: 700px; margin-top: auto;...
> You can add the following code snippet in `.obsidian\snippets` . It could solve article header shrinkage following title. > > ```css > /* 解决文章页眉跟随标题收缩 */ > .workspace-leaf-content[data-type=markdown] .view-header-title-container {...
I don't see any valuable hints, including in the console and network tab. The only hint that appears is the Zotero Chrome plugin, which still doesn't show anything after I...
Yes, I found the same problem.
This problem still exists in Budibase version 2.4.4 (Docker deployment). I found a very strange phenomenon, when I am in Firefox Developer Edtion, the page is displayed normally.  But...
> Same here, the current version on Pypi does not support Django 4.x. I tried to add a patch to fix it in Django 4.x, please refer to #16
Before official support is provided, I want to share a temporary solution for overriding some of the default styles of `wagtail-autocomplete`. This method involves extending the Wagtail `admin_base.html` template and...
补充图片  另外,后台是可以进入的,作为用户时无法进入,所以我可以进后台修改密码了。不过这个 Bug 应该确实存在。
When installing **Frappe S3 Attachment** in a Python 3.10+ environment, you may encounter the following error: `ImportError: cannot import name 'Mapping' from 'collections'`. This issue arises because, starting with Python...