E.S. Quinn

Results 15 issues of E.S. Quinn

Now that there's force feedback support in mainline vjoy, is there any chance that UJR could forward PPJoy's FFB information to a real force-supporting joystick?

I've been experimenting a bit with ranges, and given that Phobos is becoming very fond of substituting Ranges and lazy evaluation wherever possible instead of using actual strings, to save...

enhancement

Does twitter's API permit a version of the home timeline with all the retweets filtered out? Similar to when you use a twitter search for "filter:follows -filter:replies".

enhancement

I'm trying to set LD_LIBRARY_PATH from tasks.json so it'll link to library files created in another root of my build. Unfortunately, for whatever reason, it seems like the dub build...

I've got a complicated dub definition file for my project that I'm trying to get code-d to cooperate with. ``` { "name" : "ice-engine", "description" : "The Identity Crisis Engine",...

I'm not sure exactly what's going on behind the scenes, but on Windows, when a D method wrapped in lua expects a struct parameters and has a type mismatch, it...

I'm writing some code where I'd like to check the __dtype from a Lua object's metatable to check if it was made from a D type before I attempt to!()...

I imagine this might be another ambiguity-dilemma issue, but in my code I've got a D-side function that does some processing and then returns results filtered through a LuaFunction. However,...

At the moment, when making a D function for use in Lua, there doesn't seem to be a way of accessing the caller's LuaState, and there doesn't seem to be...

Given that class object support is still rudimentary, I'm looking for ways of easily sharing data between my program and Lua scripts. At the moment I'm looking at storing data...