Tristan Zajonc
Tristan Zajonc
This library seems broken with Node 0.6. The issue, I think, is that `http.createClient` is deprecated (it no longer is in the docs at least.) Switching the code over to...
I'm not seeing a license. Preferably MIT/BSD.
This is more of a questions than a bug. What prevents users from just directly accessing the standboxed content is these examples? For instance: ``` //mydomain.com/samples/profile_viewer/profile_viewer.html ``` If a user...
## Summary Fixes #2459 **Problem**: FTS queries with offset return empty results instead of the expected items. **Root Causes**: 1. **Tantivy implementation**: `search_index()` function ignored offset parameter completely 2. **Non-Tantivy...
## Summary - Fix unhelpful error messages in vector column inference that don't help users understand what vector columns are available - When multiple vector columns exist, the error now...
Use python3 instead of python for virtual environment creation since python may not map to python3 outside venv, e.g. on macOS.