-
### Background and Motivation
The Accumulo RPC layer uses Apache Thrift as both the transport and protocol but I think it would be worthwhile to consider switching to gRPC in the future for the RPC…
-
Config:
1. Docker serves all matrix services.
2. `Matrix Authentication Service` is installed and configured to use a OIDC upstream.
3. Using Authelia for IdP, and SWAG as a reverse proxy.
4. This…
-
## Description
I run a set of userdata commands to spin up Graph Explorer in an EC2.
Auth is via IAM auth and EC2 have the necessary IAM role attached.
```bash
#!/bin/bash
cd /home/ec2-us…
-
From the logs:
2024-10-27 11:03:54.249 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (, ) in /usr/local/lib/python3.12/ssl.py, line 713: cont…
-
### Environment
```
------------------------------
- Operating System: Linux
- Node Version: v20.18.0
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package …
-
async function test() {
const client = new SuiClient({
transport: new SuiHTTPTransport({
url: 'https://fullnode.mainnet.sui.io:443',
websocket: {
…
-
https://jenkins.scylladb.com/job/scylla-6.2/job/next/51/ failed with the following error:
```=================================== FAILURES ===================================
========================…
-
### Description
A `ContextVar` set within a `lifespan` context manager is not available inside request handlers. By contrast, doing the same thing via an application level dependency does appear se…
-
brannan.cloud takes multiple seconds to load.
My immediate thought is the async calls for the web status badges while using Azure SWA. I need to investigate if this is supported or not on Azure SW…
-
Supporting proxies for the websocket connection would be very helpful for multi-user bots. `node-steam-user` currently supports this, and its one of the remaining features I'm missing from steam-vent.…