David Lojudice Sobrinho
David Lojudice Sobrinho
It would be nice to have a topological sort of the whole graph.
Is there a plan to have a high performance implementation using WASM?
The CLI has become a central tool in the Herbs developer experience. The current CLI has two problems in my opinion: the first is technical, with low test coverage and...
- **Description:** fix create_sql_agent prefix and suffix when `prefix` & `suffix` arguments are nor None. - **Issue:** - **Dependencies:** - **Twitter handle:** @dalssoft
### Issue with current documentation: I wasn't able to follow the [quick start guide](https://python.langchain.com/docs/get_started/quickstart) because of a dependency issue. Everything was going well until I tried to install Faiss. ###...
## Problem Changing a working software is hard. Especially when it is connected to a database. Keeping the database schema in sync with the domain is timing consuming and error...
The only test currently being generated (from `new` or `update` command) is use case tests. Since entities also can (and should) have logic, they should have tests for entities as...
apart from the naming, this issue rises a problem with being able to get multiples IDs from REST. This issue highlits 1. Fix file name 2. Fix UC and step...
Would be great if we improve the behavior of `herbs update` for cases when entities have relationship with other entities. ## one-to-one ```js entity('ToDoList', { id: field(Number), items: field(Item), ```...
I imagine a developer looking for some of the categories, like Test Frameworks, and using the information there to make a decision, with all the libraries listed there. But what...