Zach Gianos

Results 10 comments of Zach Gianos

@rosatolen One current work around is to use the passthrough feature to send the name parameter to the underlying runner: ```sh bundle exec m spec.rb -- --name '/scenario1.*good test/' ```

You can change the string from `"apps/nx-test/src/assets"` to `"apps/nx-test/src/assets/**/*"`. This fixed it for me without using the object syntax: In `project.json`, `targets.build.options`: ```json "assets": ["apps/server/src/assets/**/*"], ``` The assets are copied...

Just bumping this and wondering if the tests could be run so that this is ready to go when reviewed and if approved.

@vinistock I just tested the latest version, and the changes work on my machine. Thanks for updating. I'm going to close this as the changes are no longer needed. The...

@vinistock Thanks for the feedback. FYI, a recent update broke this customization of the `asdf` setup. I presume that it was this commit: [30bc0001](https://github.com/Shopify/ruby-lsp/commit/30bc0001b1085463d7bb420756c2de662c34202b). I'm simply comparing the timeframe of...

@vinistock Shouldn't the shell be able to determine the values of the `ASDF_DIR` and `ASDF_DATA_DIR` values, so why are they manually set?

@vinistock I pushed an update with an alternative approach. I'm not sure this will work either based on the complexities you mentioned, but I'm curious on your insights.

I created an alternative and simpler update which simply includes the XDG base data directory as it is a common pattern: https://github.com/Shopify/ruby-lsp/pull/2045.

Issue fixed in https://github.com/Shopify/ruby-lsp/pull/2006