wlanxww
wlanxww
I uninstalled this plugin, but I fount the intellisense of vscode has crashed. I think the reason is that I used this plugin when I edited a c++ file. This...
I'm also facing the same issue, and the version of Vite I'm using is 4.2.1.
@kadirnar You can clone this repository and compile manually. This error message may be related to the ssl library linked during compilation. I have compiled on Ubuntu 20.04 and chat-apt...
It seems that the problem is caused by the Mui animation effect. After disabling it with the following code, the usage has significantly decreased, with the highest usage around 100%....
> @dnltz Ahhh in general, instead of pushing to local packages, i'm integrating libraries as SBT module : https://github.com/SpinalHDL/SpinalTemplateSbtDependencies/blob/superproject/build.sbt#L19 > > It is more flexible, less heavy weight on release...
@dnltz I tried [https://github.com/SpinalHDL/SpinalTemplateSbtDependencies](https://github.com/SpinalHDL/SpinalTemplateSbtDependencies), and modified `build.sbt` as following: ``` val spinalVersion = "1.6.4" lazy val root = (project in file(".")) .settings( inThisBuild(List( organization := "com.github.spinalhdl", scalaVersion := "2.11.12", version...
> If i understand well you are running SpinalHDL with scala metal, I never tried and have no idea how well it will go. > > What "scala(metals) extension of...
I got some kernel error when I use the driver from branch **2019.2**. Error Message #### kernel log ```log [ 3341.456162] xdma:engine_service_final_transfer: 0-C2H0-ST xfer empty, pdesc completed 4294959104. [ 3341.456163]...
ubuntu 也存在同样的问题,strace看到存在大量的poll系统调用 ``` ❯ sudo strace -c -p $(pidof WebKitWebProcess ) strace: Process 61846 attached ^Cstrace: Process 61846 detached % time seconds usecs/call calls errors syscall ------ ----------- ----------- ---------...
我尝试了1.6.4的版本,在我自己的笔记本上面编译了,然后在另一台台式上面安装了,结果笔记本打开面板的时候高占用,但是台式没有类似的情况,然后我把流量图显关掉,CPU占用就降下去了。 ```log ❯ pnpm tauri info > [email protected] tauri /home/wlanxww/Projects/Tools/clash-verge-rev > tauri "info" [✔] Environment - OS: Ubuntu 20.04 X64 ✔ webkit2gtk-4.0: 2.38.6 ✔ rsvg2: 2.48.9 ✔ rustc: 1.77.2 (25ef9e3d8...