Chase Fleming

Results 68 comments of Chase Fleming

The initial proposal is clean, but there seems to be a significant leap from that to the extended format, which appears necessary to convey sufficient information across networks. In a...

Yeah I agree `path` seems unnecessary and we don't want developer manually editing them by mistake. Let's remove that. Based on the feedback, it would be this: ``` "dependencies": {...

As I began coding and reached the step for deploying dependencies, I realized that instead of trying to integrate dependencies into commands like `flow project deploy`, it's more seamless to...

@Quasso It's not a rewrite in TypeScript but you will get typed FCL with this release if you are using FCL in a TypeScript project.

@scottphc Yes we can, breaking out 1.4 into a separate issue and will do a release shortly: https://github.com/onflow/fcl-js/issues/1671

@felixjordandev that would be great! Can just be something simple. Even just a line. Thanks.

Is this going to break any existing typedefs usage?

Hey sorry didn't see this message. Yes you can take it, thanks @diego-noah ! It should be removed from everywhere. Not sure if there is anything coming from here regarding...

@bluesign This feels somewhat like what `flow dev` in [super commands](https://developers.flow.com/tooling/flow-cli/super-commands#develop) is trying to solve, no? The difference here would be that it would be looking to your folder structure...