Ankit Sharma

Results 15 comments of Ankit Sharma

hey @pixeldesu , can you please elaborate this more ? i would love to work on this. thanks

hey @Gabrola , can you please elaborate this more? like what exactly do you want?

hey @rugk , can you please elaborate this issue more and can you please assign this to me?

hey @rugk @elrido , These are the potential changes we can make to address the JavaScript test coverage issue : - **Identify Untested Areas:** Use coverage reports to pinpoint and...

@elrido , got it so basically you need to add more test coverages. for example in **AttachmentViewer.js** we are handling attachments by setting, showing, hiding, and removing , previews and...

example : ``` let specialCharsClean = jsdom(), specialCharsData = "data:" + mimeType + ";base64," + btoa(rawdata), specialCharsResults = []; specialCharsFilename = `special_chars_${specialCharsFilename}!@#$%^&*()_+=-{}[];:'"\\|,.?`; $("body").html( ' ' + 'Download attachment' ); $.PrivateBin.AttachmentViewer.init();...

Hello @elrido , I just raised PR #1338 . I added a small update for the rawText function. I made a few changes based on my understanding so far. Could...

Hey @elrido , sorry about that. Even i checked this function individually and it was running well. Let me check this.

@devsargam, could you please check this issue? thanks.