Activity for Avinash Sonawane

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #127

    Perfect! The slider jumps in discrete steps and so the issue is fixed. Thanks! This ticket should be closed now.

  • Avinash Sonawane Avinash Sonawane committed [43e490]

    Make OpenStreetMap the default map provider

  • Avinash Sonawane Avinash Sonawane committed [c1fdcf]

    Remove memcpy()

  • Avinash Sonawane Avinash Sonawane committed [06f08e]

    Use g_strlcpy() instead of strncpy()

  • Avinash Sonawane Avinash Sonawane committed [eb3255]

    Remove memset()

  • Avinash Sonawane Avinash Sonawane committed [d40d11]

    Make OpenStreetMap the default map provider

  • Avinash Sonawane Avinash Sonawane committed [fa4738]

    Remove memcpy()

  • Avinash Sonawane Avinash Sonawane committed [d49988]

    Use g_strlcpy() instead of strncpy()

  • Avinash Sonawane Avinash Sonawane committed [1d8f31]

    Remove memset()

  • Avinash Sonawane Avinash Sonawane posted a comment on merge request #3

    Hello! Any updates on this MR?

  • Avinash Sonawane Avinash Sonawane modified a comment on merge request #4

  • Avinash Sonawane Avinash Sonawane posted a comment on merge request #4

    Ah, in case I'm missing something g_strlcpy(buffer, content, len + 1); copies at most len characters and not the complete content string (which is NULL terminated btw which is why we could use strlen(content) at line 328). I fail to understand how g_strlcpy(buffer, content, len + 1); is different than strncpy(buffer, content, len); buffer[len] = '\0'; the code before the proposed change.

  • Avinash Sonawane Avinash Sonawane posted a comment on merge request #4

    Ah, in case I'm missing something g_strlcpy(buffer, content, len + 1); copies at most len characters and not the complete content string (which is NULL terminated btw which is why we could use strlen(content) at line 328). I fail to understand how g_strlcpy(buffer, content, len + 1); is different than strncpy(buffer, content, len); buffer[len] = '\0'; the code before the proposed change.

  • Avinash Sonawane Avinash Sonawane committed [47ff3e]

    Remove memcpy()

  • Avinash Sonawane Avinash Sonawane committed [8497b4]

    Remove memset()

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #125

    I just submitted the MR fixing all remaining issues. Now, scan-build reports no bugs. :)

  • Avinash Sonawane Avinash Sonawane created merge request #4

    Fixes #125

  • Avinash Sonawane Avinash Sonawane committed [7449fe]

    Use g_memdup() instead of memcpy()

  • Avinash Sonawane Avinash Sonawane committed [945880]

    Use g_strlcpy() instead of strncpy()

  • Avinash Sonawane Avinash Sonawane committed [c834d7]

    Remove memset()

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #126

    Hello Maxim! I confirm that I can no longer reproduce the issue. This ticket should be close now. BTW, out of curiosity, may I know why don't we close the tickets which have been fixed?

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #763

    Although it currently leak a filter such as ?type=commit. Yes! This is exactly what is desired.

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #763

    How do I get a publicly accessible similar list of all the commits authored by me across the Gitlab? I meant How do I get a publicly accessible similar list of all the commits authored by me across SourceForge?

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #762

    How do I get a publicly accessible similar list of all the issues reported by me across the Gitlab? I meant How do I get a publicly accessible similar list of all the issues reported by me across SourceForge?

  • Avinash Sonawane Avinash Sonawane created ticket #763

    Publically accesible list of all the commits by user on SourceForge

  • Avinash Sonawane Avinash Sonawane created ticket #762

    Publically accesible list of all the issues opened by user on SourceForge

  • Avinash Sonawane Avinash Sonawane posted a comment on discussion General Discussion

    Latest version, including all commits is here: https://github.com/PISG/pisg Maybe update this in project summary? I was stumped seeing "create ticket" disabled and then somebody on IRC pointed me towatrds github repo. Could've saved 10-15 minutes easily! :)

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #125

    How about ax_check_compile_flag? Also see https://stackoverflow.com/questions/28558206/make-autotools-add-std-c11-to-cflags#comment45430005_28558338

  • Avinash Sonawane Avinash Sonawane created ticket #127

    calendar preferences: cursor thickness slider needs rethinking

  • Avinash Sonawane Avinash Sonawane modified a comment on merge request #3

    I could've instead set config.maps_provider = 2in options_prefs.c L262 but also wanted to have OpenStreetMap as the first entry for "Maps provider" in contacts preference window. But now I think may be config.maps_provider = 2 is the way to go as with above patch people who've set OSM as their maps provider will suddenly find their maps provider to be automaticaly changed to Bing! What do you think?

  • Avinash Sonawane Avinash Sonawane posted a comment on merge request #3

    I could've instead set config.maps_provider = 2in options_prefs.c L262 but also wanted to have OpenStreetMap as the first entry for "Maps provider" in contacts preference window. But now I think may be config.maps_provider = 2 is the way to go as with above patch people who've set OSM as their maps provider will suddenly find their maps provider to be automaticaly changed to Bing!

  • Avinash Sonawane Avinash Sonawane created ticket #126

    After editing a contact, control jumps to the last entry in contacts list

  • Avinash Sonawane Avinash Sonawane created merge request #3

    Make OpenStreetMap the default map provider

  • Avinash Sonawane Avinash Sonawane committed [3d243a]

    Make OpenStreetMap the default map provider

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #124

    Thank you for fixing this issue Maxim! I report that the fix works and there is no segFault anymore. This bug report should be closed now.

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #750

    As a workaround you could disable all ticket notifications for a particular project by going to: your user profile > notifications tab, and unchecking the particular project's tickets tool. Then you can re-subscribe to individual ticket threads that you are interested in by hitting the mail icon in the upper right corner of the ticket. So, after doing this if I open a new ticket in that project I won't be getting email for what I just wrote in ticket body? Also, if instead of opening a new ticket...

  • Avinash Sonawane Avinash Sonawane created ticket #21105

    Stop emailing me when I create a ticket or comment on the ticket

  • Avinash Sonawane Avinash Sonawane created ticket #125

    Memory errors and logic errors as reported by scan-build

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #123

    I can confirm that there are no more warnings. Thanks! This ticket should be closed now.

  • Avinash Sonawane Avinash Sonawane posted a comment on ticket #124

    Sure! $ locale -k LC_TIME abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat" day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday" abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec" mon="January;February;March;April;May;June;July;August;September;October;November;December" am_pm="AM;PM" d_t_fmt="%A %d %B %Y %I:%M:%S %p" d_fmt="%d/%m/%y" t_fmt="%I:%M:%S %p %Z" t_fmt_ampm="%I:%M:%S %p %Z" era= era_year="" era_d_fmt="" alt_digits= era_d_t_fmt="" era_t_fmt="" time-era-num-entries=0 time-era-entries="S"...

  • Avinash Sonawane Avinash Sonawane created ticket #124

    Segmentation Fault on start

  • Avinash Sonawane Avinash Sonawane created ticket #123

    Deprecation warnings

  • Avinash Sonawane Avinash Sonawane created merge request #2

    Fix some issues

  • Avinash Sonawane Avinash Sonawane committed [0e5fea]

    Use enum GtkTextSearchFlags as per gtk function prototype

  • Avinash Sonawane Avinash Sonawane committed [9bf006]

    Use enum GtkStateFlags args as declared in function prototype

  • Avinash Sonawane Avinash Sonawane committed [9a34f1]

    Fix get_header_bg_color() and get_background_color() functions

  • Avinash Sonawane Avinash Sonawane created ticket #96

    While adding files to 7z archive "Options" are greyed out

  • Avinash Sonawane Avinash Sonawane created ticket #9

    havp using ~650MB memory on Debian Stretch

  • Avinash Sonawane Avinash Sonawane modified a comment on discussion Help

    Set the title to something more accurate. Hmm.. How stupid of me! This solves the issue of identifying the entry in pop-up add a custom sequenve with a window title of "login*" Such a custom sequence would be matched with nearly every login window ;)

  • Avinash Sonawane Avinash Sonawane posted a comment on discussion Help

    Set the title to something more accurate. Hmm.. How stupid of me! This solves the isue of identifying the entry in pop-up add a custom sequenve with a window title of "login*" Such a custom sequence would be matched with nearly every login window ;)

  • Avinash Sonawane Avinash Sonawane modified a comment on discussion Help

    Hello! I'm using Keepassx 2.0.3 on Debian Stretch. I have 2 websites with window titles "Login". I have same usernames on both of them. And I would like to use Global auto-type. So now how do I configure Keepassx with them? Currently I have 2 entries with titles "Login". So it shows the popup but I can't select the one as the pop-up shows title and username. So can't differentiate between the choices. May be I should put them indifferent groups? As "group" is shown too along side "title" and "username"...

  • Avinash Sonawane Avinash Sonawane modified a comment on discussion Help

    Hello! I'm using Keepassx 2.0.3 on Debian Stretch. I have 2 websites with window titles "Login". I have same usernames on both of them. And I would like to use Global auto-type. So now how do I configure Keepassx with them? Currently I have 2 entries with tiles "Login". So it shows the popup but I can't select the one as the pop-up shows title and username. So can't differentiate between them. May be I should put them indifferent groups? As "group" is shown too along side "title" and "username" in...

  • Avinash Sonawane Avinash Sonawane posted a comment on discussion Help

    Hello! I'm using Keepassx 2.0.3 on Debian Stretch. I have 2 websites with window titles "Login". I have same usernames on both of them. So now how do I configure Keepassx with them? Currently I have 2 entries with tiles "Login". So it shows the popup but I can't select the one as the pop-up shows title and username. So can't differentiate between them. May be I should put them indifferent groups? As "group" is shown too along side "title" and "username" in the popup O.o How do you guys deal with...

1
MongoDB Logo MongoDB