Matthew Cox

Results 6 comments of 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 ![image](https://user-images.githubusercontent.com/3461388/224517605-317a695d-e981-4c7f-92e5-2e883f413d29.png) ![image](https://user-images.githubusercontent.com/3461388/224517633-bfec31f8-6705-4332-bf6f-607a9a7e3f72.png) Error Output: ``` foundry.js:59187...

@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?