Nico Rehwaldt

Results 274 issues of Nico Rehwaldt

__Is your feature request related to a problem? Please describe__ The DMN spec mandates that temporal and range type expose certain meta-data via properties: ![image](https://github.com/nikku/feelin/assets/58601/c4df0a95-558b-4485-a544-5953dcd83136) __Describe the solution you'd like__...

enhancement
tck
backlog

In DMN FEEL rounding is [_half-even_](https://en.wikipedia.org/wiki/Rounding#Round_half_to_even) not _up_ as it is in our current implementation. ``` round(1.5) = 2 round(2.5) = 2 ```

interpreter
tck
backlog

__Is your feature request related to a problem? Please describe__ `matches` is standardized by the DMN spec, cf. https://github.com/nikku/feel-playground/issues/5. __Describe the solution you'd like__ Support `matches`. __Describe alternatives you've considered__...

enhancement
tck
backlog

__Is your feature request related to a problem? Please describe__ Additional rounding built-ins have been added with DMN 1.4/1.5: `round up`, `round down`, `round half up`, `round half down`: ![image](https://github.com/nikku/feelin/assets/58601/a0c77a00-5c33-469f-b20e-aeb7591e9679)...

enhancement
tck
backlog

__What should we do?__ Currently named parameter retrival [fails due to minification](https://nikku.github.io/feel-playground/?e=%7B%0A++dt%3A+date+and+time%28date%28%222022-04-11T10%3A00%3A00%22%29%2C+time%28%2220%3A00%3A00z%22%29%29%2C%0A++date%3A+date%28from%3A+dt%29%2C%0A++time%3A+time%28dt%29%0A%7D&c=%7B%0A++%22vegetables%22%3A+%5B+%22garlic%22%2C+%22tomato%22+%5D%2C%0A++%22Mike%27s+age%22%3A+35%0A%7D&t=expression). __Why should we do it?__ Should not fail.

bug
tck
backlog

It should not be neccessary to specify the names of required modules if a AMD path is specified as a module defining location. If a dependent AngularJS module is defined...

Sometimes it does not matter how sub-modules are named. In these cases, it should be possible to name sub-modules on-the-fly following simple convention over configuration. Consider the following case `module.js`:...

### Is your feature request related to a problem? Please describe. It is a valid user question if/how bpmn-js and custom integrations can be tested. ### Describe the solution you'd...

enhancement
backlog
spring cleaning

### Describe the Bug When I have a [decision table with multiple lines in a cell](https://github.com/bpmn-io/dmn-js/files/14726042/simple.dmn.txt), then the FEEL editor looks super odd: ![capture z0PTeB_optimized](https://github.com/bpmn-io/dmn-js/assets/58601/8120beb3-0573-4b13-95a4-0e63dc2fad6f) ### Steps to Reproduce Steps...

bug
ux
backlog
spring cleaning