Roman Kolesnev
Roman Kolesnev
Storybook 5.2.8 + React + TypeScript, custom config (no CRA or Next). Interface: ```typescript import React from "react"; import { Button } from "@material-ui/core"; export interface HelloProps { /** *...
Right now `wrap` DSL is not affected by callbacks. By the way, all the steps and tracks inside wrap are affected. ## Goal Design behavior for callbacks and wraps. Even...
https://github.com/p0deje/yard-doctest This library can run examples in the documentation as tests. Same stuff we have in Elixir standard library and it's awesome. Main advantage: we can guarantee examples correctness in...
We can enforce the Conventional Commits standard by using a git hook. Lefthook already can do this, here is an example: https://github.com/Arkweid/lefthook/blob/master/docs/full_guide.md#bash-script-example So, we have to find a tool for...
## Context Right now CodeCov is used for the test coverage tracking. On the other side, CodeClimate provides both maintainability and coverage tracking. Inch-ci provides documentation coverage badge. ## Task...
## Problem When you're debugging a business logic based on `SharedContextPipeline` it's nice to have an optional ability to temporarily turn on logging of a steps' execution. But writing it...
Hi! I want to contribute to trailblazer development and decided to start with uber. I think that it's right decision because of most of tb gems using it. My proposal...