Dirk Eddelbuettel
Dirk Eddelbuettel
Inaction on bug reports can be hair-raisingly frustrating (not a complaint, everybody is busy... but our hands are tied) so good to see this unclogged by @mmaechler. As I recall,...
I used the following which produces something closer to what the R Journal, JSS, ... use for CRAN packages: ``` @Manual{Github:annoy, author = {Erik Bernhardsson}, title = {Annoy: Approximate Nearest...
Using `$XDG_CONFIG_DIRS` and linking back is good, as is the plan to document the `eval` use. For now I'll try the same with a local 'dotfiles' git repo I have.
Builds cleanly (and more quickly, no `libmagic.a` recompilation) for me. The console talks about bz2 though: ``` [...] -- Starting TileDB superbuild. -- Found ccache: /usr/bin/ccache -- Found Bzip2: /usr/lib/x86_64-linux-gnu/libbz2.so...
Thanks for the bug report. The most recent `g++` and `clang++` versions emit more warnings, and the build defaults to treating warnings as errrors, creating an impasse. The build will...
This is a bit confusing: ```sh edd@rob:~/git/tiledb/examples/cpp_api(rd/memfs_error_debug)$ ./memfs Error: Must use process global Context on memfs. 2 3 4 6 7 8 The MemFilesystem is associated with a single VFS...
Thanks for opening the issue, and for moving on with a PR. > I have found a new error with libmagic. Can you provide additional detail on _how_ you found...
Hi @royassis and thanks for opening an issue. Can I ask if and how you have TileDB installed? There are different (documented) way to do that, I have to install...
I think that installs only the _Python_ package, also named `tiledb`, whereas you attempted to use the C++ examples. Python has its own examples: https://github.com/TileDB-Inc/TileDB-Py/tree/dev/examples Conversely, if you want C++...
Also, consider coming over to our Slack and jumping into either the #tiledb-embedded (for C++) or #tiledb-py channel. See bottom our home page or [use this link](https://join.slack.com/t/tiledb-community/shared_invite/zt-ndq1ipwl-QcithaWG6j1BImtuQGSpag).