Evan Galpin

Results 10 issues of Evan Galpin

As of today, the JSON index is an inverted index and can't be further configured by the user via schema settings. It would be very powerful to support the ability...

This change might not be for everyone, so I respect the right of the core maintainers to downvote/close. The backstory here is that I am using `asyncpg` to connect to...

Hi all! I’m interested in the properties that HaloDB provides, but I’m curious to learn about the status of HaloDB. The repo here looks as though the most recent update...

Currently, recipes are created using python's `platform.system().lower()`; this returns `linux` for both Debian or RedHat distros. Greater granularity is required to allow for custom recipes for either distro.

enhancement

Provide a utility for exporting and importing `vim_config`'s

enhancement

Hi there, Thanks for all the work that goes into jsctags. I use it daily and appreciate the hard work. I'm having difficulty with files that are fully wrapped in...

When using the ui-state directive inside a nested ng-repeat, I'm trying to set unique ui-state names using expressions. Here is an example (ng-repeat devices and options): ``` ui-state="{{device.name | nospace}}{{option.label}}Button"...

Adding a docker-compose file to make initial setup super-easy. Ideally, please try out this docker-compose configuration before merging. I tried on my machine and I'm up and running, but best...

Instructions: 1. The PR has to be tagged with at least one of the following labels (*): 1. `feature` 2. `bugfix` 3. `performance` 4. `ui` 5. `backward-incompat` 6. `release-notes` (**)...

Relates to https://github.com/apache/pinot/issues/10712 This PR proposes to remove the concept of separate "servers" for OFFLINE and REALTIME query handling. Instead, queries are uniquely identified based on the physical table that...

enhancement
cleanup