Alejandro Juan Pérez

Results 18 issues of Alejandro Juan Pérez

## Context I have made this small code that reproduces the bug: ```odin package main import "core:fmt" f :: proc() -> [4][2]string { return { {"00", "01"}, {"10", "11"}, {"20",...

When transitioning from one page to another I can see white background for an instant. It's a bit hard on the eyes to see this abrupt white flash. It looks...

I have noticed there are a couple of missing constants in core:sys/windows: `SOCKET_ERROR` and `AF_UNSPEC` In winsock.h: ```c #define SOCKET_ERROR (-1) ``` ```c #define AF_UNSPEC 0 ```

stale

The documentation for integrating the library in your project seems outdated; it doesn't work.

In the file "steamnetworkingtypes.h" there are many documentation comments that refer to a function called `ISteamNetworkingMessages::FlushMessagesToUser`. This function does not exist.

I have used an image compare tool, and found out that they are identical

I made a [fork](https://github.com/tuket/ENetLANChatServer_zpl) of this demo application that shows how to scan peers in a LAN. The demo uses the original ENet. In my fork I have added a...

I have a simple vulkan app that uses VMA, and runs fine as I run it normally on my PC. However, I wanted to validate if it would work in...

### Zig Version 0.13.0-dev.30+6fd09f8d2 ### Steps to Reproduce and Observed Behavior Please find attached a .zip with a minimum reproducible example. [test.zip](https://github.com/ziglang/zig/files/15072796/test.zip) I'm testing this in Windows 10. In this...

bug

Hi, I have noticed that, at least in Windows, when I save a file, the event triggers twice. I'm using `fswatcher_poll`. This could be a bug in the Windows API...