Saïd
Saïd
> "Make it work, make it right, make it fast" -- [Kent Beck](https://wiki.c2.com/?MakeItWorkMakeItRightMakeItFast) ## 1.0. Support for partial update has been added I have opened the following PRs, which add...
Part 3 of 3 to add support for partial updates to Capgo. The original PR had gone stale[^1]. Step-by-step instructions on how to test the partial update feature have been...
Part 1 of 3 PRs to close #119.
In a recent comment made by dang on [Jan 15, 2021](https://news.ycombinator.com/item?id=25787770), he gave out general stats on how HN's readership is distributed: > Intellectual curiosity exists everywhere, HN's userbase is...
Part 3 of 3 PRs to that adds support for partial updating to [Cap-go/capacitor-updater](https://github.com/Cap-go/capacitor-updater/issues/119).
This PR intends to close #12935. It could probably be characterized as a 🕷 bug fix of sorts rather than a performance fix because even though Meteor on Windows is...
## Issue This implements the integration of SearchApi as a `WebSearchEngine` which after merging should close https://github.com/langchain4j/langchain4j/issues/1132 ## Change cc: @mark-searchapi ## General checklist - [x] There are no breaking...
PR checklist: - Did you run ClangFormat ? N/A - Did you separate headers to a different section in existing community code base ? N/A - Did you surround `proton:...
Not sure if the Merge Grant project meets this repo's criteria to be included. > Merge Grant is a micro-grant initiative designed to give ambitious builders resources as they pursue...
### What is the problem you're trying to solve The following `compose.yaml` file: ```yaml version: '3' services: test-cache: image: "redis:3.2.10" ports: - "6379:6379" test-fakesmtp: image: munkyboy/fakesmtp ports: - "1025:25" tty:...