Mason Malone

Results 66 comments of Mason Malone

I also discovered this while using sitespeed.io to benchmark several unrelated sites at the same time. The "Summary" page is showing median statistics (e.g. "Performance score") across every URL being...

+1 This bug just bit me while trying to set up a global rbenv directory.

I looked into this and I'm pretty sure it was fixed in https://github.com/mermaid-js/mermaid/commit/9a0d5e31b77fcea6b20338078e46c78d5a8a7c3c, which hasn't been released yet

Here's a script that can be used to nicely format plan diffs (adapted from https://gist.github.com/Integralist/2b4298d4d287376b8a939c4e9eadd693) ```bash #!/bin/bash terraform plan -out=tfplan > /dev/null 2>&1 CHANGES=$(terraform show -json tfplan | jq '.resource_changes[].change')...

This bug bit me too, so I made a fix.

I can reproduce this as well using dynomite inside Docker (built with the official Dockerfile). My config: ``` dynomite: dyn_listen: 0.0.0.0:8101 listen: 0.0.0.0:8102 stats_listen: 0.0.0.0:22222 data_store: 1 tokens: 4294967294 servers:...

I can confirm this bug on PHPUnit 9.5.1. However, this only seems to happen with PHP 7.4. I can't reproduce this with PHP 7.3, so I think something changed in...

@nschonni > If we do add it back, I think using the old install apt-install method would be better than a submodule. Unfortunately, the [version of "bats" in Ubuntu 20.04](https://packages.ubuntu.com/focal/bats)...

@SimenB Okay, I removed the submodule and changed it to use `npx [email protected]` instead.

Wow, thanks for the great reply @na-- ! That does answer my question, so I'll go ahead and close this. I recently finished my evaluation, and I'm going to recommend...