Gorgi Kosev

Results 3 issues of Gorgi Kosev

It would be useful if the error code of the process is passed as the error code of chaperone if exitkills is enabled for a process. https://github.com/garywiz/chaperone/blob/9ff2c3a5b9c6820f8750320a564ea214042df06f/chaperone/cproc/subproc.py#L560-L572

The `fromPromise` API is great, but there is one caveat that you must be aware of to avoid endless loops. Consider the following example ```typescript @computed get featureFlagValue() { return...

It would be nice if we could add metadata to fields and forms at construction time. One example would be a list source for list/enum selections - if the react...

enhancement