Edoardo Lolletti

Results 43 issues of Edoardo Lolletti

Libevent introduced the ``LEV_OPT_BIND_IPV6ONLY`` to pass to ``evconnlistener_new_bind`` to make it automatically set the underlying socket as accepting ipv6 requests. This works fine on posix compliant platforms as by the...

os:windows
subsystem:listener

Load the function `if_nametoindex` at runtime as on windows it's only available for windows vista and greater. This will remove the need to link the library iphlpapi at compile time...

os:windows

The commit https://github.com/libevent/libevent/pull/923 made the library rely on the function ``if_nametoindex``, adding this made the library dependant on another windows library Iphlpapi.lib, the issue with this, is that this function...

os:windows

All the functions in zstream.c manually set the GIT_ERROR_ZLIB error messages on failure, but in the places where those functions are called, in case of failure the error messages are...

p1

**Describe the feature you'd like** Some time ago i started messing around to get a native window frame for discord on windows, and i noticed that betterdiscord already had an...

enhancement

On the latest prerelease (15218), when you have a single open file and close sumatra, when you reopen that file in a new instance, the tab for it will not...

When switching tabs or sometimes even scrolling the pages, sometimes sumatra no longer renders some elements in the menu bar ![image](https://user-images.githubusercontent.com/18705342/139440738-973980f7-3259-43d7-b7be-eb061b099c2a.png) (here it's not drawing the `page` text and the...

If you have in the current tab a pdf that shows a scroll bar and minimize sumatra, if you then open another pdf from outside sumatra that fits in the...

If both those options are enabled, the first time a file is opened it will also reopen the file that was closed last in a previous session. Afterwards, if another...

While using this plugin, i had the need to increase the number of consecutive clicks, as some times i had some issues, for example when selecting text, where the plugin...