沨沄极客

Results 11 comments of 沨沄极客

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. ![image](https://user-images.githubusercontent.com/58888890/224204267-6071c7e8-53ed-42e5-91cb-f1f33c987c1d.png) 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...

补充图片 ![image](https://user-images.githubusercontent.com/58888890/193068699-d80742ed-4d95-4192-9f71-115008648e81.png) 另外,后台是可以进入的,作为用户时无法进入,所以我可以进后台修改密码了。不过这个 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...