Michele Piccirillo
Michele Piccirillo
This is a toy implementation of a command that is supposed to execute a sub-command for each package in a monorepo. It takes as arguments the sub-command to run in...
Given this this class and this factory definition: ```ruby DataClass = Struct.new(:x, :y, :z) FactoryGirl.define do factory :parent_factory, class: DataClass do x 1 trait :y do y 1 end trait...
This is a re-implementation of #431, addressing @vadimdemedes' [comment](https://github.com/vadimdemedes/ink/pull/431#issuecomment-882620548) about keeping API retro-compatibility, while adding some extra flexibility: * Allows controlling which character is used to draw the border box...
This small change brings the parsing behavior for GNU-style short options (`-F=value` being equivalent to `-F value`) on par with the parsing of long options (`--flag=value` being equivalent to `--flag...
This opens the way to adding a pure Node.js bridge, that can be run on different platforms. It also improves significantly the rendering performance in image-heavy layouts, as the rendering...
As we discussed [in the PR over node-sketch-bridge](https://github.com/Lona/node-sketch-bridge/pull/6#issuecomment-575070941), I'm working on writing a "pure" implementation of `makeImageDataFromUrl()`, using `fetch` and `@skpm/fs`. There is one major problem implementing it in this...
### Why Noticed some grammar mistakes in the documentation about creating custom hosts, thought about improving the wording to make the language clearer. ### What Some grammar fixes and light...
When trying to revive custom objects that have as properties other custom objects, if the reviver functions are asynchronous, the outer object's reviver doesn't receive the nested revived value as...
Follow up on the [tweet](https://x.com/vacooom/status/1800609544097198244): for projects with complex requirements, loading external type definitions or in a monorepo, it would be useful to be able to set the `tsconfig` and/or...