Stephan H. Wissel

Results 29 issues of Stephan H. Wissel

After drawing the initial chart, is there a JS Object I can use for animations? I have in mind to show how a process flows through the chart by altering...

Tried this one on the web site: ``` st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Is it fun?:>http://www.google.com io=>inputoutput: catch something... st(right)->op1(right)->cond cond(yes, right)->sub1(right)->op1 cond(no)->io(right)->e ``` Start...

Would be nice if I can write Press Enter - like github

I'm having a n00b question about DITA -> Markdown conversion. 1. Where can I learn/lookup what tags get converted to YAML front-matter? I'm comfortable reading x-files once I know where...

question
output

**Is your feature request related to a problem? Please describe.** When documenting software, some pages are relevant for older or newer versions of the software, while the bulk stays the...

enhancement
status: needs discussion

#### Subtle IDE differences Depending on IDE or editor (Eclipse, VSCode, IntelliJ) files are saved with subtle difference. E.g. sort order of imports, allowing wildcard imports, number of empty space...

enhancement

The Todo applications are hard to deploy for beginners. Like the JavaHelloWord application it should contain a "Deploy to Bluemix" button. Eventually the project needs to be broken into separate...

I have a data type defined like this: ```yaml oneOf: - type: string - type: number - $ref: '#/components/schemas/ISODate' - $ref: '#/components/schemas/RFC822Address' description: 'Entry in a message list, can be...

bug

We have a need to specify a data type `array` where the members [must be of one type](https://stackoverflow.com/questions/71021191/limit-type-of-jsonarray-elements-to-the-same-type-but-not-limit-types). When adding such a definition: ```yaml type: array anyOf: - items: type:...

bug
editor
component/studio
priority/normal

In the picker for schema in a http method "object" is missing. (The Swagger UI needs it). When manually editing it in source view, it doesn't get displayed in the...

bug