Gary Malouf

Results 15 issues of Gary Malouf

Create a file 'file1.proto' and define a message as follows: //Assume all normal package and protoc options message CommonEnumMessage { enum CommonEnum { ALPHA= 0; BETA = 1; GAMMA =...

Noticed the following when dogstatsd started up: 2017-06-24 03:26:10 | WARNING | dd.dogstatsd | config(config.py:316) | Histogram percentiles are rounded to 2 digits: 0.999 rounded It would be nice to...

We are using ruby-2.0.0 on Ubuntu Trusty for our ec2 machines. We've been experiencing a behavior where the ansible deployment hangs indefinitely even after rvm has finished installing ruby as...

We have the following release process, skip-tests command skips unit tests but not integration tests: ``` releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, inquireVersions, releaseStepTask(test in IntegrationTest), setReleaseVersion, releaseStepTask(docker in docker), releaseStepTask(DockerKeys.dockerPush in...

Wondering if an update can be pushed through that builds a scala 2.12 version. I'll open a pr.

The go-algorand-sdk leverages Cucumber tests that start up indexer and conduit. When there is a protocol/consensus upgrade in go-algorand's master branch (and a nightly build runs), Conduit is not able...

## Summary Support includes always grabbing corresponding asset parameters, supporting pagination via the next / limit parameters, and enforcing max batch caps. Closes #5250 ## Test Plan Initial smoke tests...

Enhancement
experimental

Appears to be a test race condition. > > Failed > RUN TestLedgerCatchpointSPVerificationTracker > testingLogger.go:40: time="2023-12-06T20:43:42.299457 +0000" level=info msg="trackerDBInitialize upgrading database schema from version 0 to version 10" file=trackerdbV2.go function=github.com/algorand/go-algorand/ledger/store/trackerdb/sqlitedriver.RunMigrations...

If the desire is for this client to be able to work with services that dynamically change their DNS name entries (many in AWS, GCP, etc), we need to update...

## Summary This PR also introduces endpoint to retrieve local config in json format, scoped to private/admin API. It additionally adds a print to the algo-out file at startup of...

Enhancement