Simon Legner
Simon Legner
Migrated to bootstrap-icon https://icons.getbootstrap.com/icons/save/
Thanks for your answer. I agree that one cannot support every possible markup language. Have you considered a plugin interface for adding custom parsers? Concerning the package dependency: when adding...
What about replacing `jcrop` by https://fengyuanchen.github.io/cropperjs/ This library allows image rotations in arbitrary angles. A simple integration could allow the user to input the desired rotation angle. A more enhanced...
Recently, I've been uploading quite a few images from http://pid.volare.vorarlberg.at/ and most times the Croptool was sufficient. A few times I used GIMP/gthumb to rotate the image 0–2° before cropping....
Another approach would be to send an appropriate `Access-Control-Allow-Origin` header in `backend.php` in order to allow the frontend run on http://localhost:8000 (e.g. using `php -S localhost:8000`) and use https://tools.wmflabs.org/croptool/backend.php for...
I rebased this commit onto the recent changes. @mickem, any remarks/concerns w.r.t. this PR?
Hi, oh, it's more complicated than I thought... What about: > (Alternative) migrate to [Vite](https://vitejs.dev/) + [@vitejs/plugin-vue2](https://github.com/vitejs/vite-plugin-vue2) (Vue 2.7) or [vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2) (Vue 2.6 or earlier).
Alternatively we could link to the corresponding section of the Vite docs: https://vitejs.dev/guide/features.html#vue
I dug into the moshi sources and submitted a PR against moshi. Let's see.
The [JSON standard](https://tools.ietf.org/html/rfc7159#section-6) is pretty lose on the precision on numbers. It specifically notes that everything outside IEEE 754 double precision might cause interoperability problems.