Trevor
Trevor
After some further testing and digging into the code, it appears that the code on line `/lib/fsevents-handler.js:505` appears to be causing the issue, though it looks like it was thrown...
Huh. I can't account for this behavior on Linux, then.
This is explained in this blog post: https://medium.com/the-vue-point/retiring-vue-resource-871a82880af4
Do you have an example on Codepen or something?
These headers... ``` Access-Control-Allow-Origin Access-Control-Allow-Methods Access-Control-Allow-Headers ``` ..are response headers, and they must be sent by the server, not the client. Your example code above is sending them as part...
Adding the following to the BaseEditor constructor resolves the issue for me. (PR submitted.) ```typescript this._options = Object.assign({}, this.config.defaultOptions) ```
Oddly enough, if I append a space to the end of the tag value (e.g. "b07fbb53-00c8-4f8b-96c2-9918d0bbad70_Sam Payne ", then the tag displays as it should and the space is not...
Thanks. Said workaround is sufficient for us for now, but I thought you'd like to know.
That's correct, that is the primary key. Unfortunately, I don't have an accessible version that you can play with. However, I just checked the version number; we're using version 1.0.0...
For anyone that comes across this issue, here's a solution that solved my problem: https://github.com/eseom/nunjucks-template