Christian Weiske

Results 276 comments of Christian Weiske

Here is a screenshot of miru running in the task manager but without any visible window: ![2024-02-05 miru task manager](https://github.com/miru-project/miru-app/assets/59036/c080205a-f1d2-4dba-bf79-b3cc5253e174) Where should the log be saved at? I never saw...

This file does not exist. The only files in that folder are: - default.isar - settings.hive - settings.lock

Thanks for the explanation. I've switched to awstats, since adding a "stats" domains for each of my single subdomains (archive, search, feeds, tmp, gamestick, git, ouya, etc) is not feasible.

I'd rather like to see the php-specific pyrus instance to be used to download the pecl extension instead of the "pecl" command.

That would actually use pyrus to build + install the pecl extension, which is something that does not always work because of pyrus bugs. It is nevertheless the method that...

[`start_chromium_browser`](https://github.com/guysoft/FullPageOS/blob/devel/src/modules/fullpageos/filesystem/home/pi/scripts/start_chromium_browser) runs chromium with `--kiosk` which probably disables the dialog.

@Ldwg2002 please delete your previous comment and attach their content as file.

I'd like to see this feature, too. Also, the HTML page `` should be set to the play's title.

Documentation: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values Note that chrome does not respect `autocomplete=off`.

I solved my problem by manually defining the service provider order in my `config/app.php`: ``` 'providers' => [ // [...] my own providers here, and after them: //translator needs to...