ZhaoMA

Results 154 comments of ZhaoMA

> ```python > from compas.geometry import Point, Vector > > v0 = Vector(1.0, 0.0, 0.0) > p0 = Point(0.0, 1.0, 0.0) > print(v0) > print(p0) > > v1 = Vector(*p0)...

> i am not sure i understand your point. > > would you not have to do a conversion anyway in the outside environment, especially if indeed the bulk of...

> since most of your computation is done in COMPAS anyway, why do you not just use the RPC functionality of COMPAS itself (https://compas.dev/compas/latest/userguide/advanced.rpc.html) instead of Hops? Because with hops...

There's a solution on Stack Overflow which does not need any additional support from Nuxt 3: https://stackoverflow.com/questions/75743246/nuxt3-how-to-display-markdown-content-as-html-tags

> So, ehm... I only now discover the existance oh this module, months after I started putting together a concept and release for a battery included nuxt markdown-it module ([nuxt-markdown-render](https://github.com/sandros94/nuxt-markdown-render))....

Does this issue got fixed?

For those of you who want to use `mason` to manage `rust-analyzer`, you can just do: ``` require("lspconfig").rust_analyzer.setup = function() return true end ``` Then the `lsp` settings will just...

Is there any update on this issue? I saw this is removed from `v4.0.0`. And if I search the code base, it seems the `darkModeSelector` only appears in the `showCase`...

> Hi @xarthurx, the warning is correct. Please move it into `theme` option; https://primevue.org/theming/styled/#theme. Also, our all styled implementation is in https://www.npmjs.com/package/@primeuix/styled Oh, this saves my whole day! For `nuxt.config.ts`,...

Found it: https://yuanming.taichi.graphics/publication/2019-mpm-tutorial/mpm-course-2019.pdf