Ned Andreev

Results 243 comments of Ned Andreev

There are several things here that I'll try to unpack :smile:, sorry if I don't address something. - If you just want to move files to be in subfolders, you...

Hmm, I don't have a very strong opinion here, but I'd prefer if we can avoid doing this via a new global option, at least until we have a clear...

FWIW, if goja has some support for classes (ES6 only, not the latter additions) and basic `import` / `export` support (e.g. just parsing the syntax and calling some simple callback...

:+1: Awesome! :tada: Yeah, missed promises and generators, though I don't think esbuild will require them to support its other syntax transformations :man_shrugging:

Good points - I agree with both the pros and the cons. I guess it depends on how many static resources we will have eventually. If it's just the status...

:+1: In any case, that's something that can definitely wait for after the alpha :)

Somewhat - the size of the metadata is still not accounted in the cache algorithm. I consider this a very minor issue, because the metadata size is negligible compared to...

2/3 done, I think. A lot of storrage errors are logged in the application log, but we still show no storage health information in the status page. I think even...

We might have to consider [RFC 5861](https://tools.ietf.org/html/rfc5861) and some parts of [RFC 7231](https://tools.ietf.org/html/rfc7231) as well...

This is mostly done, right?