John Lam

Results 7 issues of John Lam

The [docs](https://docs.featureform.com/guide/deploying_with_docker) say: ```bash docker run -d -v /custom/mount:/root/.embeddinghub/data -p 7462:7462 featureformcom/embeddinghub ``` However, the directory that is created in `embedding_store.cc` is `metadata` instead of `data`. Furthermore (and I'm not...

When working with an RMarkdown document, the working directory is set to ~\Documents, rather than the current working directory of the project. Where this causes confusion is that code that...

type:bug
area:Project

# Transmit Cell Metadata Hello! We (@willingc and @MSeal) would like to propose a new JEP that describes transmitting cell metadata to kernels. This PR contains the JEP proposal that...

# Transmit Cell Metadata Hello! We (@willingc and @MSeal) would like to propose a new JEP that describes transmitting cell metadata to kernels. Below is a summary and a link...

**Bug Description** I'm not sure how it got into this state: Error: Error during compaction: Error: API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"The request body is not valid JSON: no low surrogate in...

bug
duplicate
platform:macos
area:core
area:api

### What happened? Either that or I'm using gemini-4-pro now: ### What did you expect to happen? I was expecting to have errors on the cli if i picked an...

area/core

### Problem `ChatRecordingService.writeConversation()` currently uses `fs.writeFileSync()` directly: ```typescript fs.writeFileSync(this.conversationFile, newContent); ``` This is vulnerable to data loss if the process crashes or is killed mid-write - the session file could...