Binit Rupakheti

Results 8 issues of Binit Rupakheti

For some reason after folder rescanning, tracks are duplicated in playlist. I'm using windows 10.

bug

OS: Windows 10 Listening on speakers and when I plug in my earphones, I can't hear any music. Similar case vice versa and the player also can't play anything if...

The repository requires much of visual studio installed to get it running on windows but it doesn't tell it upfront and claims it's only 2 commands away from running the...

### Zig Version 0.13.0-dev.46+3648d7df1 ### Steps to Reproduce and Observed Behavior Given a simple program where you try to print the current milliseconds unix timestamp. ```zig //src/timestamp.zig const std =...

bug
arch-x86_64
backend-self-hosted

### Zig Version 0.13.0, v0.14.0-dev.224+95d9292a7 ### Steps to Reproduce and Observed Behavior I know x86 backend is still in the works but even the default `zig init` template fails to...

enhancement
os-windows
arch-x86_64
backend-self-hosted
linking

### Zig Version 0.14.0-dev.185+c40708a2c ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); pub fn main() !void { const stdout = std.io.getStdOut().writer(); const address = try std.net.Address.resolveIp("127.0.0.1",...

bug
standard library
os-windows

### Zig Version 0.14.0-dev.839+a931bfada, windows ### Steps to Reproduce and Observed Behavior `zig build run --watch` continuously watches for file changes and rebuilds the executable but it never seems to...

bug

Platform: Windows Setting resizable to false in window config should disable the maximize button on the window, as seen in other higher level APIs like Raylib. For the time being...