Romain Laneuville

Results 9 issues of Romain Laneuville

Hi, I tried to use the beta version of SublimeCodeIntel oop and I got this error in sublime console ``` Exception in thread CodeIntel Manager Thread: Traceback (most recent call...

### Describe the bug When using yarn3 PnP and specify a `junit` reporter there is the following error. ``` yarn vitest run --reporter junit --outputFile ./junit.xml ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯...

bug

Hello, In some tests I needed to access a `dataset` into a `test` for some processing before testing. I used ```php foreach (\Pest\Datasets::get('my_dataset') as $data) { // ... } ```...

# 🐛 bug report When building a nodejs app (for production), the generated `index.mjs` fails to import some nodejs lib because of a broken `import` syntax trying to find a...

Hi, I'm using your lib and it is working fine except for one case. When I am loading modal inputs data from an existing model, the returned modal `View` correctly...

bug

The proxy settings seems to only work on linux... That's sad, let the user set the curl /bin path in the settings option to make it works on windows aswell...

Add comments to document all the building steps

Unwanted **Headers** and **Body** divs rendering ![apidoc](https://user-images.githubusercontent.com/10369248/27755412-d5c4a39a-5def-11e7-8b94-8e3f0bbff3fa.png) Class code parsed ```php class App extends Controller { /** * Log a user to the app * * @param Request $request *...

On `"@slack/bolt": "^3.19.0"`, I got a strange bug where a `static_select` element from Block Builder do not display the `initial_option` correctly in my Slack app. I'm using `"slack-block-builder": "^2.8.0"` to...

question