Jack Pappas

Results 46 comments of Jack Pappas

I've submitted a PR with signatures for the ``H5PT`` API in #128.

@JanWosnitza I've thought of implementing something similar here as well, and agree that it would be a good way to make this API easier to use and more type-safe while...

@gheber Having written both C/C++ and C# code against the HDF5 APIs, I think this proposal would be extremely helpful both to help prevent bugs and also makes it a...

@gheber I'd be fine including the high-level APIs in a separate assembly (e.g. ``HDF.PInvoke.HighLevel``), but I think that assembly/project should still live in this repo. Regarding whether to distribute it...

@vasily-kirichenko Not that it solves the actual problem here with the async stack traces, but to help with diagnosis: have you tried adding an event handler to the ``AppDomain.FirstChanceException`` event?...

Hi @d0ugal and @Cipscis -- I just installed this plugin on my Windows 7 desktop, where I have Python 2.7 installed. After installing docutils (according to the instructions that come...

The change merged from #11 adds detection of read/write failures on non-Windows platforms. However, on all platforms, the SDS code should propagate these failures upwards, so we can eventually raise...

Hi @diskdan (and @DanielFabian) -- Can you tell me more about the problems you were having with facio before making these changes? _If possible_, I'd like to keep facio so...

@DanielFabian Are you asking about what an `App.config` is used for in general? Or how it's specifically being used with Graham and other facio tools? I was putting together an...

@DanielFabian @diskdan I think this issue should be fixed in the latest version of facio (0.8.7-alpha). Can you give it a try to confirm?