Michael Schulte
Michael Schulte
Alternatively to the aforementioned Copperspice there is [Verdigris](https://github.com/woboq/verdigris) which was inspired by Copperspice and claims to have better usable macros than Copperspice and directly works with QT up to 5.10...
@tnovotny Hey Thomas, it actually works - but your code requires a few corrections: 1) the filter would expect one parameter only: a `std::tuple` - auto expanding to `int i,...
@tnovotny Yeah well - maybe not everybody cross-reads about all your issues... OK - back to my question: what would the expected output of your call be - without changing...
@tnovotny OK - I think I finally got what you meant. `transform` pushes the returned value to the next pipe. In your case the kind of inconsistency we get is...
Getting the same error since this morning too!
Prophet has a dependency to `holidays` and they updated the library tonight If you set to use holidays version 0.24 explicitly in the requirements it should (hopefully) work again (at...
hint at prophet guys: please replace the dependency "holidays>=0.14.2" to maybe "holidays==0.24" (or some other specific version) and file a bug at [python holidays](https://github.com/dr-prodigy/python-holidays)
relates to https://github.com/facebook/prophet/issues/2430
I'm a little flustered and worried that an actual course uses spark together with Scala 3 - I would consider this combination experimental and not suited for beginners (although Scala...
I get different exceptions - and it has nothing to do with Scala 3.3.0 or 3.3.1 - rather with the collect and the StarWars files I tried collecting the data...