Giorgi Bagdavadze
Giorgi Bagdavadze
I think it'd very convenient to have a comparison table which compares Bliss to BEM, OOCSS, etc.
Is it possible for decimals to appear only after I press `.`? E.g. if I type in `13` it should show `$13` and not `$0.13` and only after I press...
I'm trying to dispatch events from my *UI component*, and appears RCTEventDispatcher is mostly deprecated: https://github.com/facebook/react-native/pull/11792 I want to contribute to this but I need guidance.
Closes: #15356 ### Description: Add support for Azure OpenAI as an AI provider for Copilot - Creates a new AI config schema with validation for both OpenAI and Azure providers...
Closes: #N/A ### Description: This PR adds streaming support for AI agent responses. It introduces a new endpoint `/api/v1/aiAgents/:agentUuid/threads/:threadUuid/stream` that streams the AI agent's response to the client instead of...
Users want the ability to save visualizations generated in Agent chat directly to a dashboard or space for future reference and sharing. ### Bonus scope - [ ] Generate the...
### Description Bar chart labels get hidden when there's not enough space to fit them all. Possible fix: In cases like this, tilt the labels by default  ### Steps...
### Description: Add support for Azure OpenAI embeddings by: - Upgrading `@ai-sdk/azure` from 2.0.66 to 2.0.87 - Adding Azure as an option for `defaultEmbeddingModelProvider` in the AI config schema -...
### Description: Prevents fetching projects when the user is not logged in by adding an `isLoggedIn` check to the project fetching logic in `useActiveProjectUuid`. To reproduce the issue: - Login...
Currently, when users select an AI model in the model switcher, their choice is not persisted across sessions. It would improve UX to persist the last used model to local...