Benjamin Moir

Results 19 issues of Benjamin Moir

So I'm using PlistCpp for a project, however I really need Unicode support (because there are various Japanese characters in the file that I need to read) I noticed both...

I'm not all that great with introductions, so I'll jump right into it. Imagine I have a .NET dll, and I want to apply the same operations to it every...

enhancement

I've noticed that Table.Get doesn't appear to respect the __index metamethod. If this is intentional, is there any way to retrieve a value from a table, respecting metamethods, without needing...

I am currently experimenting with generating multiple variants of a structure for interop purposes, based on various `#ifdef`s: ```C struct example { int a; #ifdef VERSION_2_OR_NEWER int b; #endif #ifdef...

enhancement
help wanted

## Describe the problem this feature would solve Currently you cannot conveniently manipulate strided memory via `Memory` and `Span`, as they have no support for stride. While it may soon...

feature request :mailbox_with_mail:
high-performance 🚂

I am interested in experimenting with using DNNE to generate proxy libraries in C# using source generators, but I believe there is additional functionality necessary in DNNE to do so....

enhancement
discussion

I discovered Zig yesterday and have spent pretty much all my time since then delving into it and reading various materials on it. Loving it so far. One feature that...

proposal

In essence, something like this (screenshot from Slade3, a Doom editor): ![](http://puu.sh/ngbVg/b4d11ea934.png) It'd also be super nice to have the ability to drag multiple files into these folders at once,...

The MetroWerkz compiler contains a number of extension attributes which provide a little more information about the original sources: ```c // tags TAG_MW_overlay_branch = 0x4080, // attributes AT_MW_mangled = 0x2000...

ClangSharpPInvokeGenerator will currently only expose an `int` indexer for its generated `_e__FixedBuffer` types. This creates an inconsistency with normal fixed buffers, necessitating casts if the field is not able to...

help wanted