Rory O'Connell

Results 9 issues of Rory O'Connell

Following up on #2626, this PR does a couple things. First, it changes all the Vulkan examples on the timing of resizing the swapchain. Currently the sdl and glfw examples...

backend/binding
vulkan

This is a basic X11 impl file and example. In it's current state it successfully creates an X11 window using the xcb library, connects the window to Vulkan and then...

backends
vulkan
linux/bsd

Short story: I got this working [![Build status](https://ci.appveyor.com/api/projects/status/t08vlwgskrc6m8fj?svg=true)](https://ci.appveyor.com/project/RoryO/rugged) This was a journey. Hear my tale. What started me on this saga was starting work on [sonic pi](https://github.com/samaaron/sonic-pi). It depends on...

There are two generated functions in a generated schema where the `if` cases are not exhaustive, causing a compiler error. For now I worked around the error by adding `throw...

When generating a schema, there is an import directive for WebSocket. Since that doesn't exist in Node yet, this import fails. It looks like #250 initially fixed the issue by...

Internally we're still assuming ASCII-8 on all string, so when doing manipulations between a UTF-8 response from the server and internal strings it will fail with EncodingError on 1.9. This...

Feature Requests

### Is your proposal related to a problem? #4912 exposed setting connection parameters. This is tricky. According to the pg documentation, [either the ssl configuration must be all in a...

feature request

Regarding collections and fail fast, I've run into this a few times now and I don't think there's an answer for this anywhere. What do you do if you have...

There are two related issues with the CSV export that will trip up CSV parsing. If we create a new project, create a new intgrid layer and draw an X...