Christian Bieser
Christian Bieser
I have rebooted the entire server and then started the replication manually. Afterwards, the CPU load remains high as described above.
This is my _memory-settings.yml_ ``` version: '3.1' # Description: Customize memory settings services: db: command: postgres -c "shared_buffers=4096MB" -c "shared_preload_libraries=pg_amqp.so" shm_size: "4GB" search: environment: - SOLR_HEAP=4g ```
@shwetaatgiphy do you have any updates on this issue?
@shwetaatgiphy do you have any updates on this issue?
IE 11 says "AUDIO/Video unknown MIME-Type". The MIME-Type ist "audio/aac". Here is my example: http://wraps.swr3.de/wraps/jplayer-aac/player.html It's working in EDGE and Google Chrome. Alternative MP3 Fallback would be nice as in...
@thepag do you have any idea how to solve this issue?
Hi @joe223 , thank you very much! Could you please add the API methods `start` and `stop`?
What about the `aria-live=polite` attribute? While loading the fragment set the ` aria-busy=true` attribute. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-busy
In Commit 118ec66, the files were renamed to CSS, but their content remained LESS. For example, `&` references are still present. `pagination.css` for example: ``` .swiper-pagination { position: absolute; text-align:...