mohit kumar singh
mohit kumar singh
nothing helped ! the solutions told here are too obvious. Most of the people who came here searching would have already done that
The binary created still doesn't work standalone. Atleast when I run on nginx. EDIT: It will work if $uri exactly matches the $uri the admin is mounted on. You can't...
#87 You can use this extension to solve this problem. ### Usage - Replace the contents of `node-modules/@editorjs/image/dist/bundle.js` by [dist/bundle.js](https://github.com/MohitKS5/image/blob/read-only/dist/bundle.js). repository. ```js { image: { class: Image, config: { onRemove:...
@liarco That's not the only way. Taking diff is just one way and there are better solutions. You don't need to remove the file the moment onRemove trigger is fired....
@christoph-kluge Yeah that's absolutely correct. But diff is overkill if you just want to delete images. I keep an array called deleted, I append the image_key to it whenever a...
I did the changes. Is specifying `@param {object}` and providing link to format (output data section) is sufficient or should I re-describe it in the section ?
pulled master and rebuilt for production. The only conflict was `package.json` version. There are warnings on build but I didn't introduce any new warning. I checked by building the master...
Sorry, I forgot to check the upstream, pulled master of my own fork only. Its fixed now.
@robonetphy done.
I think supporting [this](https://github.com/go-pg/pg/issues/1363#issuecomment-526176463) will be difficult if you support the non-pk referencing fks. If this is true then I would definitely prefer the multi pk feature (the already implemented...