Dale H. Emery
Dale H. Emery
I develop DHE-Modules, and have completed the conversion myself.
Nothing in the current runtime-suite ever _adds_ anything to the classpath, it only _finds_ things on the classpath. I don't know how to add classes to the classpath. A quick...
To me, this looks like the minimum requirement: ```go package fs type WFile interface { Stat() (FileInfo, error) Write(p []byte) (n int, err error) Close() error } type WriteFS interface...
Hi Luke, > Any thoughts? > > Range and index are ways to select views. It seems to me that the best place to implement those concepts is in the...
I have less need for this now. I wrote a tool to patch ViewAttributeMapping.plist to add mappings.
I can think of a few ways to go with this: 1. Add a switch to Symbiote to toggle between the default whitelist mappings and "all properties". This gives the...
I'm going to hold off on this for now. I'm currently working with the JUnit folks to determine whether and how to incorporate RuntimeSuite into JUnit. If that project goes...
Since GitHub removed the downloads feature, I'm not sure how to release this thing any more. I know nothing about cocoapods. I've added the igor-1.0 tag, and closed the Igor...
I'm not clear what you're asking for. Scannibal doesn't use triggers because its position is governed entirely by the incoming phase signal. It doesn't progress on its own. Might [Stage](https://dhemery.github.io/DHE-Modules/modules/stage/)...
Hmmm. You shouldn't have to support my modules. Feel free to refer the requester to me. My original intent was for Sequencizer to be just a new, more flexible version...