Diego Alba
Diego Alba
# Description Inspired by a short exchange on the forum: https://forum.syncthing.net/t/feature-elasticsearch-integration/21186/4?u=dalba-sudo. I'm thinking of adding a search bar in the log section of the GUI. # Use Case "I think...
### Purpose Adds search functionality to the GUI logs. There is a conversation regarding this addition here: https://github.com/syncthing/syncthing/issues/9252. ### Testing I tested by building from source with the changes and...
std.posix.accept: improve EINVAL's error name from SocketNotListening to SocketOrAddrLenIncorrect.
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Output ### Error Message ``` error: SocketNotListening /home/randomuser/zig/0.12.0/files/lib/std/posix.zig:3836:27: 0x1035876 in accept (zig-posix_accept_err) .INVAL => return error.SocketNotListening, ^ /home/randomuser/Projects/Zig/zig-posix_accept_err/src/main.zig:20:22: 0x1034e55 in...