Francisco Moretti
Francisco Moretti
Same here, key feature that prevents me from switching
I've found the Testing panel. Two commands can activate it: - `Testing: Focus on Test Explorer View` - `View: Show Testing`  This is what it looks like on Cursor...
This is likely related to the images addresses in particular. Can you share the image links you used? Can you also share the content JSON file? I'd like to reproduce...
Those image links (and the ones in the json file) return `404` when I access with my browser. Here is an example of your JSON with some sample images from...
Just reproduced, totally a bug. Thanks for reporting!
@nipunh you don't need my permission. I'm not working on it if that's what you are asking
Hey @haydenbleasel! That's not the solution, unfortunately. Here are the results with this config: ```json { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "extends": ["ultracite/core", "ultracite/react", "ultracite/next"], "files": { "includes": ["!**/components/ui", "!**/lib/utils.ts", "**/*.json"] }, "formatter":...
Hey @ematipico, thanks for the hel,p and thank you for building Biome. It's an awesome tool! I could have been clearer with the report. I'll try to clarify things. IMHO,...
Yes, web manipulation like playwright might be a good fit here. Server-side rendering might also be an option. I'm not sure if everything can be rendered server side. Please do...
Puppeteer and Selenium would work as well. You would automate user actions. ChatGPT might be a good option for that. I don't have bandwidth to add more features to this...