Nasy
Nasy
10.14 和 11.0 都没问题,都显示正常
Hi, thank you very much for your explanation and tips. At present, I have added `(quoted-insert . "parn")` to `parinfer-rust-treat-command-as`, and then `C-q SPC` will input SPC after these characters.
Thank you very much for the explanation. It is enough. On Wed, Jan 2, 2019 at 11:54 PM Daniel Ma wrote: > 👋 hi @nasyxx , sorry to hear you're...
Hello, it's happening when I am editing code and here is my code: https://gist.github.com/nasyxx/ae410ec2b03f74fdf740c70bdeec3063 , a simple crawler. I don't think my code includes any html snippet, but it may...
This error seems to have not appeared in this completed code, but this is not the first time I have encountered it. I think if it cannot be found a...
Hi, unluckily, it had just happened again when I was editing the f-string. here is the code: https://gist.github.com/nasyxx/7fe1a558f0d5410bb9aef9d285110431 and the screenshot:
Well, I guess I find out why it happened. I forget to reinstall the vscode-html-languageserver-bin when I completed reinstalled my nodejs. After I reinstalled, it did not happen again in...
Oh, I thought this is related to the `vscode-html-languageserver-bi` package of nodejs. And, unfortunately, it happened again just now. It seems that it did not appear again before was just...
Is there any update on this? I have some widget windows; it would be great if we could keep them on all workspaces.
jax.nn. should warp with eqx.nn.Lambda ``` model = eqx.nn.Sequential( [ eqx.nn.Linear(...), eqx.nn.Lambda(jax.nn.relu), ... ] ) ```