Vlad Frolov
Vlad Frolov
From the error it seems that you have a space in the folder name “saswat marpureddy” and it seems that the path is not quoted which causes it to attempt...
As a quick workaround, move your project to a folder which doesn’t have spaces in the path
Well, with replacements, TypeScript transpilation, and potentially other transformations, it does not make a lot of sense to download all components from BOS if the majority of project development on...
@encody thanks for the suggestion! We will need to consider how to integrate it into the existing command line and whether to make it a breaking change or not. Meanwhile,...
@charleslavon That last step is quite unfortunate. Have you considered building an indexer that would just monitor the metadata `forked_from` field?
Given that [`prettier`](https://github.com/prettier/prettier) formatter for JS code is implemented in TS, it is going to be cumbersome to integrate it into bos-cli-rs, and also it might be controversial, so I...
@FrRichard did you have a component without code?
@nabeel99 Well, `near-seed-phrase` package is extremely thin wrapper, so you can actually inspect the whole implementation here: https://github.com/near/near-seed-phrase/blob/3e08dc3e0f5d0122d8561a386de8fe69a7e39407/index.js#L14-L21
@PolyProgrammist Consider playing with @race-of-sloths