Oliver Kopp

Results 443 issues of Oliver Kopp

The license statement of Bootstrap-3-Typeahead is contradicting: [package.json](https://github.com/bassjobsen/Bootstrap-3-Typeahead/blob/master/package.json#L25) shows "MIT" while [bootstrap3-typeahead.js ](https://github.com/bassjobsen/Bootstrap-3-Typeahead/blob/master/bootstrap3-typeahead.js#L9) shows "Apache-2.0". I assume that the original authors (@mdo and @fat) licensed it under Apache-2 and did...

Quoting https://stackoverflow.com/a/7115411/873282 Do we need Assumptions, Constraints, Risk and Issues? --- Depends on how detailed / formal you want to be. In terms of a Decisions Register we'd normally use...

enhancement

When installed, the bot checks whether `template.md` is outdated. It creates a PR if so. Similar to https://dependabot.com/

enhancement

Maybe https://github.com/red-hat-people-team/open-decision-framework helps?

documentation

See https://ozimmer.ch/practices/2020/05/22/ADDefinitionOfDone.html for details This is a checklist. Is this a thing of MADR or a thing of ADR-Manager?

documentation

- [x] Check minimum example - [ ] Add medium, and maximum example. - [ ] Refine documentation: "Pick your style" Refs #8

documentation

## One large repository - Add categories to the ADRs (refs https://github.com/adr/madr/issues/7) - Offer a web-based viewer ## Several repositories In addition - there is an overarching repository collecting the...

enhancement

Miro gets more and more important. What if ADRs are brainstormed using miro and then markdown files are generated by a tool. 1. Create Miro template 2. Create converter tool

enhancement

* [x] https://cards42.org/ Possibly also think about explaining the first ADR format ever, too.

TeXStudio suports [magic comments]: ```latex % !TeX program = lualatex % !BIB program = biber ``` When these magic comments are present, `lualatex` and `biber` are used as compilers. In...