Jordan Husney
Jordan Husney
Imagine as though you wanted to make a Slackbot. Let's assert folks using the Slackbot go through a step to store their unique authentication credentials (i.e. a JWT token) with...
## Issue - Enhancement [A user](https://app.hubspot.com/contacts/3888472/contact/406101/?_t=1586618614998) 🔒 writes: > It's a pain in the butt that you can't move cards between categories during the Reflect phase once you've made them...
Collecting feedback here on requests for an Asana integration: [A user](https://app.hubspot.com/contacts/3888472/contact/3191701) writes: > We used parabol for our leadership meeting today. Loved it. Way better time management and intentionality. It...
## Issue - Bug [A user](https://app.hubspot.com/contacts/3888472/contact/77510551) 🔒 reports: > There was one particular thing that's annoying, when grouping cards, it's trying to be smart and auto-suggest the name of the...
Fixes #10
I'll submit a PR shortly for this trivial fix. Running `llm ps` or `llm kill` on my poor, tired development system resulted in: ``` $ llm ps Traceback (most recent...
## Issue - Enhancement Background: https://github.com/ParabolInc/parabol/pull/9417/files/5ac2b541fbfcb0cf8232adc4de2168f2ef050fdf#r1488739626 Today the embedder has no way to distinguish how far along it is when adding historical items to the `EmbeddingsMetadata` table from when the...
# Description Cleaned up for company, this is the embedder service that is being readied for merge. While there are a few enhancements that I'd like to make in short...
## Issue - Enhancement The "research edition" of the embedder service utilizes redis as queue to notify concurrent, stateless embeddings process when there are objects to calculate embeddings for. This...
## Issue - Enhancement Background discussion: https://github.com/ParabolInc/parabol/pull/9417/files/7bac50ab602ffceef4ae27d4ea2aa41d413cc134#r1489864598 @mattkrick suggest: If denormalizing our data isn't getting us a speed boost, why not get rid of models? It introduces a 2nd source...