Akshat Verma

Results 9 comments of Akshat Verma

document.addEventListener("DOMContentLoaded", function() { // Get the current URL hash var hash = window.location.hash; // Show the corresponding tab content based on the URL hash showTabContent(hash); // Listen for hash changes...

I have provided the code in the pull request

var ITEM_COUNT = 0; function addItem() { var newItem = $(""); newItem.html($("#checkbox-template").html()); // Updated variable names for clarity var checkboxContainer = newItem.find("#podcast-checkbox-container"); var checkbox = newItem.find("#podcast-checkbox"); // Generate unique IDs...

U can tried this link : https://github.com/marketplace/actions/translate-readme-action

Try this: Clear cache and reinstall the library i.e. through npm cache clean --force npm install

function onUpstreamComplete(trailers) { const { res } = this; // Ensure we don't have a bug somewhere "corrupting" state by prematurely ending or destroying the response. assert(!res.destroyed); assert(!res.writableEnded); assert(!res.writableFinished); writeTrailers(res,...

i am working on this issue #512

Done just creating the pull request

Done By #512 by Akshat162001