Tristan Slominski
Tristan Slominski
It appears that Node.js `SecureContext` does not like `getOwnPropertyDescriptor` called on it. ``` TypeError: Method _external called on incompatible receiver # at Function.getOwnPropertyDescriptor () at _clone (/var/task/node_modules/clone/clone.js:156:24) at _clone (/var/task/node_modules/clone/clone.js:162:18)...
**Description** So far, I've been using `linuxkit build -format aws ...` to build `x86_64` AWS images on an Intel Mac. I would like to start building for AWS Graviton2 ARM...
Solv: Add support for hidden predicate to Separator. While this is a pull request, it's more of an ask to support the `hidden` attribute on the `Separator`. The use case...
## Short description Everything builds and tests pass. When attempting to build for WASM: ``` opa build -e "reproduction" -t wasm reproduction.rego error: 1 error occurred: reproduction.rego:1: rego_type_error: undefined ref:...
### Please describe the feature that you want to propose First, apologies for me being poorly organized and not bundling this together with #4045 . The motivation is the same...
### Please describe the feature that you want to propose **Feature**: expose `dx` & `dy` (change in `x` position coordinate & change in `y` position coordinate) in `NodePositionChange` event in...
[@jepetko](https://github.com/tristanls/dynamodb-lock-client/pull/26#issuecomment-628468199): >The reason why I was using a real database is the higher confidence when writing DynamoDB statements. I already experienced bugs related to bad statements even with passing tests...
Distributed locks are non-trivial. Recordings help increase confidence that the correct thing is happening. [@simlu](https://github.com/tristanls/dynamodb-lock-client/pull/26#issuecomment-628588334): >I'd much prefer mocha as we could use node-tdd and we could easily use recordings...
Instead of emitting individual events like: `stats.timers.find.ms` `stats.timers.find.round.ms` perhaps instead emit a single `telemetry` event with content being self-describing: `module=discover.target_type=timer.operation=find.unit=ms 10` `module=discover.target_type=timer.operation=find_round.unit=ms 2` alternatively: `module=discover target_type=timer operation=find unit=ms 10` `module=discover...
Currently, the transport interface guarantees that `contact.id` and `contact.data` will be transported. Additionally, the transport interface reserves `contact.transport` property for internal use. The behavior, when transported, of properties used by...