David Herron
David Herron
I want to create a set of performance comparisons of template engines running on Node or Bun, and decided to use Mitata as the benchmark framework because that's what the...
Running `npm install` with Node.js v18.5.0 results in a huge error output while installing `microtime`. The current version of microtome, v3.1.0, works fine.
### Version Canary 0.1.5 ### Platform Linux davidpc 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the bug? Earlier I...
### Version 0.1.4 ### Platform Linux davidpc 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the bug? I have a...
**Description** I have an ECS Context that references one of my profiles (not the `default` profile, because I do not use the `default` profile). The Context explicitly lists the AWS...
The 'report' and 'reportCoverage' methods are great for casual use, but often one wants to save the reports into some kind of reporting database. For example one wants to be...
I'm an experienced programmer, but not in Python, but want to experiment with OpenADR, and want to try with OpenLEADR. I'm trying to set up the example servers shown on...
I'm still trying to get an example setup running and the current issue is that the VEN client is not registering with the VTN. Instead, this is printed: ``` Request...
## The problem to solve When installing my application, I get this message: > npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 My application (AkashaCMS) does not directly...
I have a complex case to get working, and I think I understand what's going on. The test is below. The issue is `akasha.filecache.documents`. This object is initialized asynchronously, and...