Doug Donohoe

Results 13 comments of Doug Donohoe

> Created a [fork](https://github.com/faberchri/fast-data-dev) with the required [changes](https://github.com/faberchri/fast-data-dev/commit/753da93c50187ac3d65d7f0bcca8b2d2af650090) to run on arm64 / Apple M1. > > Execute the following sequence of commands: > > ``` > git clone https://github.com/faberchri/fast-data-dev.git...

This [ZcashFoundation](https://github.com/ZcashFoundation/zebra/pull/4370/files) PR seems to fix the same issue in Github CI. I wonder if there is a way to set this in GCP Cloud Build? ```text # Some builds...

FYI, you can start Dynamo in-process. Here is the core code: ``` val port = 8042 val file = new File("/some/path/to/where/sqllite/shared/libraries/are) SQLite.setLibraryPath(file.getAbsolutePath) // start server val localArgs = Array("-inMemory", "-port",...

I can confirm that an application we have at the New York Times exhibited a 2x-3x slowdown when we upgraded to protobuf v1.4.2. We use protobuf to store data in...

I think this is because `archive.lenses.io` is down. It seems it has happened before, per this issue: https://github.com/lensesio/fast-data-dev/issues/186

You can also just `docker pull dougdonohoe/fast-data-dev` and get the image I built prior to the issues with `archive.lenses.io`

I filed a ticket with `lenses.io` over the weekend and they seem to have restored `archive.lenses.io`. It's working for me now.

Expanding on the previous comment, my https://github.com/lensesio/fast-data-dev/pull/185 PR makes a multi-arch image. Try ``` docker pull dougdonohoe/fast-data-dev ```

Thanks @parkerroan - out of curiosity, what permissions did you give the service account that key belongs to? Also, this sounds like a good use for Google Secret Manager. My...

@Davidnet I haven't explored @parkerroan's solution yet. What we do is use this script to break the build into two parts, which has provided some success: https://github.com/dougdonohoe/multi-arch-docker/blob/main/docker-buildx.sh