Spiros Tsalikis

Results 16 comments of Spiros Tsalikis

Is there a reason the julia one lives in each own repository? Could we move it to ADIOS?

@pnorbert would you like to remove the julia example from the main repository?

@Neumann-A as a ParaView and VTK developer, yes ParaView depends on a VTK, but not on a specific formal VTK version. ParaView 5.12, which will come out soon, depends on...

There could be a problem with the circle ci, i am not sure if cmake is installed by default.

The PR is ready to be merged. I am waiting on @ArashPartow .

The problem is here: ```c++ template scan_expected operator()(T& value) { if constexpr (!detail::is_type_disabled && std::is_same_v< context_type, basic_contiguous_scan_context>) { auto rd = make_reader(); return impl(rd, range, value); } else if constexpr...

The solution seems to be: ```c++ template scan_expected operator()(T& value) { if constexpr (!detail::is_type_disabled && std::is_same_v< context_type, basic_contiguous_scan_context>) { auto rd = make_reader(); return impl(rd, range, value); } else if...

@eliaskosunen we would appreciate if you could review this PR.