Greg Bowyer
Greg Bowyer
This is more a WIP and discussion for design. Cxx looks great but I think there are some things we can consider or use regarding [absl] (unlikely unless we add...
We dont have to do this right away, but as https://internals.rust-lang.org/t/evaluating-pipelined-rustc-compilation/10199 comes to fruit, we could plug this into bazel pretty easily.
We change up the openssl build generation to be able to generate builds for other platforms and systems. The initial added platforms are for macos. In the process of doing...
This is an attempt to expose the mock cluster somewhat directly. This allows for control over the mock cluster, giving end users the ability to alter behaviors for a degree...
As part of bazelbuild/rules_rust#361 a minor challenge is presented. Presently the Rust standard library links to a number of system libraries on various platforms. These are to get access to...
# Support recursive types (#92) and (#95) The following is a reworking of the `schema` module to allow for recursive types to function correctly. When I started this work I...
… Hi, this will be a little insane and a little strange, but I would like to get a read on the following as I refine it towards a potential...
### Description of the bug Not sure what is happening here, I get this panic for `record -i` ``` ❯ RUST_BACKTRACE=full git record -i The application panicked (crashed). Message: A...
### Description The API gateway produces the following type of output ```python [ { 'id': 'XXXXX', 'tags': [ ('Environment', 'prod') ], 'name': 'prod', 'ctime': '2000-01-01T01:01:00Z', 'mtime': '2000-01-01T01:02:00Z', 'description': 'Prod', 'stage_cache_cluster_enabled':...