Michael Bromley
Michael Bromley
Yes, it is `assets/` by default but that is configurable in the AssetServerPlugin `route` option. So not something we can safely assume. What if we set metadata on the inserted...
In that case can we use a data attribute, since "internal" is not a valid attribute of `img`? Also maybe inverting it and marking "external" for outside images is better...
That's very good, thank you!
Hi, I'm going to close this for now because the implementation was unclear to me, as per my comment above. Open to a new PR which addresses this. Thanks for...
Hi, are you able to reproduce this on a fresh installation? I can't reproduce locally (on master)
Hi, no I've not had a chance to look into this yet.
Hi! Thanks for the report. Would you be able to try it again using the `--log-level verbose` flag and see if that gives us some useful logs?
I'm copying over some relevant parts of the conversation from the attached PR: --- > What I'm not understanding is that by default, the options.metadata function is undefined. This means...
You can use the built-in Node `crypto` module. Here's what ChatGPT suggests, which I think is along the right lines: ```ts const crypto = require('crypto'); function hashObject(object) { const hash...
Hi, thanks for the detailed report. I think there are 2 separate issues here: 1. Currently the way we model channels & permissions means that when the number of channels...