beeman

Results 94 comments of beeman

> I'm having a similar issue. I don't want to use Project Crystal, and I currently can't upgrade my project to the latest version of Nx because I can't opt...

> Just wondering here, but, you could still keep the targets right? Sure, for an existing workspace, you can keep them. However, for new workspaces, I want to be able...

> As a community plugin author, I've watched the recent videos about crystal and the latest changes in Nx 18, and while I haven't yet started to deep think about...

> Yes. An initial release will be available by the end of January 2023. I would love to give this a spin when it becomes available!

> We put program id in the IDL after the deploy step and you can access it via `program.idl.metadata.address`, though I agree we should make this easier and more intuitive....

> What would you think of adding it after `anchor build` instead? I think that makes a lot of sense. Ideally both in `metadata.address` in the json file and exported...

> * it can be tricky to read the JSON file using frontend tooling Very excited to see the new IDL format, great stuff! And while it does serve a...

> > it can be tricky to read the JSON file using frontend tooling > > Please explain why it is tricky to read **J**ava**S**cript **O**bject **N**otation using frontend tooling...

While I was building the example I figured that it's probably a matter of enabling these TypeScript options: ![image](https://github.com/coral-xyz/anchor/assets/36491/914310e0-e308-423c-a6f0-35361a993bce) This allows me to import it like so: ![image](https://github.com/coral-xyz/anchor/assets/36491/976c0025-a022-405d-ad7c-c5f97fe5825b) This way,...

Could you post the full output from the terminal that you get after running it? Also could you share your Node and NPM version?