Results 12 issues of Heiko M

Hi, I'm trying the following: I have some propTypes I want to define central and reuse it in many components. There fore I have create a file "baseTypes" ``` import...

documentation

Hi, when having a component without props definition (initial) and then adding some, the Webcodesk UI don't shows automatically the added props in the preview screen or when using the...

help wanted

Hi, the debugging capabilities in the tool are really amazing. The way to record the execution of flows and there elements with all the input / output information are very...

enhancement

Hi, when extending the `settings.conf.ts` not all the defined properties are shown in the UI: ![image](https://user-images.githubusercontent.com/5662304/78611106-80230f00-7866-11ea-8d1e-4020ab02073f.png) The green one are working, the red one don't work. Don't work is meaning...

bug

Hi, creating a function with TypeScript will end in some type check "errors" for the parameters: ![image](https://user-images.githubusercontent.com/5662304/77835952-35acde80-7152-11ea-938f-c61f97596c22.png) Are there TS type definitions for at least a few of the parameters...

documentation

Hi, when working with TypeScript Components, it is needed to define the props definition twice: * As the TypeScript way (```Interface``` and generic React Component ```React.Compoennt```) for type checking in...

documentation

Scenarios are normally closed units with a precondition, an action and an post condition. But if you want to test workflows where an following scenario based on the state of...

feature
Spec.Dart

I want to execute a benchmark with different Versions of a lib to compare / see if the performance is going better or worse. I want to see a result...

feature
Bench.Dart

The Html OutputFormatter should get the following improvements: - Collapse areas

improvment
Spec.Dart

Take the Given-When-Than text from an named method by refections ``` dart scenario.given(instance.This_is_the_text_given_should_take); ``` Output: ``` Given this is the text given should take ```

improvment
Spec.Dart