Jonas

Results 5 issues of Jonas

We are using [`qrcode-svg`](https://www.npmjs.com/package/qrcode-svg) to generate QRCodes for our gift cards and for registering new TOTPs. `qrcode-svg` uses a lot of [minified code](https://github.com/tutao/tutanota/blob/master/libs/qrcode.js#L88-L153) 🤦‍♂️ that we also copied over. The...

maintenance

**As a german government agency, i want to be able to download my invoice in the [XRechnung](https://de.wikipedia.org/wiki/XRechnung) XML standard, because that is the mandatory format for public mandates in my...

new feature

When a script file in the `assets` folder ends in `.mjs`, the `type="module"` attribute is added to the `` tag. Fixes #1904 ## Contributor Checklist - [x] I have run...

feature
clientside-callbacks

The PR https://github.com/plotly/dash/pull/2730 will introduce the possibility to use javascript modules for clientside functions. To be loaded as module the file in the asset folder need to end with `.mjs`....

Using dots (`.`) and other special characters as part of a `path_template` for pages is currently not supported. This is due to the fact that `path_template` is passed to Python's...

P2
fix
community