SasakiSaki

Results 41 comments of SasakiSaki

The currently released version does not include the src folder, in this case `js.map` will not work

Does this pr https://github.com/DmitryBaranovskiy/raphael/pull/1066 fix this problem? Why is it not merged?

```sh Compiling jsonschema v0.16.0 error[E0433]: failed to resolve: could not find `blocking` in `reqwest` --> github.com-1ecc6299db9ec823\jsonschema-0.16.0\src\resolver.rs:85:45 | 85 | let response = reqwest::blocking::get(url.as_str())?; | ^^^^^^^^ could not find `blocking` in...

I'm just translating pest ```rust program = {SOI ~ statement* ~ EOI} vs program a IGNORE b? a ~ b* => a IGNORE (b IGNORE)* a ~ b+ => a...

Okay, it makes sense, after I traverse it once and flatten it, the result is correct

In my opinion, whether it is useful or not needs to be determined according to the purpose. My classification is like this - Useless: Hard to think of usage -...

It sounds like a feasible design, but If the node is hidden, who will hold the `label` and `alternative` attached to the node. eg: what's the result of `1+2` under...

能不能监听按键, 和这个一样: https://live2d.alpaca.run/

这个是不是会强行在最下面插入一段 live2d-widget-dialog 的 style, 没法在 css 里改了

I want to experience this function but the following error is reported, how should I solve it? ```rust error[E0309]: the parameter type `S` may not live long enough --> src\input.rs:233:64...