Ashley Engelund

Results 20 issues of Ashley Engelund

`AASM::Localizer` will only translate classes that respond to `:model_name` IMNSHO it should work on any class that can use AASM. I realize that does introduce an issue as to how...

The background color for code examples on [lodash.com](http://lodash.com) is black which makes the examples totally unreadable. See the 2 screenshots below. The style that seems to be causing the problem:...

**Describe the bug** Developer documentation: Confusingly, there are 2 write-ups about how to contribute to the project: `CONTRIBUTING.md` and `docs/development.md`. There should be only 1 document that explains how to...

Type: Bug / Error
Status: Triage

**Describe the bug** _This is a chore, not a bug. But I don't know what the best way is to present this._ 1. Clean up the code in mermaidAPI: DRY...

Type: Bug / Error
Status: Triage

## :bookmark_tabs: Summary **State Diagrams:** add `classDef` statements and apply those via `class ` statements to _states_ so that styling can be applied. Works just like flowcharts. Resolves #1952 [1952...

feature

**Describe the bug** 2 of the diagrams in `demos/gantt.html` are now throwing Syntax errors when running using a local dev server (e.g. `pnpm dev`) and Firefox 105.0.3 (64-bit) [macOs] (just...

Type: Bug / Error
Status: Triage

### Description We can and should use mermaid diagrams in the documentation -- not as examples, but purely as diagrams. We need a way to specify that the mermaid mark-up...

Type: Bug / Error
Status: Triage

## :bookmark_tabs: Summary State ids (including for composite states) had trailing whitespace left from parsing. Trimmed the stated ids (in `stateDb.js`) and this solved the problem. Parser had one extra...

### Description There are specific github workflows and checks unique to documentation (but not code): - checking links Likewise, there are workflows and checks specific to code and not documentation:...

Type: Bug / Error
Status: Triage

## :bookmark_tabs: Summary Resolves #3682 Revise the 'Contributing' documentation, including changing CONTRIBUTING.md to just point to docs/community/developer.md **_Note: This is still a WIP. I want to get feedback before going...