shnplr
shnplr
The Connects is missing in UI when specifying multiple workers (distributed) e.g. ``` connect: - name: connect-cluster url: "http://worker1:8083,http://worker2:8083" ``` However it works if providing a single URL: ``` connect:...
Hi Testing Helm deploy with basic auth After clicking "Logout" get displayed login page (good). But when logging in again (same or different user) the application show briefly and then...
Hi, When user pool policy allows user to sign themselves up the rendered html includes additional http actions such as /signup & /confirm HTTP (GET/POST). However AWS documentation for domain...
1. Initial error: ``` (venv) > pip3 install -r requirements.txt Collecting flask~=1.1.4 (from -r requirements.txt (line 1)) Using cached Flask-1.1.4-py2.py3-none-any.whl (94 kB) Collecting SQLAlchemy~=1.3.20 (from -r requirements.txt (line 2)) Using...
This PR to resolves Issue 49 to support block brackets in the inline mode. Then name math_inline_double reflects the similar approach to double dollars handling.
Hi, Java 17 + JPA/Specification SpringBoot v3 Have this error on my project by leaving out the final single quote e.g. `(status in ['Submitted', 'Completed', 'Pending'] and firstName ~ 'Bob)...