Page MenuHomePhabricator

Nikhil07prakash (Nikhil)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Monday

  • Clear sailing ahead.

User Details

User Since
Mar 4 2019, 12:12 PM (315 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Nikhil07prakash [ Global Accounts ]

Recent Activity

Apr 9 2019

Nikhil07prakash moved T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity from Proposals in Progress to Proposals Submitted on the Google-Summer-of-Code (2019) board.
Apr 9 2019, 10:53 PM · Google-Summer-of-Code (2019)

Apr 8 2019

Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Apr 8 2019, 2:34 PM · Google-Summer-of-Code (2019)

Apr 6 2019

Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Apr 6 2019, 4:30 PM · Google-Summer-of-Code (2019)
Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Apr 6 2019, 12:42 PM · Google-Summer-of-Code (2019)
Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Apr 6 2019, 9:17 AM · Google-Summer-of-Code (2019)
Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Apr 6 2019, 6:55 AM · Google-Summer-of-Code (2019)
Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Apr 6 2019, 5:39 AM · Google-Summer-of-Code (2019)

Apr 3 2019

Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Apr 3 2019, 2:00 PM · Google-Summer-of-Code (2019)

Apr 1 2019

Nikhil07prakash added a comment to T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.

Thanks, @Tuxology for the review.

Apr 1 2019, 5:45 PM · Google-Summer-of-Code (2019)

Mar 31 2019

Nikhil07prakash updated the task description for T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Mar 31 2019, 7:46 AM · Google-Summer-of-Code (2019)

Mar 30 2019

Nikhil07prakash renamed T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity from GSoc Proposal : Develop a tool for use by event organizers to track developer activity to GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Mar 30 2019, 4:12 PM · Google-Summer-of-Code (2019)
Nikhil07prakash created T219709: GSoC Proposal : Develop a tool for use by event organizers to track developer activity.
Mar 30 2019, 4:12 PM · Google-Summer-of-Code (2019)

Mar 20 2019

Nikhil07prakash added a comment to T175451: Add script autocompletion support to pwb.py.

python pwb.py h[Enter] In this case, as harvest_template.py is the only script starting with "h", we can execute it, but what about the cases in which multiple scripts are present starting with the entered partial text. We can't execute any of them, as we don't know which one user wants. Further, the execution of pwb.py (because of [Enter]) will just display the MISSPELLED message. There is no autocompletion of script name.

Mar 20 2019, 6:45 PM · Pywikibot
Nikhil07prakash added a comment to T175451: Add script autocompletion support to pwb.py.

It should work with tab key too in case of Linux (precisely tab + enter)

Mar 20 2019, 5:40 PM · Pywikibot
Nikhil07prakash added a comment to T175451: Add script autocompletion support to pwb.py.

the basic is very simple: in pwb.py line 200 scripts contains all given scripts. global filename contains the given filename shortcut. You can then create a list of all matching scripts like

similar_scripts = [script for script in scripts if script.startswith(filename)]

Maybe the patches of T217195 should be merged first.

Mar 20 2019, 1:06 PM · Pywikibot
Nikhil07prakash added a comment to T175451: Add script autocompletion support to pwb.py.

@Dvorapa I looked at Python native modules, especially readline & cmd, but none seems to be useful in our use case.

Mar 20 2019, 11:10 AM · Pywikibot

Mar 16 2019

Nikhil07prakash added a comment to T175451: Add script autocompletion support to pwb.py.

Do I have to make any dependency changes or something to use argcomplete library or I can directly submit the patch?

No, directly submit the patch to gerrit but noto the github clone. Don't use any external libraries except the pyhton standard libaries.

Mar 16 2019, 9:43 AM · Pywikibot
Nikhil07prakash added a comment to T175451: Add script autocompletion support to pwb.py.

Do I have to make any dependency changes or something to use argcomplete library or I can directly submit the patch?

Mar 16 2019, 8:06 AM · Pywikibot

Mar 13 2019

Nikhil07prakash added a comment to T217195: Add script misspelling support to pwb.py.

@Dvorapa Thanks for the appreciation. Hope to see the improved functionality soon @Xqt!

Mar 13 2019, 5:21 PM · Patch-For-Review, good first task, Pywikibot

Mar 12 2019

Nikhil07prakash added a comment to T175451: Add script autocompletion support to pwb.py.

@Dvorapa Can I take up this task?

Mar 12 2019, 5:35 AM · Pywikibot

Mar 11 2019

Nikhil07prakash added a comment to T202233: Develop a tool for use by event organizers to track developer activity .

@Tuxology Thanks for the review. I have taken note of the minor change that you have suggested and will include it in the code.
Actually, I'm not starting with the UI/UX task now, as I'm working on some bugs on other projects, specifically Pywikibot, as suggested by @srishakatux. I'll get in touch with you, once I start working on my application.
Once again thanks for your time...

Mar 11 2019, 6:21 AM · Google-Summer-of-Code (2019), Outreach-Programs-Projects, Africa-Wikimedia-Developers

Mar 7 2019

Nikhil07prakash added a comment to T217195: Add script misspelling support to pwb.py.

Just to be clear,
Pywikibot comes packaged with a large number of scripts in the scripts directory, which can be executed using

python pwb.py [script.py]

Currently, if the [script.py] is misspelled it displays

Mar 7 2019, 4:53 PM · Patch-For-Review, good first task, Pywikibot
Nikhil07prakash added a comment to T217195: Add script misspelling support to pwb.py.

@Dvorapa Hi, this is Nikhil, I'm interested in taking up this task. But I'm a newcomer and haven't contributed to any Wikimedia project yet. Can you please guide me, about what steps do I have to follow to configure Pywikibot on my local system so that I can start contributing.

Mar 7 2019, 5:17 AM · Patch-For-Review, good first task, Pywikibot

Mar 5 2019

Nikhil07prakash added a comment to T202233: Develop a tool for use by event organizers to track developer activity .

Hi, this is Nikhil. I'm interested in working on this project. I have completed the 2nd microtask, i.e. Task Statistics. The corresponding repo can be found here.

Mar 5 2019, 12:45 PM · Google-Summer-of-Code (2019), Outreach-Programs-Projects, Africa-Wikimedia-Developers