Sébastien JEAN

Results 56 comments of Sébastien JEAN

Yes, had it even this morning! For example this one: ```svg ``` If you want to reproduce the bug, you have to ensure that the file has only one line....

Thanks @1000ch for trying to reproduce! Yes I have latest versions for both (plugin: 2.3.2, vscode 1.60.2). Here is a video where this happens: - I minify a SVG file...

@1000ch You're right! I have to save manually (Ctrl+S) after the file has been minified. I do it automatically so I didn't even notice.

Unfortunately I don't think it's part of the problem. I can show you the same video with a saved SVG with only one line. And I know some could say...

Hi Justin, Thanks for your answer! > Hmm, I believe this is an issue with unplugin-formkit — as a workaround for now, you should be able to remove the autoImport...

I don't know if it is related but I had a similar problem after upgrading some packages. Laravel was already updated to 11, so I think it works correctly with...

This would be a very interesting feature! Actually I need it in one of my project to be able to define variables from env. It would be very useful, especially...

I am having the same issue. Everything was fine until I restarted VSCode (I think the extension got updated at this moment). I updated my Composer dependencies days ago so...

> But if I run `ray(json_encode(hex2bin('ae0f3d')))` it shows `false` in Ray. Which is a possible response from the `hex2bin` method: https://www.php.net/manual/en/function.hex2bin.php Actually, I think `json_encode` is returning `false` here, not...

Then I really don't know how you can deal with that issue then. Maybe the least you could do is to show an error or a warning in Ray, like...