Jesús A. Álvarez

Results 6 issues of Jesús A. Álvarez

When previewing animations with attached images as `data:` URLs, they show up as the "file not found" icon instead of the actual image. This patch will parse the `data:` URL...

I've found that Minecraft Bedrock Edition encodes negative little endian longs different than expected: For example, creating a level with seed `-123456789` will encode it in level.dat as `EB 32...

This can be done using my [SteamController](https://github.com/zydeco/SteamController) library and calling `[[SteamControllerManager sharedManager] scanForControllers]` at an appropriate time. The library handles the Bluetooth LE communication protocol (using CoreBluetooth) and pretends to...

I've implemented the suggestions in #10 and a few more improvements: General improvements: * Use `GL_NEAREST` for upscaling: will not be blurry on retina screens * Preload more lightning sounds:...

When trying to use in the iOS simulator (17.4, arm64), it fails because it can't load `CoreSymbolication` from the expected paths: ``` frida --host localhost Gadget -l ~/Documents/Projects/iPhone/Frida/frida-swift-bridge/_agent.js ____ /...

- Fix spec test data using Clarke 1866 ellipsoid, it wasn't passing since the radius was changed in 165c72d5ec4e1345d5a71c151ac5214cab26a04f - Fix converting LatLon coordinates in 32V zone to UTM (was...