Michael Hewson

Results 44 comments of Michael Hewson

Alright, I'll see if I can get around to it :). Hopefully it won't impact performance too badly. What do you think about just supporting every valid XML name for...

Just thought I'd chime in and let you know I ran into this in vscode, which uses this grammar. Gluon has a `record!` macro where you write `type Type =>...

I don't think it was originally my idea, but thanks for the mention. Here is a proof-of-concept, with a basic test: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=130c6682231d50c744b96f4c8e2ebd43. I used the diagrams on https://json.org as a...

@pushrax why not just change the behaviour of boolean expressions to the normal way, and put that change in the next major version? And we could allow people to opt...

So you just need to add the "cwd" option, right? Would be good to add to the readme.

Wait no, that's not it. Somehow as soon as I change `'*'` to `'*.js'` it stops detecting new files. Why is that?

Sorry for all the comments, but I did some more testing and figured some things out: it seems to detect new files if and only if there is no `/`...

Has anyone figured out the cause of this bug?

Hey, really sorry about all the issues I created! I kept getting a 500 error from GitHub so I assumed it didn't get created, and didn't think to check the...