enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.34k stars 323 forks source link

Allow project manager to write files #9360

Closed 4e6 closed 6 months ago

4e6 commented 6 months ago

Implement a command that would allow the project manager to write files.

API

4e6 commented 6 months ago

We can also use stdin for payload. Should be more suitable in case of big files

somebody1234 commented 6 months ago

yeah, stdin is probably a better idea. i can't imagine commandline would handle even medium-sized files particuarly well...

somebody1234 commented 6 months ago

i suppose more importantly - theoretically that'd allow for streaming uploads. realistically however, last i checked, http: didn't support streaming request bodies.

enso-bot[bot] commented 6 months ago

Dmitry Bushev reports a new STANDUP for yesterday (2024-03-20):

Progress: Started working on the task. Implemented the filesystem-write command that allows writing standard input to the provided file. Created the PR It should be finished by 2024-03-22.

Next Day: Next day I will be working on the #9360 task. Continue working on the task