Alfonso Acosta

Results 55 issues of Alfonso Acosta

See https://github.com/weaveworks/build-tools/pull/42 and https://github.com/golang/lint/issues/246 Related: #40

To prevent things like #38 from breaking builds again

## TL;DR Add opt-in support for [SEP 23](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0023.md). SEP23 adds a strkey representation (M-strkeys) for MuxedAccounts. For example, given the MuxedAccount `MAQAA5L65LSYH7CQ3VTJ7F3HHLGCL3DSLAR2Y47263D56MNNGHSQSAAAAAAAAAAE2LP26` , you might get the following fields: source_account:...

2021-Q3

It would be great if there was an easy way to replace kube-proxy by flux, allowing me to see http QPS/response status/response time graphs per service/endpoint without instrumenting my application.

dogfood

# TL;DR - [ ] Infer services from WeaveDNS records: `fluxctl select --weavedns `. - [ ] Embedded edge balancer: `fluxctl expose -p `. - [ ] Automatic attachment to...

dogfood

`/metrics` endpoint and all ...

We should add continuous integration to this repo

When calling `host.invoke_function()`, if a ledger entry is missing (e.g. due to a badly constructed contract invocation), the following error message is returned: ``` HostError: Error(Storage, MissingValue) DebugInfo not available...

This comes from https://github.com/weaveworks/flux/issues/1925 Input: ```yaml --- # Source: webapp/templates/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: name namespace: namespace spec: selector: matchLabels: name: name template: metadata: labels: name: name spec:...

## TL;DR Add support for additional `_muxed` and `_muxed_id` optional fields in Horizon's JSON responses (available since [Horizon 2.4](https://github.com/stellar/go/releases/tag/horizon-v2.4.0), following what's described in [SEP 23](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0023.md#horizon-api-changes)). That is: > Anyplace a...