ZhaoBin

Results 22 comments of ZhaoBin

应该是支持的,M1平台 需要安装相应的homebrew来安装python3,你看看这个。 https://wnderlvst.com/stories/5101f1ca-a1c8-4dfc-b469-ccf4dae0d823

https://github.com/FuckDoctors/rdm-builder/issues/26#issuecomment-1206003298 安装上面说的安装intel版的python3,是不是就能跑起来了? 配置一下链接,或者使用 `install_name_tool -change` 更改一下 python 依赖

毕竟两套架构,没法两全吧。 或者,编译的时候生成两套架构的东西,不知道github action有没有M1 macOS,回头再看。

嗯,原版是支持的。 我看有些软件intel和m1是分开两个版本的,不知道除了python有没有其他的兼容问题,比如qt等。 没有Apple M1,不知道有哪些问题。 另外,欢迎大家PR~

没事了可以试试,我也不懂这些,都是一点点试的。。。 尤其是github action本地没法调试,只能线上试。。

貌似是可以支持的,安装依赖的时候应该已经安装了: https://github.com/uglide/RedisDesktopManager/blob/1098ff66ae3653880db0c8e069f209626776ccad/src/py/requirements.txt#L3 本地的python版本对的话,应该不需要额外配置。 好久不用redis了,如果发现编译有问题,欢迎PR~

编译log: https://github.com/FuckDoctors/rdm-builder/runs/7561070348?check_suite_focus=true#step:10:91

Is there a plan to support other auth server (for example, spring security oauth2) besides the keycloak? So far, I have to modify there lines to workaround. https://github.com/FuckDoctors/alfresco-js-api/blob/spring-security-oauth2/src/authentication/oauth2Auth.ts#L121-L127 https://github.com/FuckDoctors/alfresco-js-api/blob/spring-security-oauth2/src/authentication/oauth2Auth.ts#L510-L518 [diff...

我试了下,是正常的。 内置的Python 3.8,本机python也是 3.8

可以的修改相应变量,不能解锁advanced菜单。 读取当前的变量,修改之后保存就可以了。 但是h2ouve读取的菜单跟BIOS有一点差异