fauxbytes
fauxbytes
Similar to [Hibernate-validator's @ConstraintComposition](https://docs.jboss.org/hibernate/stable/validator/api/org/hibernate/validator/constraints/ConstraintComposition.html)? Essentially looking for a DRY [custom decorator](https://github.com/typestack/class-validator#custom-validation-decorators). Thanks!
Could it be that the the output transformers embed a LF in typescript files, rather than CRLF/LF, depending on the OS?
### Discussed in https://github.com/nektos/act/discussions/1453 Originally posted by **fauxbytes** November 22, 2022 ``` $ git br --show-current bb $ cat .github/workflows/bar.yml name: bar on: push jobs: bar: runs-on: ubuntu-latest steps: -...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
Hi. Given a mock configured with a set behaviours: ``` export const mock = mockClient(DynamoDBDocumentClient) .on(PutCommand).resolves({}) //... etc ``` How can this configuration be printed-out (e.g. for the purpose of...
Given: ``` let sig = ecKey.sign(msg); let sigDerHex = sig.toDER('hex'); ``` Is there a way to rehydrate `sigDerHex` back to a `Signature` Object? Many thanks!
Trying to instantiate a Signature object, e.g. like it's done [here](https://github.com/indutny/elliptic/blob/43ac7f230069bd1575e1e4a58394a512303ba803/test/ecdsa-test.js#L494). ``` import { ec } from "elliptic"; import Signature = ec.Signature; console.log(new Signature({r: '00', s: '00'})) ``` [test-elliptic.zip](https://github.com/indutny/elliptic/files/11119105/test-elliptic.zip) Getting...
IIUC, [above function](https://github.com/indutny/elliptic/blob/43ac7f230069bd1575e1e4a58394a512303ba803/lib/elliptic/ec/key.js#L20) is used to recover a full public key from its compressed variant. It returns a `KeyPair`. I could not find any particular docs on this type, so...
### Component Cast ### Describe the feature you would like ### motivation: Wanted to investigate a failed attempt to estimate gas. Could not find a trace option for `cast estimate`,...
Attempting to build on windows (git-bash). ``` $ git rev-parse --short HEAD e986b927 $ cd source/swap/ $ yarn compile yarn run v1.22.22 $ hardhat compile; yarn typechain Error HH303: Unrecognized...