Theodoros Chatzigiannakis

Results 16 comments of Theodoros Chatzigiannakis

Unfortunately I can't test the new version, as when I try to run the program, I get an elevation prompt for the Task Scheduler Configuration tool and nothing happens afterwards....

I was able to test again with 0.9.4, the issue is still present.

So far @mjsabby has been building the LibLLVM DLL, so I've assigned this to him. I myself haven't been able to build LibLLVM successfully for some reason, but I'll give...

@ericsink If you need something like `LLVMSharp.API` perhaps I could discuss it with @tannergooding and see what we can generate from what we have now. So far I just had...

The signature could have changed between versions (I haven't checked and unfortunately I can't do it right now). `IRBuilder` and other wrapper classes are still half-baked in the master branch,...

- I suggested `API` because it looks more like the convention we already have in the name `LLVMSharp`. But `Api` is what the [MSDN Capitalization Conventions](https://msdn.microsoft.com/en-us/library/ms229043%28v=vs.100%29.aspx) seem to suggest (in...

I've started doing this and as I mentioned, in order to make the `LLVMSharp.Api` namespace standalone (that is, not require the user to include `LLVMSharp` as well), I must "duplicate"...

It's certainly easy to include two namespaces in general. But if the user has to do that, we're back to the position where they'll see duplicate types all around. So...

I too would be happy to become a maintainer of this project, if you need me to. Right now I maintain [a fork](https://github.com/TChatzigiannakis/InputSimulatorPlus) and have already done a few minor...

@michaelnoonan @sharwell I'm happy to help as a maintainer. I already have a couple of open issues in my fork (and I'm sure others have, in their own forks), so...