Ingo Müller

Results 29 comments of Ingo Müller

I am not sure whether this has the same cause, but it is related. The following error reporting is extremely misleading: ``` rumble$ dateTime("2012-03-16T10:18:35Z-0700") >>> >>> ⚠️ It seems that...

Thanks for brining this to my attention! I looked into this a bit and I think here's what I'd need to do to make it work: The base image I...

I just ran into this trying to use abseil from an LLVM external project. LLVM is built with `CMAKE_INCLUDE_CURRENT_DIR=ON`. This took me forever to find. Maybe abseil should set `CMAKE_INCLUDE_CURRENT_DIR=OFF`...

Clone this project to `abseil-cpp` and create `CMakeLists.txt` with the following content: ```cmake add_custom_target(check) add_subdirectory(abseil-cpp) ``` Create an empty folder, `cd` into the folder, and run `cmake .. -DABSL_ENABLE_INSTALL=ON`, observe...

If nobody feels responsible or competent to answer this question here, where else is the right place to ask this question?

Thanks for confirming that this isn't possible currently. > What I understand is "As a user I would like to include bazel py_library targets in the requirements and potentially replace...

The build seems to fail currently due to [an issue with the `checkout` Github action](https://github.com/actions/checkout/issues/1271).

Yes, I think 'large-packages-whitelist' would be a good idea. Maybe an actual list of regexes rather than a poor-man's list encoded as a string? I have been able to reduce...

Thanks for the prompt and elaborate answer! This was exactly was I was looking for! > ### Substrait does have some mandates regarding record order > Certain relations can specify...