Johannes Maron
Johannes Maron
Add official Django 4.1 version support
cc @LincolnPuzey
Hi there, As discussed during the DjangoCon, here my remarks as a proper ticket. Currently, the README-file suggest to the scopes manager is set as the `objects` on the models....
Hi there 👋, Currently, the factory supports AMD, CJS and browser environments. However, modern websites and browsers have proper module (ESM) support. Let's say you want to do something like...
**Describe the bug** The package.json does not define `exports` as module entry points for better ESM support, see also: https://nodejs.org/api/packages.html#package-entry-points **Expected behavior** The build process exports ES modules, but they...
### Expected behaviour The non-minified files, should not point to a source map. ### Actual behaviour Currently, non-minified dist files point to a non-existing file. ### Steps to reproduce Just...
Hello 👋 my fellow open sourcerers, I am the maintainer of Django-Select2 and also responsible for the integration of Select2 into Django itself. I frequently get issue submissions regarding Select2...
Hi there 👋, Thanks for maintaining this wonderful open-source package ❤️ While adopting to ESM, I noticed a missing sourceMap: `wasm-imagemagick/dist/bundles/magickApi.js` points to a sourceMap `wasm-imagemagick/dist/bundles/wasm-imagemagick.esm-es6.js.map` which does not exist....
Hi, I might just do something wrong, but travis doesn't fail on translation errors. https://travis-ci.org/codingjoe/django-cc/jobs/122596051 The funny thing is, when I run the same command locally it works: ``` shell...