Alberto Mardegan

Results 58 issues of Alberto Mardegan

Hi again :-) I'm calling the method `PUT users/:user_id/galleries/:id/items` to add a photo into a gallery (precisely, the url I'm using is `https://api.500px.com/v1/users/22027935/galleries/29303601/items`), with this body: ``` { "add": {...

If my photo's description contains `\n`, then the `POST photo` method fails with HTTP status 500 and body ``` {\"error\":\"Internal Server Error\",\"status\":500} ``` If I replace `\n` with ``, then...

input: use joystick for moving, pointer for rotation Implement a control style a la "The Conduit", where the pointer is used to rotate the camera, and the joystick is used...

Using git submodules allows us to fix the version of all dependencies and have reproducible builds.

Use glfw to get the joystick position. Add a new global variable `joystick` which is set to the active joystick ID (or to -1, if no joysticks are detected). For...

Hi! I was about to start writing a Qt port of python's `html.parser` module, when I found this project. It looks exactly like what I need, except that it's not...

Some applications invoke mkdir() with a path that ends with a slash, and expect that if the last component of the path does not exist, it will be created. This...

Thanks Wouter for this nice game, it's written very well and it was a pleasure to port it :-) Please note that in order for the port to be complete,...

This does not work. For a fraction of a second a screen with the text "One moment" is visible, then the screen goes blank. I'm not sure I have the...

The big-endian parts of the code did not build.