Den Delimarsky

Results 190 comments of Den Delimarsky

Right now seems like the site is not available - browser is endlessly spinning trying to load the page.

As a stop-gap, I created this: https://github.com/dend/arxiv-sanity-feeds. Should help with tracking some of the key feeds.

In the case of DocFX, we definitely want to move away from _inlined_ samples and into includes (see: [file inclusion](https://dotnet.github.io/docfx/spec/docfx_flavored_markdown.html?tabs=tabid-1%2Ctabid-a#file-inclusion)). As such, I like the proposal of having the tag...

@pgonzal @tenry92 feels like adding yet another configuration file might be unnecessary, if the same thing can be achieved by extending `package.json`.

@tenry92 what is the benefit of having two ways to configure the same thing? That seems like something that would add unnecessary confusion, and just extra paths to test and...

@tenry92 you could probably do something like: ``` "tsdoc": { "profiles":{ "internal":{ "folder": "blah", "flavor": "foo" }, "external":{ "folder": "not-blah/some-folder", "flavor": "bar" } } } ```

In DocFX, we leverage the concept of [UIDs](https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html) - it would be interesting to see if that is something that we can plug in here as well, to make sure...

Something worth calling out here is _how this can interact with docs.microsoft.com/DocFX_. Now, I know that we are working on a standard here, but fragmentation and a bunch of custom...

Awesome job, Survy!

The Dockerfile is indeed work in progress. It's something that I need to address, but it's lower priority compared to other work. For the time being, I am flagging it...