Harry McIntyre
Harry McIntyre
I would like to Shim calls to an open generic method on a static class, with a signature like: `public static void Throws(Func func)` I can't figure out how to...
Would it be possible to extend Pose to do AOP style method/property interception (including privates) using this approach? Or is there a reason (aside from it being outside of scope)...
>Since there does not exist a standard for path syntax, ReJSON implements its own. Did you evaluate "JSON Pointer" https://tools.ietf.org/html/rfc6901 ? It's referenced in the fairly popular "JSON Patch" https://tools.ietf.org/html/rfc6902...
I noticed that setting a cell value (or background colour, or note, etc.) always results in an entry in `table.batches`, even if you are setting the value to the initial...
I have always really wanted to make a git-backed wiki engine with c# powered pages, with a nice intellisense ready editor. It strikes me that this is the project to...
Reverts mcintyre321/OneOf#61
I don't know if this is possible or not, but I would find it useful to be able to have rules associated with Types as well as namespaces. If you...
Because the default cache location for on my linux build server is readonly, I have to set `DOTNET_SCRIPT_CACHE_LOCATION` If I use ``` mkdir _cache export DOTNET_SCRIPT_CACHE_LOCATION=_cache dotnet script somescript.csx ```...
I've written a dotnet script which I'm using as part of a unix pipe chain. A problem I'm finding is that if I leave some non-breaking code in the csx...
Thanks for such a cool project! I was just thinking that it would be really neat to be able to expand/collapse parts of the chart, and raise an event, allowing...