petef19

Results 18 comments of petef19

> You can use Angular with any version of ES the only thing you need is async/await downleveling. > > Just pipe babel with async/await plugin into AngularCLI underlaying webpack...

same here on Win 10 x64 Electron 8.5.5 Spectron 10.0.1 Mocha 8.2.1

+1 I set `PG_EXPORTER_EXCLUDE_DATABASES='template0,template1'` as env var in `docker-compose` but both `template0` and `template1` still have metrics... Thanks.

@arun11299 @gocarlos `Is the openssl installed correctly and the path you are setting pointing to the expected location ?` I downloaded executables from ICS [here](http://wiki.overbyte.eu/wiki/index.php/ICS_Download#Download_OpenSSL_Binaries_.28required_for_SSL-enabled_components.29), then simply put them in...

@gocarlos I've not worked w/ Conan before. Is there a step-by-step walk-through on what to do to compile cpp-jwt (via Conan) so that I can use it in my C++...

alright, I got `conan 1.29.0` installed via pip. Your last post is a `CMakeLists.txt` file. Where does that go ? Does that replace the `CMakeLists.txt` file in the `cpp-jwt` root...

Just using it in my project. I need to use json webtokens so I was looking into `cpp-jwt`.

Does the script above replace the `CMakeLists.txt` file in the `cpp-jwt` root ?

so are you saying I don't need to compile cpp-jwt first to be used in my project, I just simply add the conan set up and requirements to my project's...

ok, I will try that Thanks !