Daniel Imfeld

Results 62 issues of Daniel Imfeld

Script editor useful for actions, tasks, etc. - [X] Syntax highlighting, other standard editor features - [X] Autovalidate actions/inputs/payload/schemas where applicable - [ ] Simulate scripts client-side

Currently using a fork to resolve conflicting `indexmap` version requirements. We can move back to the mainline once https://github.com/denoland/deno/blob/004d07dccd69c9fae8370665632d90401f770938/core/Cargo.toml#L18 is changed.

Just enough for the web UI to get information about the current user, log in, and do some basic management for single users. This won't yet include new user/org management,...

First version will just lay the framework with two simple cases: - [ ] Input unconditionally fires an action - [ ] Input conditionally fires an action based on values...

Tasks should be versioned in some way so that the user can compare with previous versions or restore to them. It should also be possible to create staging versions of...

Right now everything just uses the top-level Error enum which includes everything in non-helpful ways. Instead errors should be in a hierarchy that roughly maps to the domains that the...

This adds an extra parameter to the `getExportData` function to allow download any of the three supported export formats. I also added a `getExportZip` function which is basically the same...

Can you please publish a new release? I want to write some code that is dependent on https://github.com/enquirer/enquirer/commit/aafd77ad32d73caa3c6e352d00d156aac026883a, which is not in a published release yet. In the meantime I've...

The type definitions for `Column` do not include the `variable` accessor, so this adds it.