Balázs Oroszi

Results 25 comments of Balázs Oroszi

In empty build dir, openexr one level up: ``` cmake ..\openexr -DCMAKE_INSTALL_PREFIX=..\install cmake --build . --config Release --target Install ```

It made no difference (should it have?, did it work for you?), resulting OpenEXRConfig.cmake and OpenEXRTargets.cmake ended up being the same. However using this change did: ``` diff --git a/src/lib/OpenEXR/CMakeLists.txt...

It seems you have an older CMake, one before 3.18, which introduced the ALIAS_GLOBAL property, and since it is possible to alias non-global imported targets. https://cmake.org/cmake/help/v3.18/prop_tgt/ALIAS_GLOBAL.html So that'll fix your...

I can confirm, the amount of warnings went through the roof with MSVC builds. As I see it is not an easy setting fix. The core of the issue for...

@meshula The main question I'd have is why are `TypedAttribute` etc. specializations class-exported? That seems to be the cause of the warnings primarily.

I worked around the issue mentioned here as well as in #2 by separating general and object-level permissions completely. By using a class something like this: ``` class CombinedCondition(BasePermission): """...

Hi, first time restic user here, trying it out. It looks great so far. However, I was quite surprised restic creates empty snapshots if nothing changed and moreover that there...

So would it be possible to add the flag to skip creating a snapshot if nothing changed?

It wouldn't change the way restic works by default, as it would be an **optional** flag. What kind of problems would it cause with the forget command btw?

What is "unusual" is a matter of opinion I believe, for me having "empty" (by the definition of "having little to no value based on the criteria of no files...