madelson

Results 193 comments of madelson

Hi @1RedOne , are you passing the full path to the executable you are trying to run? For example, `/sbin/ifconfig` instead of just `/ifconfig`? One quick test you can do...

@1RedOne thanks for following up. A few thoughts on the above: * Is there a reason to go through bash here? **What happens if you just do**: ``` Command.Run("/usr/local/bin/youtube-dl", "--no-progress",...

@Josh-Cena / @lukejgaskell is there a timeline for fixing this? This is currently blocking us from incorporating some docs in our docusaurus site which are auto-generated by another markdown-generating tool.

@Josh-Cena it's a bit trickier than that since I'd also have to clean up all the cross-links between the generated pages but I agree that it is doable. Just curious,...

> It's because React-router processes them as regexps instead of literal characters. If this is the source of the issue and (I presume) we want them to be treated as...

@gliljas thanks for your interest in the library. I wonder if you're running into https://github.com/madelson/DistributedLock/issues/132 ? Could you post the full error detail (exception.ToString())? It would also be useful to...

@gliljas do you think it would make sense to have _both_ metric instrumentation and logging instrumentation? Are they complementary or not? Which do you see as a better fit for...

@Doraku in this particular case sure, but in general can't we only assume that xmldocs are XML-encoded? The characters `[]()` are special in Markdown but not in XML; I think...

This is an interesting request. I'm imagining that the caller would have to provide their own implementation of an interface like this: ``` interface IReleaseEvent { IDisposable Subscribe(string name, Action...