Natalya Shrits

Results 9 comments of Natalya Shrits

I solved the multi dep version by adding a dependency hash to the storage key, so that components downloaded for a specific set of dependencies will be stored separately. as...

@eladav example project works the same

@eladav @EladBezalel what's up? any comments? requests? something?

@eladav I want to have an app with as few dependencies as possible, and a dynamic component that will inject all the other dependecies, so that if I want to...

@eladav @EladBezalel sup?

The ReComponent class is a super class (like react's Component), so the component that extends ReComponent can pass an additional argument to the super constructor ``` class MyComponent extends ReComponent...

I ran into the same issue, monorepo with multiple releases. I ended up creating my own plugin that wraps other plugins and filters the commits before passing them to the...

@pmcjury no, I used this to get the filenames: ```js const { exec } = require('child_process'); const folders = await new Promise((resolve, reject) => { exec( `git diff-tree --no-commit-id --name-only...

@sinedied @saleh199 I'll have to dig out the code from three years ago 😅 I'll do it later tonight when I have some time