Aleksandr 'Aux' Ivanov

Results 6 issues of Aleksandr 'Aux' Ivanov

Template strings inside backticks can contain placeholders. It should be possible to add or remove spaces around these placeholders. For example: ```typescript `Hello, ${ username }` // or `Hello, ${username}`...

enhancement
configuration

Right now ` dprint-plugin-typescript` only has an option to add/remove spaces inside object declarations (`spaceSurroundingProperties`), but array formatting is completely ignored. IntelliJ/WebStorm has two settings: *Within index access brackets* and...

enhancement

When building with webpack, all file paths should be relative to webpack project root, otherwise files will not be resolved. The error message from webpack: > ERROR in ./~/css-loader!./~/less-loader!./src/styles/styles.less >...

Existing `mesh_min` values start probing too far away from the edge. Additionally `mesh_max` Y value of 197 is out of bed movement range (197 + `bltouch.y_offset` = 237.5) and causes...

When I set `"newLineKind": "system",` it turns to forces all files to be formatted with `LF` instead of `CRLF` on Windows 11. dprint-plugin-typescript version: 0.83.0 NodeJS version: 18.13.0 The source...

bug

Right now `dprint-plugin-markdown` requires two spaces for identation. Somehow BitBucket Markdown formatter requires [FOUR spaces for nested lists](https://stackoverflow.com/questions/37575916/how-to-markdown-nested-list-items-in-bitbucket). This makes dprint to break formatting on GitHub.