Valentin Serra
Valentin Serra
### Context The more we develop, the more issues we start coming across with regard to incorrect state management and re-renders. We have gone with the solution of re-render everything...
### Is your feature request related to a problem? Please describe. Currently, there is no easy way to import images from the file system without understanding data URIs. This is...
### What should we do? We should extract the scalable component library searching algorithm into a utility. Where and how we should do it is still unclear. ### Why should...
### Describe the Bug As part of https://github.com/camunda/team-hto/issues/279, I will set up a bunch of skipped unit tests. Currently we are a little too sensitive when it comes to variable...
### Is your feature request related to a problem? Please describe. Our components expect certain types sometimes. We've added the component sanitize configuration to help us with that. However, sometimes...
### Describe the Bug [We have disabled dates prior to 1900](https://github.com/bpmn-io/form-js/pull/534) to get around a bug related to historical time zones in the date picker. It would be good to...
### What should we do? Let's have a chat and an implementation down the line regarding how we should handle the cursor state across the application. Parts of this discussion...
__Describe the Bug__ Currently, we have cases where we can configure an unusable field by setting some kind of a minimum higher than a maximum. A good example of that...
__What should we do?__ We should clear up whether we want the editor and the viewer to match 1 on 1 in terms of pixel heights. As we've added new...
### What should we do? We need to split the `form-js-viewer` state management logic from its rendering in two different projects.  ### Why should we do it? There are...