Matthew Cox
Matthew Cox
I was running into this as well. However, it is not html that casues it. Intially, I thought it might be special unicode characters or some unescaped character. However, I...
Sure, I also posted a bug report on DnDBeyond here about the issue hoping they'll just increase the max length they support - https://www.dndbeyond.com/forums/d-d-beyond-general/bugs-support/166788-custom-item-descriptions-that-exceed-2056   Error Output: ``` foundry.js:59187...
Confirmed this is the same issue I ran into as well.
@vigoren Thank you for the response! Those adjustments got the main four moon phases of the full , first quarter, last quarter, and new moon to work consistently. Now it's...
Vue.config ``` module.exports = { outputDir: '../wwwroot', configureWebpack: { devServer: { watchOptions: { ignored: ['tests'], } } } } ``` tsconfig.json ``` { "compilerOptions": { "declaration": true, "target": "esnext", "module":...
I continue to have this problem with all of my vue applications. Does anyone have any experience with this issue?