Anthony Miyaguchi

Results 30 issues of Anthony Miyaguchi

## Change Summary This PR adds an `env_parse` extra into Fields to allow for custom parsing of the environment within Settings. This is useful when specifying a custom format in...

awaiting author revision

The `make run` command does not work properly because the mysql database takes too long to respond. The wait script does not check whether the database is accepting requests, and...

On a `ubuntu:22.04` docker image and a gce instance using 22.04, the installation of the logging role fails with the following output: ``` TASK [google-cloud-ops-agents-ansible : Add repo and install...

It would be useful to have generated api documentation when working across projects (in particular knowing the interafaces for the ingestion-core stuff). There's a [maven javadoc](https://maven.apache.org/plugins/maven-javadoc-plugin/usage.html) plugin that can be...

[RTBHOUSE/avro-fastserde](https://github.com/RTBHOUSE/avro-fastserde) is an alternative data writer and reader that uses just-in-time (JIT) compilation to improve serialization and deserialization of Avro data. The current Avro sink as of commit bfdfd2c runs...

enhancement
ingestion-beam

Avro schemas can be generated from [mozilla-pipeline-schema](https://github.com/mozilla-services/mozilla-pipeline-schemas) through the [jsonschema-transpiler](https://github.com/acmiyaguchi/jsonschema-transpiler). These schemas should be made available to ingestion-beam via the `AvroSchemaStore` added in #448. This would make the pipeline capable...

llamadb is broken in the current rust nightly 1.15.0 release. The first change is using the `Cow::` smart pointer constructor instead of `into_cow`, since [it has been depreciated](https://github.com/rust-lang/rust/issues/27735). The other...

The example from `scala-udaf-from-python` has been helpful for writing bindings for scala code in python. However, I was wondering why it's necessary for the UDF registration to take place after...

When we load models into the pick-and-place gazebo environment, they drop down onto the table and move around in a very “floaty” fashion. This is because the physical properties are...

This addon is awesome and has been valuable to my mixed dpi setup. However, this addon has been marked as 'legacy' in `about:addons` on recent builds of Firefox 55 nightly...