macmoritz
macmoritz
> However, in Chrome, the icons specified in manifest.json would probably supersede the html Tag. Is there a problem templating the manifest.json file? Furthermore we should define `` and ``...
I have not seen the error "invalid character" yet, but I did not checked the js console or network tab in the devtools. Will do next time. Often I do...
I am talking about the code written in the `rx.script` component. It is not minified as I can see in the production code.
```python return rx.fragment( rx.chakra.color_mode_button(rx.chakra.color_mode_icon(), float="right"), rx.script(""" console.log("Hello, Reflex!"); function myFunction() { console.log("Hello again"): }"""), ) ``` This `rx.script` gets rendered as ```html console.log("Hello, Reflex!"); function myFunction() { console.log("Hello again"): }...
Looked a bit around and found two mainly options to implement this: **1. Struct to JSON** We create a struct like the existing manifest.json file and parse this to JSON...
I got the same behaviour on a rpi 4, needed to build ihsplay myself. Moonlight worked fine. Log: ``` [0000.648] [SDL.ERROR] D Failed loading udev_device_get_action: /lib/arm-linux-gnueabihf/libSDL2-2.0.so.0: undefined symbol: _udev_device_get_action [0000.678]...
I've investigated further: The useragent/request locale is used, the setting in authentik is ignored. Tested with chrome devtools, `Ctrl+Shift+P` -> `Show Sensors` -> `Location`. Location London: everything is english, as...
Should be fixed by [8d37e83](https://github.com/goauthentik/authentik/commit/8d37e83df75f33ae5b4dd0d019b3dc65caddce38).
The setting is respect until the next (re-)load of the authentik interface. Not fixed in 2024.4.1.
Still not fixed in 2024.4.2. Friendly reminder @BeryJu