Philipp Geier

Results 14 comments of Philipp Geier

I need scala for a project now. Just tried the newest version of kak-lsp (used with plugin manager....) In the kak-lsp.toml file I added ``` [language.scala] filetypes = ["scala"] roots...

> The design of Configuration was that eckit::Value is an implementation detail. see e.g. comment > > ```c++ > class Configuration : public Parametrisation { > /// @note Do NOT...

We will need this to in multio to resolve all of the deprecation warnings. Moreover I will need some of it in my mars2grib work on metkit to distinguish between...

@figi44 ... is this PR still relevant Seems quite important for our CI?

Multio has failing CI runs due SEGFAULTS we could trace back to this race condition (although it's not happening very often). However, as multio is downstream for a lot of...

Okay, we can some new SEGFAULTS in multio now. That's bad ... need to investigate. Downstream ci helped in this case

> This feels like it is ... overly complicated. And not totally clear that it will solve the issue (as opposed to likely solves the issue). > Compared with the...

Think it was related to the pyfdb PR that we just closed... I know that Tom has introduced something similar back then??? Is there something similar available now... without having...

So the find_dependency stuff is working properly now - also from a bundle. Now we just need to see why the pyfdb runner with gnu8.5 is using the lib64/ instead...

How likely is it that we move the whole stack to C++20? When it is possible to do for eckit, it must be possible for the whole stack?