Stachu Korick
Stachu Korick
The relevant OCaml code can be found starting in `libbackend/webserver.ml`, - `static_assets_upload_handler` fn [here](https://github.com/darklang/dark/blob/a47dbb37ff460275e5c64911d0e02d58bfc8e6e5/backend/libbackend/webserver.ml#L565) - the API route [here](https://github.com/darklang/dark/blob/a47dbb37ff460275e5c64911d0e02d58bfc8e6e5/backend/libbackend/webserver.ml#L1911) which in turn reaches out to various other parts of the...
~Thinking again, I'm not sure why I claimed that we need a new HttpClient that can request bytes for this Issue? If I can't remember why I claimed such, I'll...
There are recent efforts towards a byte-friendly HTTP Client and byte-friendly HTTP handlers [here](#4633) and [here](#4353) respectively. While both still aren't complete, the client is closer than the handler -...
> For storage of things like mp3s of podcasts, we do plan a feature but this isn't it. What's a good name for that feature? I'll create a separate issue...
Thinking out loud, some TODOs: - [ ] review existing functionality within `ApiServer` - [ ] review existing testing of `ApiServer` - [ ] review internal functions (esp. the recently-exposed...
This is a draft, but some feedback would be appreciated, @pbiggar. Does this overall direction seem right to you? Do those TODOs seem right to you? I'll circle back to...
If completed, this will help move #4276 forward.
Ah - I just now saw this line in #4276: > It could be set in settings and stored along with the other options in LocalStorage. I believe that implies...
- [x] This seems to break the `rename_db_type` integration test somehow
> * [x] This seems to break the `rename_db_type` integration test somehow This is likely caused by `runTimer` sneaking into `darkDev`. It's `true` by default in the original code -...