Nikola Radovanovic

Results 9 comments of Nikola Radovanovic

It depends on usage. For example, I am storing sequence in the DB and want to continue where I left off, since using sequence to "mark" received messages and remove...

Hi, thanks. Will do both. Well be in touch. Cheers

> @paesrafael guessing you don’t work with any others as that’s only gonna work for your computer. One year later, I am experiencing same issue with node v14.17.3 and npm...

Hi, just a question - what is the status of this functionality? We switched to v2 recently and need some missing data interpolation. If this is not in your plans,...

Many thanks for your answer - I will try it later today or tomorrow morning. Just to check my understanding: I need to get package location (where include and lib...

I did play a bit with suggested readings and realized that maybe I should of ask: "Is it possible to build package with autotools but in such way it can...

Sorry, I forgot on this one. I ended up with following: ``` import os from conan import ConanFile from conan.tools.files import check_sha1, download, unzip from conan.tools.gnu import Autotools, AutotoolsToolchain from...

I have updated the "sample" above. Had to keep/add: ``` self.cpp_info.system_libs =["webp", "png", "jpeg"] self.cpp_info.includedirs = ["include/GraphicsMagick"] ``` I had issues when using "just" `self.cpp_info.includedirs = ["include"]` since the way...

I will close the issue/question now!