Alex Parrill

Results 73 comments of Alex Parrill

Based on Chris's feedback, I've updated the PR to replace the toolbar Code Snippet with the new Rich Code. The Code snippet feature is still available via the Insert menu.

Gonna +1 this. `get_mime_extensions` is fairly useless for getting an appropriate extension from a mime type - for example, `text/plain` has several dozen extensions associated, and the first one is...

I'm not sure if adding support for Jira specifically is a good idea - there are potentially many other different systems that one would want to automatically create when a...

Since the only thing Vulkan needs from each platform's API is a maximum of two types, I think that using specific bindings is risky and inflexible, as bindings differ in...

> I do understand your issue with third party bindings, but this is the way the original vulkan.h works. Vulkan uses the official C headers of the platforms' libraries. There's...

> True, but this implies that you will never support anything else but windows. The entire point of this issue is to discuss how to support platform bindings that aren't...

To be a bit more comprehensive since I'm not sure how exactly you're suggesting this work: 1. _Add dvulkan to my project's source, set `sourcePaths: "dvulkan/source"`_: It's not a dub...

This was an experimental project that I never got around to completing. I'm not working on this anymore; you're free to fix it.

Lots of standard formats, like epub or collada, tend to use namespaces.

FWIW in this specific case, I should have been using an `expr` matcher instead of a `stmt`, in which case flattening the braces would be OK to do and compiles...