Jordan Stephens
Jordan Stephens
Hello! I'm investigating adding support for specifying the label to display in the advanced view list's collapsible header. For example, in the image below, I might like to replace "SKILL...
Ordering on association columns is broken if the associated model uses a non-standard table name. `attribute.tableize` is not sufficient. For example, given these models ```ruby class Foo < ApplicationRecord has_one...
**Your environment** * `ruby -v`: ``` ~/wk/mos % ruby -v ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22] ``` * `rdbg -v`: ``` ~/wk/mos % rdbg -v rdbg 1.8.0 {:mode=>:start, :no_color=>nil, :no_reline=>true}...
I frequently check `RLS.current_tenant_id` in my code to check if a current tenant has been specified, and I also use `RLS.disable_for_block` in a few places where no tenant is relevant....
**Description** Following the [Installation docs](https://tiptap.dev/hocuspocus/installation/express#express) for integrating Hocuspocus server with an Express.js app, I found a race condition during the process of responding to a request and setting up the...
Follow up to #683 Depends on https://github.com/DefangLabs/defang-mvp/pull/1016 Merge those first. Fixes #426 Print a new `job` column in the tail output when verbose mode is enabled.
## Description Add `https://` before non-internal endpoints so that they are clickable from the shell. ## Linked Issues ## Checklist - [ ] I have performed a self-review of my...
What if folks want to run their own fork of it? Should we check the suffix `"/openai-access-gateway"`? _Originally posted by @lionello in https://github.com/DefangLabs/defang/pull/1138#discussion_r2070512768_
This warning needs to be removed for playground support @nullfunc _Originally posted by @jordanstephens in https://github.com/DefangLabs/defang/pull/1138#discussion_r2070550548_
This file was copied when we imported the mcp server, lets sort out what we need to do to use the original one.