issues Search Results · language:Edge language:TypeScript language:JavaScript language:JavaScript language:TypeScript
Filter by
34.9M results
Implements #508 (user profile picture).
What
- shared/InitialsAvatar — generic, props-driven initials avatar (size + colour via props, token-backed, TSDoc +
example) used as the fallback.
- lib/avatar/resize-image.ts ...
enhancement
{ sourceId : url , paperId : 48DB8840 , url :
https://www.semanticscholar.org/paper/A-synergistic-workspace-for-human-consciousness-by-Luppi-Mediano/9fd4e0f23535cc92539f6533f52ae37889144dfb
, title : A ...
gh-store
stored-object
UID:paper:url.48DB8840
Value Impact
undefined
Patch
```diff
--- a/src/api/client.ts
+++ b/src/api/client.ts
@@ -12,7 +12,11 @@ export async function fetchSpokeData(payload: any): Promise any {
try {
const response ...
Wanted to submit a bug report and noticed there s no issue templates and no CONTRIBUTING.md. This repo is public and
looks like it could get contributors, but there s no guidance on:
- How to set up ...
Went to trivisionx-ai.vercel.app and it looks like the page still has the template filler content from whatever v0.dev
scaffold was used to start this.
Stuff I noticed:
- Testimonials from fake people ...
{ sourceId : url , paperId : 2D1FFAD0 , interactions : [] }
gh-store
stored-object
UID:interactions:url.2D1FFAD0
Setting this up for the first time was annoying because there s no .env.example anywhere. The README mentions some vars
(like GOOGLE_CLIENT_ID, PINECONE_API_KEY, etc.) but I had to dig through the Settings ...
# backend/test_events.py
llm = get_llm(provider= openai , model_name= gpt-4o-mini )
There s no OpenAI provider configured anywhere in the codebase. I checked backend/src/core/config.py — the Settings ...
Tried to run python backend/check_embeddings.py and immediately got import errors.
The problem is here:
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), ../../../../../backend ...
Noticed this in frontend/next.config.ts:
typescript: {
ignoreBuildErrors: true,
},
This tells Next.js to just... not check TypeScript at all during next build. So if someone breaks a type — wrong ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.