Paul Bouchon
Paul Bouchon
Agreed. We should use this type both internally as soon as possible and eventually externally once all consuming applications are also using TypeScript.
Leading `TypeAhead` content is wrapped within a styled span that does things like add margin and font styles required for most types of leading content to look good out-of-the-box. This...
@msssk I chose to remove drag-and-drop for this first version of the file upload components since it adds a lot of complexity. I agree that it's a nice to have...
The quickest path to get something live here is to handle this in the same way `files` are currently handled - the API transport would expose the ability to work...
Couldn't the desktop application call `assets.file({ ... }, { transportMode: ['cli']})`, which would mimic the same native CLI functionality today, e.g. saving a file to a location on disk? Is...
Sorry to push the point, but couldn't desktop clients use the already-existing API asset endpoint in the case described above in which an asset is not local? E.g. where a...
After initial investigation, this will most likely require an underlying change to the Abstract data format and the way files are cached on disk. Specifically, a layer's `type` should be...