Jeremiah

Results 80 comments of Jeremiah

Something like `info` might be relevant in the context of Pluto.jl notebooks, I could imagine an html widget/output with this would be quite useful. One downside to DataFrames.jl’s `describe` function...

Quick question here, it's hard as a user to see which features are not currently supported if they are all in a single issue. What about using a query label...

@hannahbast I think I can get the PR 95% of the way together with the Yggdrasil community, then I would tag you on the PR so you could give feedback...

@hannahbast Yep, it should, I don't anticipate any issues, unless there are minor tweaks required to make it possible to build on other platforms. :)

@hannahbast Ok, so here is a question...have you ever seen an error like this where everything builds and then the tests fail? Full trace: https://gist.github.com/jeremiahpslewis/5cacd8d25997a59d154a6931524826f1 ```text [01:10:30] make[2]: Leaving directory...

@joka921 There's a great command line interface which drops you into a debug shell for running builds locally, here are the steps (assumes you have docker installed): 1. Download and...

@joka921 I'm working on updating the PR for the aarch64 etc. builds, you are right that I need to move the binaries to the right location

@joka921 Here are the updated Mac build logs: Link: https://gist.github.com/jeremiahpslewis/ce7191f5283156d87a9993b00caed6b2 Highlights: ```bash 2021-12-15T17:22:39.3591876Z [17:22:39]  2021-12-15T17:22:39.3593528Z [17:22:39] HEAD is now at 944ef05 Merge pull request #55 from Flamefire/disable_tests_for_subproject 2021-12-15T17:22:39.3980342Z [17:22:39]...

Latest Mac error: ```build [05:31:10] cd /workspace/srcdir/qlever/build/third_party/antlr4/runtime/Cpp/runtime && /opt/bin/x86_64-apple-darwin14-libgfortran5-cxx11/x86_64-apple-darwin14-clang++ --sysroot=/opt/x86_64-apple-darwin14/x86_64-apple-darwin14/sys-root -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src/atn -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src/dfa -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src/misc -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src/support -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src/tree -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/workspace/srcdir/qlever/third_party/antlr4/runtime/Cpp/runtime/src/tree/xpath -I/workspace/srcdir/qlever/build/runtime/thirdparty/utfcpp/install/include/utf8cpp -I/workspace/srcdir/qlever/build/runtime/thirdparty/utfcpp/install/include/utf8cpp/utf8 -mmacosx-version-min=10.15 -Wall -pedantic -W -std=c++11 -stdlib=libc++ -O3 -DNDEBUG -O3 -DNDEBUG...

Yes please! We're getting so close to having this done. (I hope.) If you have an Apple Silicon Mac and care to install Julia, you can try out the following:...