John Freeman

Results 86 comments of John Freeman

There are three ways to terminate member declarations in Typescript interfaces and object type aliases: semicolons, commas, and newlines. ```typescript interface foo { a: number; b: number; } interface foo...

Although I still have this plugin installed (I guess for syntax highlighting), I've switched to using Prettier to format my TypeScript. It's a huge relief.

@leafgarland Yes, the TypeScript indentation is still mildly useful. I believe it comes from this plugin (it is the only TypeScript-specific plugin I have, and I disabled vim-polyglot for TypeScript)....

You're right, I don't need this PR any more. You can close it or hand it off to someone else.

@sukima I use [ALE](https://github.com/w0rp/ale) and [Prettier](https://prettier.io/). ```vim let g:ale_fixers = { \ 'javascript': ['prettier'], \ 'typescript': ['prettier'], \} let g:ale_fix_on_save = 1 ``` ```shell $ yarn add -D prettier #...

@knpwrs , I just tested your last example with the latest version of `pangloss/vim-javascript` and got a different result. Is it still working for you? ```jsx function render() { return...

Please merge `develop`.

@scottschurr - if I search the page for an example, I land here in unresolved thread A: https://github.com/XRPLF/rippled/pull/4217#discussion_r1171576072 - that comment contains a link to here in resolved thread B:...

Closing in favor of #4523.

Took a look at this. Here is the way I see it: The XRPL doesn't care if the letters are lowercase or uppercase. It correctly permits all and only characters...