Anthony Huang

Results 4 comments of Anthony Huang

Hey, we're looking for the same functionality as @prydonius, and are considering to contribute support for it. Curious what the work looks like to add support for this (and if...

Still seeing the following when running the demo: ``` ** fvcore version of PathManager will be deprecated soon. ** ** Please migrate to the version in iopath repo. ** https://github.com/facebookresearch/iopath...

I'm seeing this exact same issue as well.

You can manually specify the parser for prettier to use to avoid needing the file name, see https://prettier.io/docs/en/options.html#parser. E.g.: ```toml [[language]] name = "typescript" auto-format = true formatter = {...