xaver

Results 18 issues of xaver

Source ```markdown ![alt text](stephen-leonardi-38h8bgXoxJI-unsplash.jpg?foobar=asdasd "title text") ![alt text](stephen-leonardi-38h8bgXoxJI-unsplash.jpg?preset=foobar "title text") ![alt text](stephen-leonardi-38h8bgXoxJI-unsplash.jpg?preset=test "title text") ``` Result ```html ``` Changing stuff in MediumObjecTrait line 515 and 172 and around are the...

**Description** .env variables in Makefiles use `?=` basally to set something, if nothing else is set (or see it as default value). In v1 of docker compose we could pass...

stale
Docker Compose V2

**Description** YouTrack allows filtering and adds the query into URL and clear URLs breaks it (at least deactivating fixes it). **Problem** This results in a fight between the application and...

## Expected Behavior I select the DB and choose the folder. ## Current Behavior I select the folder and afterwards the DB and selection is ignored or invalid. ## Possible...

feature request

At the moment, i overwrite the style, but the variables from docusaurus should be used like i do and the support is integrated and match the colors from the project....

This happens only in the development context in current alpha of docusaurus. I don't try to search, i only moving or hovering with the mouse over the field throws the...

Workaround for me is ```yaml header.published: type: toggle label: Published (as extra site) highlight: 0 options: 1: PLUGIN_ADMIN.YES 0: PLUGIN_ADMIN.NO default: 0 validate: type: bool ``` Found no way to...

lt-highlighter should be changed from `display: none` to `display: none !important`, because some sector from a website could apply a different display style and Show a random indent. Zammad for...

I want to embed a video privacy-friendly in a website without loading until somebody presses play. At that moment the iframe source will be set and autoplay will start the...

I use default local interpreter and it fails to wrote the file to /tmp651265a5615... `sys_get_temp_dir()` returns string '/tmp' (length=4)` `$this->cookiePath = sys_get_temp_dir();` to `this->setCookiePath(sys_get_temp_dir());` should resolve this or?