-
ARC and Linux Page Cache duplicate one another re data cached.
ARC has various memory management issues associated with it, due to being a bolt on and not integrated with Linux's Page Cache.
ARC…
-
Currently gRPC C++ supports built-in compression algorithms. As more compelling algorithms to come, gRPC needs to accommodate those but it's not a good idea to add those to builtin one because it will…
-
Just wanted to share some thanks for this project!
All is working great with standard frames (1500 mtu), but I ran into some inconsistencies when using jumbo frames (9000 mtu).
I bought this USB…
-
Presently some of the apps does not have all their dependencies in the same folder as the app itself. Thus the apps cannot be plugged in into any website. Manage the app dependencies and make the apps…
-
It would be awesome to have an easy way to plug this in a Enum/Stream/Flow pipeline. Since nowadays we have to do something like:
```elixir
count = length(list)
list
|> Stream.with_index(1)
…
-
```
Since Solr (1.4) now offers php output, I decided to get the class to use
it. In addition, I tried to make it a little flexible so that you can
switch which wt to use.
See the attached path. It…
-
So the original metadata parser works by convention: it expects the headers to represent title, author, date and tags in that specific order. This is super lightweight (implementation is only ~10 line…
-
I'd like be able to use httpio with httpx on trio, I'd be able to do this if all of this with a pluggable session strategy:
```python
@attr.s(frozen=True)
class AIOHttpFactory:
_session = at…
-
so the default Swing popups can be replaced by something else
-
- [ ] Move grpc_config out of config file.
- [ ] Make new communication component easy to plugin.