Daniel Perez

Results 30 issues of Daniel Perez

Adding the option to read/write to stdin/out would make it easier to use as an editor plugin ```sh ts-import-types-cli < input.ts ```

enhancement
help wanted

There seems to be a bug when a conditional returns "end" it would break the parser. ```lua if condition then return "end" end ``` See https://github.com/danielpza/plugin-lua/commit/8a4c013f72c6692166070acb3d9982eb4c729175

When choosing the option to convert the error to warning per file it crashes: ``` ✔ Which rules would you like to apply action? · @typescript-eslint/no-explicit-any ✔ Which action do...

Status: Need More Info

### Problem I get this error when trying to compile the following with pkgroll: `UnsupportedSyntaxError: namespace must have a "ModuleBlock" body.` ```typescript declare namespace foo.bar { interface A { b:...

bug

Do you plan to push this package to melpa/elpa/other repositories? Looks cool, just might be difficult to use if not using straight. Cheers.

### Environment package and node version ``` ❯ npm why changelogen [email protected] dev ❯ node --version v22.4.1 ``` OS: linux ### Reproduction https://github.com/danielpza/changelog-gh-cli-issue ### Describe the bug changelogen doesn't pick...

bug

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

> Is your feature related or already mentioned on [the wishlist](https://github.com/emacs-lsp/lsp-mode/discussions/2892)? I don't think so > Describe your feature request here Add support for "Move to file" code action for...

Update yarn to the latest version