Aleksandar Atanasov

Results 14 comments of Aleksandar Atanasov

Just as a test I removed the `cmake_minimum_required()` from the project. Following configuration and build step in VS2017 didn't exhibit any issues whatsoever.

Did you guys try the CMake shipped with Visual Studio? Please note that VS ships its own version, which (at least up to 2017 included) is impossible to be replaced...

Ok, maybe I should have phrased things differently. 🤣 Will it be possible to separate the information completely? This does not mean remove it from the current locations of course....

True, that is why I recommend to always add a "." after each number when you are working with floating point numbers so that stuff like this doesn't happen.

@Micalson Well if I'm not mistaken easylogging++ outputs text either to a file or the standard output (that you see in your console). You need to redirect the `std::cout` output...

I can confirm that on my Debian Jessie. - **Export to single web-page** - some Native UI components are displayed, others - not - **Export as PDF** - all pages...

> FROM circleci/runner:launch-agent > ... > RUN apt-get update && \ > apt-get install -y ca-certificates && \ > mkdir -p /kaniko/ssl/certs/ && \ > cat /etc/ssl/certs/* > /kaniko/ssl/certs/ca-certificates.crt Can...

> > ``` > > - echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64 | tr -d '\n')\"}}}" > /opt/kaniko/.docker/config.json > > ``` > > Using this same path for my `config.json`,...

Check the official documentation on this provided by NVIDIA [here](https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/). I would also love to have this feature especially since my Python application already uses CUDA.

> Hi @mathstuf, > > The install scripts will not license MATLAB on GitLab CI and are really intended to work only on the handful of CI services we currently...