Win Wang

Results 29 comments of Win Wang

the customFileTypes fix didn't work for me. Is this supposed to work with normal .js files?

Refer to this: https://github.com/p-e-w/language-javascript-semantic/issues/33

Similar bug: `val x, List(y) = List(1, 2)` -- there are two `occurrences` for `x.` and none for `y.` (though it does exist in `symbols`)

I was playing around with this. Somehow, setting the read to `block = Some(1.millis)` removes the flakiness (tested via 100+ runs). This doesn't make sense to me, since the default...

Yes, it misses the final message. It's less of a "here's a fix" and more of a "here are some things I noticed about it". That being said, the current...

I think I figured it out: https://github.com/lettuce-io/lettuce-core/discussions/1593 The `block = Some(Duration.Zero)` means that `XREAD` before `XADD` causes the client to block indefinitely, because `async().xread()` is only async from the point...

Yep, fully agree with you. I meant to say that *my impression* was wrong (and that `repeat`, of some form, is correct). Sorry for confusion!

I think I'll have time before the weekend, will take a look in the direction you suggested.

Unfortunately not, but I haven't looked at it in months. It seems like my linked issue has been closed, so I'm surprised you're getting the error. Is this for cross...