Derek Jing

Results 9 issues of Derek Jing

Here is my repo:https://github.com/jdjingdian/Ginemag-Cesrap With the help from ztepsa , I can connect to my windows computer on my iPad to complete some simple tasks. However, the opengl method has...

https://github.com/parsec-cloud/parsec-sdk/tree/master/api/personal #### The `cURL Example` ``` bash curl -X "POST" "https://kessel-api.parsecgaming.com/v1/auth" \ -H 'Content-Type: application/json \ -d $'{ "email": "YOUR_EMAIL_ADDRESS", "password": "YOUR_PASSWORD" }' ``` #### Should be ``` bash curl...

机械硬盘正常读写大概100M/s的样子,用mac原生命令行的方式挂载基本也能跑到跟在windows下一样的性能水平,但是用ntfstools挂载之后读写只有20M左右,这正常吗?

## Lapce Version 0.2.5 ## System information macOS 12.6.2 Monterey 2019 Macbook Pro 16 Inch i7-9750H 64G ## Describe the bug When opening a large document and scrolling to the...

C-bug
C-perf

因为我们公司的easyconnect没有提供Linux的deb安装包,使用的是bin插件方式连接,所以我没办法使用vnc的方式访问vpn,但是之前在Intel的mac上成功尝试使用web方式链接。 切换到m1设备后,发现即便启动了docker-easyconnect,访问web vpn页面后,还是一直跳转要求下载客户端,看起来是没有识别到54530端口。我对比了一下mac的easyconnect和arm版本docker-easyconnect,发现访问127.0.0.1:54530时,mac版本会要求信任证书,而docker版本则提示tls1.0版本不安全,看了一下arm版的dockerfile看到,实际arm使用的是`统信UOS 鲲鹏 SSL VPN客户端/UOS_EasyConnect_arm64.deb`,实际版本不是7.6.3(具体多少忘了,反正版本比较低) 好在M1有Rosetta可以用,我使用的Orbstack作为Docker的后端,没有使用docker desktop,但操作应该都类似的,要启动rosetta的支持,然后运行时使用这个命令 ```bash docker run --platform linux/amd64 --device /dev/net/tun --cap-add NET_ADMIN -ti -e PASSWORD=xxxx -v $HOME/.ecdata:/root -p 127.0.0.1:5901:5901 -p 127.0.0.1:2080:1080 -p 127.0.0.1:8888:8888 -p 127.0.0.1:54530:54530...

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** It will be great if alienfx-tools can receive chroma effect from other apps such...

随便写的用来测试 sequenceDiagram; participant a as 一一一; participant b as 二二二; participant c as 三三三; participant d as 四四四; participant e as 呜呜呜呜呜呜呜; participant f as 杀死嗲佛到货还代发还发货i阿护肤i阿法ifAsif服hhfashafhah graph LR; 0[asasaadasf] 1[2fafsfsfasfa]...

bug

### Checks - [X] I have searched the existing issues - [X] I have read the documentation - [X] Is it your first time sumbitting an issue ### Current Behavior...

结合了现有的 `cf-redir.py` 以及 `cf-srv.py` 脚本,并引入了一个我称作POT的端口记录方式,灵感来自natmap项目里的ssh连接方式。 示例的连接SSH的脚本也提供了,这对于一些在家搭建Git仓库的朋友们可能有用。 POT将端口信息整合保存到DNS的TXT记录中,一个TXT中就可以存储多个服务的端口信息,使用的时候通过自己设置的服务关键字查询即可。 Combined the `cf-redir.py` and `cf-srv.py` script, and introduce a new method to record services port with TXT Record, I call it POT (...