Re: [PR] Optimize getParams + Prettify utils [couchdb-fauxton]

2024-05-14 Thread via GitHub
RedYetiDev closed pull request #1431: Optimize getParams + Prettify utils URL: https://github.com/apache/couchdb-fauxton/pull/1431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Optimize getParams + Prettify utils [couchdb-fauxton]

2024-04-04 Thread via GitHub
RedYetiDev commented on PR #1431: URL: https://github.com/apache/couchdb-fauxton/pull/1431#issuecomment-2038635061 Hi team, any update? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[PR] Optimize getParams + Prettify utils [couchdb-fauxton]

2024-03-24 Thread via GitHub
RedYetiDev opened a new pull request, #1431: URL: https://github.com/apache/couchdb-fauxton/pull/1431 ## Overview This PR optimizes the `getParams` function to prevent the use of needless statements (such as while loops). With less statements, the function will block the event