Olaf Tomalka
Olaf Tomalka
OpenRPC is a manifest specification that describes all possible JSON-RPC 2.0 methods available on the server in a way that is computer understandable, including method discovery. I'm writing a client...
Minimal example ([As per LESS specification](http://lesscss.org/features/#mixins-feature-the-important-keyword)): ``` LESS .asd { color: white; } .dsa { .asd() !important; } ``` Results in this error ``` E: tmp.less line: 6, Syntax Error,...
Right now contract tests (`packages/contrats/test`) use Truffle wrappers on all contracts we have, while our library (`packages/civil.ts`) has better support for compile time errors. Using one wrapper in both places...
Currently to use our packages in Typescript projects, the end user has to include `@joincivil/typescript-typings` package in their `typeRoots` directive of Typescript. This is not a standard step and might...
Typescript 2.9 and later changes on how the JSON files are imported. Due to lack of time we've decided to freeze the version to `
I use Superstruct in an extremely hostile and adversarial environment and have identified few security issues which allows a malicious actor to bypass validation. Please provide a `SECURITY.md` file with...
I'm creating new struct using `define` and I'd like to return lazy iterator. That new struct internally uses more Structs such as `type`, I'd like to be able to lazily...
We've added opaque types in MetaMask/snaps-monorepo#961. Those types are not testable using normal jest, but we can use tsd to write tests for types like we do in https://github.com/MetaMask/utils/blob/main/src/json.test-d.ts. We...