Marcin Wachulski

Results 9 issues of Marcin Wachulski

**Feature request** I frequently traverse package dependencies and have no option to quickly get back to previous/original package. Some Undo/Go-Back feature would be helpful for me. --- Windows Store (4.4.3)

enhancement
help wanted
up-for-grabs

I have a patch file and I want to load it into memory as `Patch` or so. https://stackoverflow.com/questions/25085434/is-it-possible-to-apply-a-patch-using-libgit2sharp says libgit2 didn't have patch files parsing ready. I see it's there...

I found some docs/READMEs out of sync/date. E.g. #489 Also in some READMEs: > In the current version of waffle (v2.x.x) you will (...) The current is 3.3.0/3.3.1 I propose...

documentation

Details: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners This would help contributors nudge right people engaged in the project. Especially not to disturb people no longer participating.

As of now the flattener documentation is scarce: > ![image](https://user-images.githubusercontent.com/1669844/110607804-e194e180-818b-11eb-99bf-b6ed45439216.png) Specifically it does not say: - what it does - what the limitations are Let's improve the docs for this...

Currently the build for Node v17 keeps failing. Fix this

technical

https://ethereum-mars.readthedocs.io/en/latest/cli.html Doesn't contain the CLI params table. Investigate and fix.

documentation

Currently network option may be: 1) network name like 'mainnet' 2) network RPC url (when starting with http) 3) #47 -> as Ganache.Provider this complicates getSigner in config.ts Refactor this....

technical

I've been wondering whether the analyzers would benefit from integration tests (+ performance via e.g. BenchmarkDotNet). Having contributed to some of rules there, I was uncertain whether I would deteriorate...

type: Discussion
area: Analyzers