Nicolas Rouanne

Results 6 comments of Nicolas Rouanne

@jorgebodega @hirsch88 where do we go from here? Does this becomes the official repository back again? While merging something like 225 commits from https://github.com/jorgebodega/typeorm-seeding into https://github.com/w3tecch/typeorm-seeding I guess it would...

According to current implementation of workspace resolution, in a [multiroot workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) the first workspace folder only is checked for a `/sorbet/config` file. https://github.com/sorbet/sorbet/blob/321f6ac19f52565c74151df5da292c686ee517ca/vscode_extension/src/config.ts#L235-L241 I changed the order of my folders...

I think it's linked to #5365 You can try running the following, as mentioned in https://github.com/rvm/rvm/issues/5365#issuecomment-1624435349: ```sh rvm install ruby-3.2.2 --reconfigure --enable-yjit --with-openssl-dir=$(brew --prefix openssl@3) ```

Note: it would not be a simple drop-in replacement. CGI.escape is meant for encoding query params only, [encodes spaces in the wrong format](https://stackoverflow.com/a/28574383/5186918) (`+` instead `%20`). See [this thread](https://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape) for...

If the path to fix this is to add the `addressable` gem, I'll be happy to open a PR. If not, I'd rather let you guys fix this, as it's...

Could we have this merged please? 🙏 Docusign is the only gem in my projects raising warnings in ruby 2.7, it's really annoying 😢 This is what my tests look...