IWANABETHATGUY

Results 147 comments of IWANABETHATGUY

@MichaReiser , @ematipico could we make some progress here ? Since prettier has been landed Ts 4.7, https://github.com/prettier/prettier/pull/12900

I could help for writing documentation about neovim plugin

I am not a guru of nvim, here is a nvim config that has the same functionality as vscode extension in the latest rome (v0.9.2-next) (lint, formatter) https://github.com/rome/tools/discussions/2131#discussioncomment-3620044

I would like to have a try.

I propose another formula to calculate the prettier compatibility, ``` compatibility_per_file = matching_lines / MAX(lines_file_1, lines_file_2) compatibility = Sum(compatibility_per_file) / number_of_files ``` There is no conclusion to say which one...

**File Based Average Prettier Similarity**: ```bash compatibility_per_file = matching_lines / MAX(lines_file_1, lines_file_2) file_based_average_prettier_similarity = Sum(compatibility_per_file) / number_of_files ``` **Line Based Average Prettier Similarity** ```bash compatibility_per_file = matching_lines / MAX(lines_file_1, lines_file_2)...

> I am still working on CI

![image](https://user-images.githubusercontent.com/17974631/180342264-c6aff3ad-416f-4b70-9a14-3e269b9ec9ae.png) I could reproduce this issue both in Chrome and Firefox

> it belongs to an old version of the playground. The current one doesn't store the hashed source code on in the hash part of the URL. Would you mind...