hubi icon indicating copy to clipboard operation
hubi copied to clipboard

Humanitarian ubiquitous language helper

Results 39 hubi issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.30 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies

Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1. Release notes Sourced from pug's releases. [email protected] Bug Fixes Update with to resolve core-js deprecation notice (#3259) [email protected] Bug Fixes Sanitise the pretty option...

dependencies

In order to have more than one client, Hubi would benefit to have an adapter layer between the external world and its use cases

This could be React client where a server some documents are read in order to create the client's domain model

Migrate the current CLI to the correct layer (according to Clean Architecture)

There should be a clear layer separation between what's part of Hubi's domain and what is part of its use cases

Setting a string as non-required don't allow to use `null`s as its value # Enviroment * MacOS [email protected] * [email protected] # How to reproduce ```yml name: Foo attributes: - name:...

bug