Tyler Kvochick

Results 20 issues of Tyler Kvochick

I frequently need to use the [interface object expressions](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/object-expressions#using-object-expressions) feature when referring to types that come from abstracted core libraries as properties in concrete types. However, it seems that these...

### Description When using the `defaultRenderer: elk` configuration for the `flowchart`/`graph` diagram types, invisible links are rendered as normal links. ### Steps to reproduce 1. Use the config `%%{init: {"flowchart":...

Type: Bug / Error
Status: Triage

# Summary of the Pull Request **What is this about:** Add instructions to install from source. **Description:** This adds a section to the contributing guidelines explaining the steps to build...

### Description Hello, there is probably a way to deal with this already, but searching through existing issues didn't turn anything up. With the `memberNames.config.naming = camelCase`, fsharplint suggests: ```console...

Hello, I have been trying to include visual content in library documentation. My use case is that I am working on a project that interfaces heavily with CAD workflows. So,...

## Summary - Add optional `watch` flag for injecting a URL root into static site content for non-`localhost` browsers - Add case in `if watch` to replace root override with...

While working on a project with a new developer in a GitHub Codespace today, I wanted to be able to serve the documentation of our feature branch. However, I ran...

### What is changed? #### Summary - Replace Tidis repo URL #### Description The website currently links to [`yongman/tidis`](https://github.com/yongman/tidis) which has a big DEPRECATED warning and points to [`tidb-incubator/tidis`](https://github.com/tidb-incubator/tidis). This...

Hello, I am probably missing something simple here, but I cannot seem to use the approach from the ClipEdges example in the docs with meshes from a loaded IFC file....

I see that it's possible to set both `includedCategories` and `excludedCategories` on the `IfcLoader` to limit fragment generation to subsets of an IFC file via the `settings`. Is there a...