Munif Tanjim

Results 188 comments of Munif Tanjim

@thorn0, sorry I wrote the command wrong previously. Updated the issue with examples.

`--range-{start,end}` should be treated differently. I can't imagine anybody putting those two options in config file (that would make prettier only format a specific region of every files).

> I'm not familiar with the prefer-file use case It's used for editor integrations. Integrations runs prettier like this: `cat file.js | prettier --stdin-filepath file.js --print-width=120 --config-precedence=prefer-file` with the expectations:...

@benwoodward you can now just use https://github.com/zbirenbaum/copilot.lua for multiline ghost text for suggestions and also cycle between multiple suggestions.

Any updates on this? Just allowing someone to merge small bugfixes would be very appreciated.

Yeah, I think this is because the latest Neovim removed some deprecated functions. Need to update the README.md with latest instructions.

> What is minwid used for in statusline callbacks, replacing the string of the clicked element? It's hard for me to judge if someone would need that in their 'numbercolumn'...

> Still wondering then if we can/should pass along the line number as first argument for 'numbercolumn' instead. Another solution might be to introduce a format code (only for `'numbercolumn'`)...

If you wanna update the README.md file, sure, go ahead. Or I can do it later.

The types are auto generated from BitBucket's API Specification: - https://api.bitbucket.org/swagger.json - https://github.com/MunifTanjim/node-bitbucket/blob/dba6ff4/scripts/generate-types.js What problem are you facing, btw? Are you having trouble calling any API? Is TypeScript complaining when...