Muhammad Afifudin

Results 6 comments of Muhammad Afifudin

I'm getting this error too since updating it to `v0.25.0`. My current solution is to install another version and choose `v0.24.6`. It worked just fine.

@Huachao, I think this commit [d8528c2 ](https://github.com/Huachao/vscode-restclient/commit/d8528c26581bb9c50a3114237fa20230108da481) should be released ASAP.

You might not need [helmet](https://www.npmjs.com/package/helmet) for this. You can easily add security headers in `next.config.js` ```js // next.config.js const securityHeaders = [ { key: 'X-XSS-Protection', value: '1; mode=block', }, {...

Halo Mas @depapp, thank you PRnya. Aku udah cek changesnya.. Ada bbrp feedback dr aku, 1️⃣ Kalo yg mas bikin itu independen ya antara ngetes filter sendiri, ngetes search sendiri,...

ℹ️ Btw aku sebelumnya langsung pake [Playwright Test Generator](https://playwright.dev/docs/codegen): ```bash npx playwright codegen http://localhost:3000/ ```

@depapp tadi aku ada nambahin bbrp test case lagi. Cek branch main terbaru ya...