itaru2622
itaru2622
**Is your feature request related to a problem? Please describe.** as discussed in [#1990](https://github.com/bluesky-social/atproto/discussions/1990), the current client UI doesn't have the way to access original image which actor posted to...
**Is your feature request related to a problem? Please describe.** as discussed in https://github.com/bluesky-social/atproto/discussions/1996, with current lexicons definition, it cannot be distinguished if each API requires authorization header or not...
compared to the API reference at https://atlas.ripe.net/docs/apis/rest-api-reference/ with current master of ripe-atlas-cousteau, cousteau's Probe does not support options_field. more over I found that measurement API on server side (atlas.ripe.net/api/v2/measurement/{pk}) supporting...
websocket-client document says: it needs http_proxy_auth attribute when proxy requiring authentication as described below. https://websocket-client.readthedocs.io/en/latest/examples.html#connecting-through-a-proxy but that attribute is not involved in below code: https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/6d51e0cb3e38cfd31770f8eeeb37d12d9ffb1cea/ripe/atlas/cousteau/stream.py#L126-L130 then it raises 407 error...
minifab up -i 1.4.12 got failed for docker environment in netup phase as below: ``` # Preparing for the following operations: ********************* verify options, download images, generate certificates, start network,...
main reason is: k8s consideration in playbooks/ops/certgen/*.yaml and netup/k8stemplates lacks care about certgen/renamekeyfile.yaml which involved when fabric version < 2.0 ```bash minifab up -i 1.4.4 -s couchdb -e true Using...
HACKING.md describes how to use unpublished( work-in-progressing) atproto/api for ozone, in below section. but this hack cannot use for building docker image as below error. how can use unpublished atproto...