Aidan McPhelim

Results 10 issues of Aidan McPhelim

## Feature Request Using the existing visualizer functionality, it would be useful to have an extension which immediately turns the CALM file to its diagram representation in a VSCode window....

Visualiser
Roadmap: Later

## Feature Request We currently can't use the CLI without cloning and building the repo. We should publish the CLI to npm under the finos NPM community. This will allow...

CLI

When installing the CLI from NPM, there are some warnings that are raised: ```shell > npm install -g @finos/calm-cli npm WARN deprecated [email protected]: This module is not supported, and leaks...

## Proposal There are a wide range of contributors coming in and out of the project which is resulting in very different styles of code across the project. This was...

# Planning for Hackday We're having a hackday to brainstorm and work on a unified CALM UI. The main two existing projects in this space are: - [CALMHub UI](https://github.com/finos/architecture-as-code/tree/main/calm-hub-ui) -...

## Bug Report The "Node Details" section of CALMHub UI is showing some data that shouldn't be there. It's showing "cytoscapeProps" and "parent" which is data related to the implementation...

bug
calm-hub
calm-hub-ui

## Feature Proposal CALMHub UI looks a little cluttered with the number of different components now visible in the main view. To improve the developer experience, it would be nice...

calm-hub
calm-hub-ui

## Bug Report ### Steps to Reproduce: 1. Install Node v22.12.0 2. Follow the steps in the getting started guide https://calm.finos.org/quick-start/#-how-to-docify-your-architecture ### Expected Result: Docify creates and starts a docusaurus...

bug

## Feature Proposal Support an additional section in architecture and patterns which allow the user to define a set of Spectral rules which would be ran during validation. This would...

Our node projects don't all have [strict mode](https://www.typescriptlang.org/tsconfig/#strict) enabled. This is a highly recommended flag to enable as it adds better checks for program correctness and leads to better quality...