- Mar 04, 2022
-
-
petitminion authored
-
RenovateBot authored
-
- Mar 03, 2022
-
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
-
- Mar 02, 2022
-
-
Reinhard Prechtl authored
-
Georg Krause authored
-
- Mar 01, 2022
-
-
Georg Krause authored
-
Georg Krause authored
-
RenovateBot authored
-
RenovateBot authored
-
Georg Krause authored
-
RenovateBot authored
-
RenovateBot authored
-
- Feb 27, 2022
-
-
Kasper Seweryn authored
-
Kasper Seweryn authored
-
Kasper Seweryn authored
-
- Feb 26, 2022
-
-
Michael Long authored
Currently translated at 100.0% (1296 of 1296 strings) Translation: Funkwhale/Funkwhale's server front-end Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/zh_Hans/
-
Georg Krause authored
-
- Feb 24, 2022
-
-
Kasper Seweryn authored
-
Kasper Seweryn authored
-
Kasper Seweryn authored
-
Georg Krause authored
-
Georg Krause authored
-
- Feb 22, 2022
-
-
Kasper Seweryn authored
axios-auth-refresh has only prebuilt files, that might be the case when vite is trying to bundle it. It seems like vite thinks that it's constructed like: ``` export default { default () { // ... } } ``` This also fixes `jQuery is not defined` in dev
-
Kasper Seweryn authored
-
Georg Krause authored
-
Georg Krause authored
-
Georg Krause authored
-
- Feb 21, 2022
-
-
Kasper Seweryn authored
Linter did not like await in global scope besides it being fully functional, so I've created a `src/jquery.js` file which sets jquery globals and then we can safely import `src/semantic.js`.
-
Kasper Seweryn authored
-
Kasper Seweryn authored
-
Kasper Seweryn authored
-
Kasper Seweryn authored
-
Kasper Seweryn authored
`django-channels` module has only dist files which are built with parcel. This leads to `assignment to undeclared variable parcelRequire` error. A simple workaround is to add `var parcelRequire;` to the beginning of the module.
-
Kasper Seweryn authored
Vite handles tree shaking out of the box, so cherry picking modules is now pointless
-
Georg Krause authored
-
Ciaran Ainsworth authored
-
Georg Krause authored
-