Ryan Naddy

Results 58 comments of Ryan Naddy

This has been released in the latest version.

If I am not mistaken a kinematic body is one that is not affected by outside forces (and gravity), however it is movable like a moving platform. In programs such...

When you remove the `_` it is only at the beginning. So, `_abc_123.scss` will become `abc_123`

I am not sure if this is related, but I have the following in my `settings.json`: ```json { "rust-analyzer.check.workspace": false } ``` When I save a file, in a large...

I did it in different tests: 1. Save same file two times in a row (both times ran 1+ minutes) 2. Run save (ran 1+ minutes) then run in terminal...

Even when instructions are included in the request, the agent doesn't seem to listen. For example I tell it not to use the `any` type in my typescript files, However,...

As someone who comes from `Angular`, I would like to chime in on another type of syntax that is partially similar to angular. Here we create three components for the...

I think a fix might be as simple as adding an exports to the package.json ```js { "exports": { ".": "./dist/esm/lucide-react.js", "./icons/*": "./dist/esm/icons/*.js" } } ```

After updating to 1.102.1, the issue/feature request remains