Jessie Wilson

Results 95 comments of Jessie Wilson

Update: All but 2 of them completed in this last batch. Shortening the file names to those seemed to have allowed them to finish. However, directly loading them up as...

Yes, it opens the the file fine in **Single File** mode via drag and drop but **File Batch** fails. I tested the above against all files that failed. Windows 10...

Note: This forces double quotes on the outside and single quotes inside.

Update: New code is stable, passes all tests, allows the linter to detect the outer most quotes and apply changes to the inner most to prevent vscode and syntax errors...

> Sorry for the delay here. I updated the test case a bit, and added a more complex test. Can every see if they agree w/ this code: > >...

The post I made above yours is the last I messed with it. The repository owner isn't maintaining it right now to my understanding. There is @monosans I believe but...

I'm having this same issue. It causes syntax errors and won't allow routes to be used in flask. Has there been any progress on this or do you still need...

> Does is give a real flask error or just a vs code message? Rarely, but sometimes it'll add a white space in the inner quotes `"{{url_for(" home.home")}}"` Which will...

Dropped a PR request to fix both issues here https://github.com/Riverside-Healthcare/djLint/pull/715 Note: this does not preserve the users quotes. It forces external quotes to be double and internal to be single....

Update new code is stable, passes all tests, allows the linter to detect the outer most quotes and apply changes to the inner most to prevent vscode and syntax errors...