-
The puzzle `13-2876c904` from #13 has to be resolved:
https://github.com/proofit404/typedsql/blob/c7cb6a5a6c83b845e04c65d755a8f373e650ee8f/src/typedsql.py#L39-L82
The puzzle was created by @proofit…
0pdd updated
11 hours ago
-
nodes can replace adapters
-
Idea from [@blackbone](https://github.com/blackbone)
To convert any format to the desired one
The type of source can be any table, you write an adapter as a program that converts it into your data…
-
# Buffering in input adapters
The question arises: how much can an input adapter buffer while providing some useful guarantees to users?
The short answer: the adapter has to be in bed with the com…
-
Hi,
I currently have 4 3.1-1 Boards for sell. Each 12€ plus shipping.
BR
Marco
-
llama.cpp support multiple adapters, see https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md
why ollama support only one adapter?
https://github.com/ollama/ollama/blob/659…
-
My sleep-deprived brain has some notes to write down. I'll expand upon this when I actually have time to do things.
- Create an "Instruction" interface. This basic interface will represent a single…
-
**Is your feature request related to a problem? Please describe.**
The way adapters work, every message gets broadcast to all instances of the service. This represents a scalability problem, especial…
-
| --- | --- |
| Bugzilla Link | [510302](https://bugs.eclipse.org/bugs/show_bug.cgi?id=510302) |
| Status | UNCONFIRMED |
| Importance | P3 normal |
| Reported | Jan 11, 2017 14:12 EDT |
| Modifi…
-
### Description
One of the factors making Python's `requests` library quite flexible is its use of [transport adapters](https://docs.python-requests.org/en/latest/user/advanced/#transport-adapters), …