Philipp Heinze

Results 15 comments of Philipp Heinze

Nice work. I have been starting with Typescript myself so if you need any support I could help. Your current work looks good to me. Although I am wondering why...

I think most of the any's make sense, because the properties are so flexible that we really cannot assume the type. I left you some comments.

Hey sorry it took me so long. I have added some more comments and have tried using the types in a project. They seem to work fine for me so...

I have not looked at this for a while. It is not really up to me to merge this. I have used them on a separate branch and they seemed...

I would go with a CSS in JS solution like emotion or styled components, because they are very flexible and allow multiple options for an API. When an object is...

@chrisjpatty definitely a possible approach especially if it is easy to implement. I do however see the issue of it becoming a very large object, that might be hard to...

I have thought a little about this issue in the past couple of days. I think there are three main use cases the library should support in regards to styling....

Hi @chrisjpatty to my knowledge emotion is striking a good balance between a nice API and performance/bundle size. There are more static alternatives that disappear during bundling and provide therefore...

Hi @chrisjpatty, sorry for the late response. I am very happy to see better support for decision-style graphs directly in flume. We have found that it became quite difficult to...

@chrisjpatty thank you for the quick reply. I think workflow modeling is a pretty good term for what we are trying to do. I believe, that I am breaking with...