Andrew Ash
Andrew Ash
Now that Douglas Crockford has relicensed his code to Public Domain -- see https://github.com/stleary/JSON-java/pull/688 -- is there no longer a reason for this repo's existence?
## What happened? This library creates a PR that fails to compile:   Ideally, these refactors would...
## Before this PR We added an improved mechanism for registering stats on a cache in https://github.com/palantir/tritium/pull/1897, with a few FLUPs (linked at the bottom of that PR). The new...
Currently we have a few places internally where we want to record Cache Stats on a `AsyncLoadingCache`, and have to do this 3 statement process ``` class CachingFunctionRegistryResolvedFunctionLoader { private...
BLUF: when error'ing on an invalid package.json file, please output it with a path instead of just as `package.json` ----- Repro sketch: `lint-staged.config.js`: ``` "use strict"; module.exports = { "packages/**/src/**/*.{ts,tsx}":...
Version: `com.ezylang:EvalEx:3.4.0` I have a product using this library and have seen the below StackOverflowError in logs. Unfortunately I don't have access to the expression that triggered this, only the...
I had a similar complaint as https://github.com/palantir/assertj-automation/pull/360#issuecomment-1018726479, that rewriting `.isEqualTo(Map.of(` to `.containsExactlyInAnyOrderEntriesOf(Map.of(` is quite the mouthful and reduces readability. Maybe for singleton maps (with one entry) we can rewrite to...
Currently artillery has a console output for completed runs that looks like this: ``` -------------------------------- Summary report @ 16:49:52(-0800) -------------------------------- ``` This is helpful for copy+pasting results to a notebook...
Version info: ``` Artillery: 2.0.21 Node.js: v22.9.0 OS: darwin ``` Running this command: ``` artillery run artillery-load-test.yml ``` with this config in `artillery-load-test.yml`: ``` scenarios: - flow: - function: 'loadPayload'...
Version info: ``` Artillery: 2.0.21 Node.js: v22.9.0 OS: darwin ``` Running this command with an http request configured: ``` artillery run artillery-load-test.yml ``` I expected to see requests in my...