Angie Byron
Angie Byron
Three different comments with three different recommendations. ;) This is why some "official" guidance would be helpful, IMO. (Thanks for the input though, that's helpful to have different things to...
Ok, figured out (I think) that this is because I was not using the LTS version of Node.js. Doing: ``` nvm install --lts ``` ...got me a bit closer. (Now...
For folks having this problem: are you using Acquia DevDesktop? I had the same issue (different repo) where `composer create-project ...` failed with the `fatal: Not a git repository (or...
Ok, so in debugging from wget, http://downloads.mysql.com/archives/get/file/mysql-5.6.41-macos10.13-x86_64.tar.gz redirects to https, which redirects back to cdn, but a slightly different URL pattern: https://cdn.mysql.com/archives/mysql-5.6/mysql-5.6.41-macos10.13-x86_64.tar.gz Changed it to this, and that seems to...
Right, echoing some of the other comments here: * My understanding of https://github.com/ossf/wg-securing-software-repos is they would be engaging more "upstream" from a typical open source maintainer/developer. In the Drupal world,...
Also, thank you so much for taking the time / effort to read and consider this, and also for your patience as I muddle my way through an unfamiliar process....
Seeing the same when attempting to run the hello world example from https://github.com/temporal-community/openai-agents-demos: ``` time=2025-07-28T21:55:46.436 level=WARN msg="error in prometheus reporter" error="a previously registered descriptor with the same fully-qualified name as...
In my case, grepping the project for this line leads me to https://github.com/temporalio/sdk-core/blob/d2426f75c70528fc6b4cdb341e666c161fcf195b/core/src/telemetry/metrics.rs#L629C11-L629C62 ``` /// The string name (which may be prefixed) for this metric pub const WORKFLOW_TASK_SCHED_TO_START_LATENCY_HISTOGRAM_NAME: &str =...
Looks like this has happened!
Just an update on this issue from @Quinn-With-Two-Ns in a conversation from Slack: Proto 4 has some issues with grpc-java. We're waiting for https://github.com/grpc/grpc-java/issues/11015 to resolve and plan to follow...