Michael Jones

Results 129 comments of Michael Jones

@thecrypticace I was on 3.2.0 through the Elixir/Phoenix tailwind set up. From a quick test, it still fails with 3.2.2 though unless I have `set backupcopy=yes`.

Thank you for the quick reply. I'm not sure that we're on the same page. My confusion is around Django Form Widgets and how the widget references the compiled javascript...

Yeah, sorry, re-reading my first post, it is far from clear that I was referring to a Django widget.

Cool, yeah, that would make sense. As suggested, happy to try to make a pull request if that would be useful.

I have been caught out today but vim-prettier using my `shiftwidth` instead of using the prettier default for `tabWidth`. I'd be grateful if there was an option to use `default`...

It is potentially an issue with the php plugin, though I've no idea. Maybe it is overwriting the available trailing comma options? I'm getting the same issue on my Mac...

Possibly also because the `package.json` specifies `0.10.2` for the php plugin and that was released back in February 2019. There have been a number of fixes (probably including this) since...

I'm still figuring this out but I'm seeing log output now that I've got an `extern` block declared at the bottom of the lalrpop grammar rather than using a `match`...

I found that frustrating too. The solution seems to be to use: ``` [build-dependencies] lalrpop = { version = "0.19", features = ["lexer"] } ``` In your `Cargo.toml`. ie. you...

Thanks for posting this. It caught me out too.