Santosh Sahoo

Results 13 comments of Santosh Sahoo

Submitted this PR today #113

Both will be nice, $(selector).class(name, toggle=true) and $(selector).css({object})

Worked fine under vite4 but upgrade to vite5 is causing the crash due to the invisible Unicode character

Here is my error in the inspect Uncaught (in promise) DOMException: Failed to construct 'WebSocket': The URL 'ws://localhost:undefined/' is invalid. at setupWebSocket (chrome-extension://jklojlcpfehbfhkjnaplkhgmglhpdjjh/@vite/client:509:20) at fallback (chrome-extension://jklojlcpfehbfhkjnaplkhgmglhpdjjh/@vite/client:488:22) at WebSocket. (chrome-extension://jklojlcpfehbfhkjnaplkhgmglhpdjjh/@vite/client:524:13)

Turns out __HMR_PORT__ is undefined when server is not defined in manifest. Adding HMR.clientPort fixes it. server: { hmr: { clientPort: 5173} },

Not logged in error after logging in. > [email protected] start > node index.mjs 🔐 Logging into tailwindui.com... 🔍 Fetching https://tailwindui.com/login ⏱ 235ms (200) ✅ Success! 🗂 Output is ./output 🔍...

Hmm. I have tried again on my repo. Same error as i reported above. Could you please share your commit hash to make sure we are on the same codebase?

Hi @dmfilipenko! Any chance this could be merged soon?

@derekperkins +1 for eliminating mongodb. Redis has a different purpose though.

While I'm in favor for reduction in complexity, i whole hardheartedly disagree with @tylerking's opinion on it. Unless you are building a prototype or MVP, caching layer is necessary. Sooner...