Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dust-tt/dust

flvndvd created a review comment on a pull request on dust-tt/dust
Also you can do something simpler for customer error classes. ``` const ConversationNotFoundError = class extends Error { readonly name = "ConversationNotFoundError"; constructor(me...

View on GitHub

flvndvd created a review comment on a pull request on dust-tt/dust
Not a big fan of this pattern.

View on GitHub

flvndvd created a review comment on a pull request on dust-tt/dust
In TS you can't capture explicit error types. Here we basically swallow all the errors which is definitely not what we want 🙃.

View on GitHub

flvndvd created a review comment on a pull request on dust-tt/dust
No classes/types within functions body. Also why a custom error classes here?

View on GitHub

flvndvd created a review on a pull request on dust-tt/dust

View on GitHub

aubin-tchoi pushed 1 commit to zendesk-get-permissions dust-tt/dust
  • fix: fix retrieveSelectedNodes bf617c8

View on GitHub

aubin-tchoi pushed 46 commits to zendesk-get-permissions dust-tt/dust
  • Public API handles auth with AUth0 token (#8085) * Public API handles auth with AUth0 token * Apply feedback *... 0d03fb1
  • chore: remove most snowflake TODOs (#8092) Co-authored-by: Henry Fontanier <[email protected]> 2c668c7
  • feat: release snowflake connector (#8124) Co-authored-by: Henry Fontanier <[email protected]> 6889e95
  • Ext: End of login flow: call /me, save user & pick workspace (#8115) * Ext: End of login flow: call /me, save user &... a114371
  • Fix build no top import of config (#8127) f1c01ed
  • core: cargo update (#8129) 483b6b5
  • [Favorites] Invert fill/stroke icon for add/remove (#8130) Description --- As per title; related [thread](https://... 1619927
  • [front] - enh: members management (#8099) * Augment VaultResource constructor to support many groups * Add suppor... 5a433cc
  • Add day in workspace-usage endpoint (#8131) * Change husky to run npm run format in docs check * Remove docs:chec... 80824b2
  • Do not delete global groups when deleting regular vaults (#8134) * Do not delete global groups when deleting regular... 0b97a51
  • [front] Enable save when using a template (#8128) 5c94c2a
  • Vaults to Spaces step 6 (#8132) * Spaces polish * :sparkles: * Implement default restriction on space creation... 16b1cbb
  • feat: set zendesk as preview instead of rolling out (#8126) 433ce59
  • [connectors] Allow comma after bot name (#8133) 52f29f3
  • [sparkle] - enh: `TextArea` (#8136) * [sparkle] - refactor: update TextArea component with style and resize improvem... d8d745c
  • [front] Add plugin for datasources (#8123) b6b632c
  • front: Fix cloning workspace assistant as user (#8140) fec1677
  • changing the destination of the qualification form (#8138) 65d4e64
  • [connectors] Handle 'Bad Request' from google oauth (#8144) 7f05406
  • Update nginx to use our own image (#8139) 057f9ce
  • and 26 more ...

View on GitHub

philipperolet pushed 1 commit to clean-views dust-tt/dust

View on GitHub

JulesBelveze created a review on a pull request on dust-tt/dust
LGTM

View on GitHub

aubin-tchoi deleted a branch dust-tt/dust

aubin/remove-nested-buttons

aubin-tchoi created a comment on a pull request on dust-tt/dust
Handled in https://github.com/dust-tt/dust/pull/8112

View on GitHub

aubin-tchoi closed a pull request on dust-tt/dust
Remove nested buttons
## Description - Fixes #8018 ## Risk ## Deploy Plan - Release and publish `sparkles`. - Deploy `front`.
Fraggle opened a pull request on dust-tt/dust
Fix: always use company data as default selection for api key
## Description default to company data when creating an api key. ## Risk None ## Deploy Plan Deploy `front`
JulesBelveze deleted a branch dust-tt/dust

fix/conversation-deletion

JulesBelveze closed a pull request on dust-tt/dust
[front] - fix: multi conversations deletion
## Description This PR fixes an issue with multi-conversation deletion. Previously, when selecting multiple conversations for deletion, an error message: ``` Cannot access conversation: co...
JulesBelveze created a review comment on a pull request on dust-tt/dust
Should be consistant now

View on GitHub

JulesBelveze created a review on a pull request on dust-tt/dust

View on GitHub

JulesBelveze pushed 1 commit to sparkle/enh/button dust-tt/dust
  • [sparkle] - refactor: change MetaButtonProps to a non-exported interface - Make MetaButtonProps interface internal ... 4542c8a

View on GitHub

JulesBelveze created a review comment on a pull request on dust-tt/dust
Indeed, mistake

View on GitHub

JulesBelveze created a review on a pull request on dust-tt/dust

View on GitHub

JulesBelveze pushed 2 commits to sparkle/enh/button dust-tt/dust
  • [sparkle] - refactor: update IconButton and Button variants from 'ghost' to 'highlight' - Changed 'ghost' variant t... 65cc3cc
  • [sparkle/src/components] - feature: add size prop to MetaButton component - Allow passing a `size` prop to influenc... 2f15a37

View on GitHub

philipperolet created a review on a pull request on dust-tt/dust
Ok for the temporary fix :+1: As mentioned in the description and as discussed IRL: - we need to change sooner than later, because here this will make it work for the conversation/agent_configur...

View on GitHub

Fraggle created a review on a pull request on dust-tt/dust
Approved

View on GitHub

aubin-tchoi pushed 1 commit to main dust-tt/dust
  • Add an empty ZendeskConnectorManager (#8125) * feat: add an empty ZendeskConnectorManager * feat: add a ZendeskCo... ed898af

View on GitHub

aubin-tchoi deleted a branch dust-tt/dust

zendesk-new-connection

aubin-tchoi closed a pull request on dust-tt/dust
Add an empty ZendeskConnectorManager
## Description - Add an empty `ZendeskConnectorManager` to reduce boilerplate in subsequent PRs. ## Risk ## Deploy Plan - Add a table zendesk_configurations - Deploy connectors.
Fraggle created a review on a pull request on dust-tt/dust
Where exactly is the fix ? I expected some kind of stopPropagation(). (note: i tested and used multiple time before, if it's broken, it's a regression)

View on GitHub

PopDaph created a review on a pull request on dust-tt/dust

View on GitHub

JulesBelveze pushed 1 commit to fix/conversation-deletion dust-tt/dust

View on GitHub

JulesBelveze created a review comment on a pull request on dust-tt/dust
Yeah I didn't really bother for consistency in the stories but "secondary" should be "highlight". I will make it consistant

View on GitHub

Load more