Wiktor Sikora

Results 8 comments of Wiktor Sikora

We are using monorepo with multiple independently versioned components. Components are released through `alpha` `beta` and `stable` channels with versions somehow derived from git commit. The problem occurs when we...

We are using [kg-js](https://github.com/kodegenix/kg-js) crate. It lacks documentation and examples, but it can be a good starting point.

Same issue here. It would be great if the plugin treated .gitignore files the same way as git.

Sorry, seems that .gitignore is working as expected. I noticed that the plugin indexes Rust `.rlib` files. But I am working on pretty big monorepo where we utilise symlinks. After...