sebsoftware
sebsoftware
Use a hook like the following: ``` #!/bin/bash NGINX_DIR=${NGINX_CERT_DIR} || "/etc/nginx/certs" FILE=${DNSROBOCERT_CERTIFICATE_NAME} || $(basename "${RENEWED_LINEAGE}") mkdir -p ${NGINX_DIR} if [ -d "${NGINX_DIR}" ] && [ -d "${RENEWED_LINEAGE}" ] then IFS=","...
Testing with the test-masters show that this happens only with lazy model. 1. Use the attached test. 2. Selected default page size is 10, no group summaries are show, 3....
Find a quickly hacked test case for 8 attached. Code is not very well, but I hope it is good enough for testin [primefaces-lazy-datatable-summaryrow-8.0.zip](https://github.com/primefaces/primefaces/files/9302430/primefaces-lazy-datatable-summaryrow-8.0.zip) g
Regarding your question about size 15, if the summary should be shown on a break or not. Maybe it would be nice to have an option to show a summaryrow...
Just tested it with my application and it seems to work. Good work!
I've tried to create an integration test. But integration-tests doesn't seem to work currently. Even the example from the Readme is not working in the current master `mvn verify -Pintegration-tests,parallel-execution,mojarra-2.3...
The above solution is not working with iOS and android clients. ``` #!/bin/bash NGINX_DIR=${NGINX_CERT_DIR} || "/etc/nginx/certs" FILE=${DNSROBOCERT_CERTIFICATE_NAME} || $(basename "${RENEWED_LINEAGE}") mkdir -p ${NGINX_DIR} if [ -d "${NGINX_DIR}" ] && [...
I had the same problem with Catalina on a MacBook Pro. I fiddled a lot, but Postgres wasn't added to the list of applications in system security. I tried this...
(Sorry, added it at the wrong place before) I've made some experiments. If I reset the cached value from the DataTableRender -> preRender method ``` getStateHelper().remove(InternalPropertyKeys.sortByAsMap); ``` This keeps the...
Further testing shows that removing the sortBy map clears the user selected sorting. So it may not the solution. Maybe it makes sense to merge the old and the new...