widcardw

Results 19 comments of widcardw

I tried to change the layout by changing `route.meta.layout`, but it still does not work. ```ts export default defineComponent({ setup() { const route = useRoute() route.meta.layout = 'home' return ()...

https://github.com/hannoeru/vite-plugin-pages#jsxtsx-yaml-format-comments-for-route-datain-vue Maybe we should turn to the docs of vite-plugin-pages.

You can add a block comment in the JSX/TSX file like below ```js /* route meta: layout: home */ ```

> Ok,i read the docs of vite-plugin-pages about parse YAML,But i dont try it. Have you try it?Is it working right? It works fine, and you can try the repo...

I had the same problem with you, and I tried to resize the window. Maybe 1280x720 is the best size, since here's the definition of `Window` in `manimlib/window.py`: ```python class...

I'm using vite to start the project and the same problem arose😔 I am using the plugin [vite-plugin-rsw](https://github.com/rwasm/vite-plugin-rsw). In the file ``main.ts``, I can import the wasm file, and it...

> I'm using vite to start the project and the same problem arose😔 > > I am using the plugin [vite-plugin-rsw](https://github.com/rwasm/vite-plugin-rsw). In the file `main.ts`, I can import the wasm...

Hello, I am using miniconda and installed OpenBabel with `conda install -c conda-forge openbabel`. Then I install SWIG with brew, and install openbabel dependencies with ```sh pip install -U openbabel...

> Thanks for your suggestion. I've solved this problem. Maybe I don't need a virtualenv, using conda environment is ok `¯\_(ツ)_/¯`

Preview logs on [pastebin](https://pastebin.com/XXrJZfyg)