Results 85 comments of SPGoding

> Wouldn't that stop the filters from being individual for each person? It's still possible to make a `Map` from user tags to arrays :eyes: ~~Awwwso, instead of asking the...

![image](https://user-images.githubusercontent.com/15277496/101262322-60006400-3703-11eb-96ac-60aa99dbd3a2.png) (Channel ID and Message ID were removed in the preview as I'm working on removing them.)

Yeah I just gave it another thought and it's quite difficult to maintain if we put the JQL link directly in the embed. So I guess we still have to...

I don't really have much input for this as it just seems like some arbitrary decisions. I will just comply with whatever is specified 👀

> properly overrides/augments definitions from the internal `vanilla-mcdoc` not sure about that part. i don't think `inject` is implemented yet, but dispatch should work fine.

Oops I misread that. I think getting to concurrent parsing (or at least do a quick profile to see if that will meaningfully improve performance) at some point would be...

_what if_ (I'm mostly trolling) ``` struct Foo { min?: int @ ..[[max]], max?: int @ [[min]].., } ```

During testing I noticed there was a bug with VS Code's built-in file watcher: 0. Create a file at `a/b/c/file.txt` 0. Rename `a` to `a2` 0. Rename `c` to `c2`...

> [I]s this a blocking issue meaning we can't go forward with this LSP based watcher approach? Or are there workarounds to resolve this? I don't think this is a...