Alexander Kim

Results 56 issues of Alexander Kim

Code: ``` ``` causing Nuxt 3 error: "[Vue warn]: Failed to resolve component: a-extract-style If this is a native custom element, make sure to exclude it from component resolution via...

This would be useful, if you want to use Nuxt's api routes for a 3rd party integrations, like messenger, i've checked source code but haven't found a way to do...

I think it's misconfigured, not a single rest method works correctly. Example: PUT http://localhost:8000/api/collections/ payload: ``` { "text_embedding_model": "hf:BAAI/bge-small-en", "text_distance_metric": "cosine", "llm_model": "huggingface:StabilityAI/stablelm-tuned-alpha-3b", "extract": [ "snippets" ], "index": [ "text"...

Why it's not listed on nuxt.com/modules? Found it by googling

question

## Description The `context: fork` feature added in v2.1.0 doesn't appear to work. Skills with `context: fork` in frontmatter still run inline instead of in a forked sub-agent context. ##...

bug
has repro
platform:macos
area:core

## Description When resuming a session with `claude --continue`, file edit diffs from the previous session are displayed and remain visible, cluttering the chat interface. ## Steps to Reproduce 1....

bug
has repro
platform:macos
area:tui