Pierre Souchay
Pierre Souchay
Consul now supports weights in services (with différents values for Passing and Warning statuses). Would you consider to take it into account?
Because those URLs do not work: ```bash curl https://srtm.kurviger.de/SRTM3//Eurasia//N35E139.hgt.zip ``` does not work anymore (changes on Cloudfront side recently?) While ```bash curl https://srtm.kurviger.de/SRTM3/Eurasia/N35E139.hgt.zip ``` works as expected
When parsing any function with BEGIN/END, parsing will fail: Small example: ```sql CREATE FUNCTION public.my_func_max_42() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF (SELECT SUM(mycounter::int) FROM mytable) > NEW.mycounter::int >...
#### Overview of the Issue We have regularly some heavily loaded Consul agents leaking file descriptors. This does not happen, but happens (~ once a week on 50000 agents). In...
Instead of providing a list of targets, it would be possible to find other targets using Consul discovery to find all vulnerable targets ;)
periods were not correctly parsed with recent versions of pyparsing because of usage of White() White is actually not needed, added some tests to avoid issues detected in #324
**Describe the bug** Recently tried to bump tableauserverclient from version 0.16.0 to 0.18.0 **Versions** Details of your environment, including: - Tableau Server version : Tableau Online - Python version: 3.9...