Krishna Chaitanya
Krishna Chaitanya
If it helps, I was able to do this via this workaround for now: 1. Copied the whole logarea element as html via the browser's Dev Tools. That is, everything...
@andrisundae can you give more details? Do you mean to say you are facing this issue even after working on top of my commit? Could you share the exact version...
> @chaitan94 have you published your version of this library to npm? No, I haven't.
> That's true, but I'm not sure it's that big of a problem. We don't minify our Python code, even though it could save loads of space/bandwidth. I guess it's...
I just tried out adding the `-g0` on one of my projects, it worked out well. (My ~13MB wheels are now ~1.2MB, and when unzipped, that's a reduction from around...
Thanks for the quick review @fisker. I've also noticed that the example given in #7737 also doesn't work properly. [Playground link](https://deploy-preview-8926--prettier.netlify.app/playground/#N4Igxg9gdgLgprEAuEB6VACADgJzjGASzhwFpCBzKCPUgZxgEMcYAdKAG3w0IH0PCAazgZRYsQF4MARgDc7LjAwBbAJ69GdOpSjKEMOhikAmeZ250a8ACbi7UgMyyMAMwCuUMEWgYAHgAoASnFgAF92dGw8AmIyHRo4UgRrBW4AIzcYXmolSQwAFjNFDEYXeBw7IwwAViLueLxeZKqANmd3T28oPyCQ8KgIzFx8IhJyKgT6JhZ2RiwsAEF5gTBGLoA6LAgGf3ZRAAMAEmAFgAUASQAlCEy4ABE4F0IoQi66TbWACwAxGmvb-wYM7nB5PF5vdY4G7wd4UfCnZLPCgAYU+jCgcLovxwABVPng6J8IBxrIFQvsADR7DD+PAARwpGAJwQkAD4MMBqaIAG6MATWNZwS5wOluOA7emMgmM4Gg56vQjQd5Q26w+GIjGo9GY7F4glEklSkXrNIQayqQJmUT9S2zeZLLArNaKqCbbYwXbdDBHE4Xf7wOXgl3vLBfbH+uCA2WPeUQlUw9ZwmAIqDWJFajHi3X48UG0nkqle2kio10Fnszlenl8wgC+DC0Xij2SpnimUXQMKpWQ6HixPq1PptGZrE0PW54nWI10k1mi1WjA2syRYYxMYNRLJdggCkgCBYN7IUDMKEAd1OzAQdGQID5p8Yqmvu7SOEYYGEMAAyqGwEjkDAcDFXc4GUNI4GsaxwIAGW1NxGDhbFlDWIgMRvRhMggHcQE+GBlA4AB1T5XnFH84E-K8FW5V5VBvMAtCw546BIZNXwoJDkBcPkmN3AArOhfAAIVfd98E-Rg9Cg544A4ri4F4-jPyRLgAEU3AgeAZI4biQFDHAmJwG80kYMCOCw3BnhgfDaxgT5kAADgABl3XBtjgfDXywG9hn07lpN3UV1LgU4oSwa8UE0UgoDgcDwKw+k3EIPBgvg9ikE4rS5JAJjlEIf9AMy7QMRUtSNLS2TdyYNIrOsGzkGMCrX0IARNQgZRUpAcVqiwtwmJxYywvS7TuTFc5U30T8wBwQgDwWVNPxgVQuE0pjQlCIA) ### Input ```js // prettier-ignore-start appApplication.post( `${APIRouteDefinitions.pathForRoute( APIDefinitions.routes.getPendingChangesForThreshold)}`, (req,...
@fisker I added more tests, changelog title, and fixed the code to work correctly with the example I mentioned. I think the implementation is still rough around more complicated use...
@evilebottnawi I have added more tests for javascript, accordingly to the scenarios you mentioned. Additionally I added one basic test for typescript as well.
@evilebottnawi @fisker is there anything else I could do?
It seems this test case doesn't work either: [Playground Link](https://deploy-preview-8926--prettier.netlify.app/playground/#N4Igxg9gdgLgprEAuEBDABAXne4AdKHAeiPQAcAnOGGASzgoFpaBzKCKxgZxlQpgI5UAGnQAjUTinSwogCbDB6EuSo16TVu04I5BAL4BuAgQxYAjIZDCQEMnWhdkoPhQgB3AAp8ETlKgAbd1QATycbMQpUMABragBlMmjaKBZkGAoAVzgbOABbMTg5OSKAGVRUzNQWOAAxDjzUdVTkNEyYCGsQAAsYPICAdW7aeC4ksDh43xHaADcRkNawLnCQFK4GGE8olkbkADNAjZsAKy4ADwAhKNiE1Dy4UpS4A6OckDPz+JSWALgARUyEHgrwCxxASQoGworTEqEKAS6lBSMAGtDkMG6yAAHAAGGyUCAbAZRMitShwaGzF42ACOQPg2zsfjQXEYUDgRSKXSo9NoVG21T2SEOYPeGzytHSWXFPz+gOBLxFbxsvDEaIxWKQACZVVFaAEfgBhCB5YUgSkAVi6mQ2ABV4X5ReDZtkAJJQEqweJgCi0ewAQU98RgIT+oI2+n0QA) ### Input ```js a = { // prettier-ignore-start a, b, c, d, // prettier-ignore-end }; a =1; ``` ### Output...