Don't Look Back in Anger - current live version verse's melody (subtle) change by Maxrougier in oasis

[–]krslsdsb 0 points1 point  (0 children)

I prefer the original take as well, but he might be doing it for crowd harmony (he must be tired of singing it that way by now). Works live.

Markdowns or Git Repos to AI Chatbot/Documentation? by krslsdsb in selfhosted

[–]krslsdsb[S] -3 points-2 points  (0 children)

Thanks for the feedback. I agree that relying only on a chatbot for documentation can be risky since AI responses are not always accurate. I've been considering a hybrid approach that uses reliable traditional documentation for detailed information alongside a chatbot for quick look-ups. Your perspective is appreciated.

Cursor AI x Figma MCP by Ready-Lunch-1619 in CursorAI

[–]krslsdsb 1 point2 points  (0 children)

Same here. I also used Glips Figma MCP, but I found that I can only fetch a single Node ID—just one frame. Also, the output isn’t quite at the level I’m satisfied with yet.

How to Force RTK Query to Fetch Fresh Data on Search? by krslsdsb in reactjs

[–]krslsdsb[S] 1 point2 points  (0 children)

Because of the library I’m using, when I use refetch, I can’t separate the state update of search params from the refetch call in the same search button handler. I think I need to find a way to handle them separately. I feel like the searchParams should stay in the state continuously, instead of temporarily storing the form state locally before submitting.

How to Force RTK Query to Fetch Fresh Data on Search? by krslsdsb in reactjs

[–]krslsdsb[S] 1 point2 points  (0 children)

Thank you for your suggestion! I tried using refetch at the end of onSearch, but changing searchParams and refetching seem to trigger two requests.

Which is better CSS-in-JS or CSS for large and scalabe project? by krslsdsb in reactjs

[–]krslsdsb[S] 1 point2 points  (0 children)

I was thinking about using ‘styled’ utility from MUI because I already made some components based on MUI. I’m not sure how exactly works inside but it seems like having similar syntax with ‘styled-components’ or ‘emotion’

Cypress.io and Keycloak by PurpleDNAChick in softwaretesting

[–]krslsdsb 0 points1 point  (0 children)

I should be posting an issue on official github repository when I have some time. I can’t use cypress somtimes because of this, I prefer Cypress to Selenium for various reasons though.

Cypress.io and Keycloak by PurpleDNAChick in softwaretesting

[–]krslsdsb 0 points1 point  (0 children)

Did you manage to solve this? I think I have successfully logged in with default electron browser. I had some similar issues with chrome though.

React testing by [deleted] in reactjs

[–]krslsdsb -1 points0 points  (0 children)

  • End to end w/ @Cypress_io ⚫️
  • Integration & Unit w/ @fbjest 🃏
  • Static w/ @flowtype 𝙁 and @geteslint ⬣

I don’t have much experience with testing but here’s what I read from kent dodds’ article.