acheron

Results 381 comments of acheron

This might happen if Rust Analyzer crashes. Currently, there is no indication in the UI about the crash (https://github.com/solana-playground/solana-playground/issues/182), but you can see it if you check the browser console...

Yeah, it seems to have been broken after the upgrade. We don't currently support building older versions, and we also don't have CI tests for the tutorials, so it's easy...

Please answer the following questions: - Which browser is this? - Are you able to reproduce it? - Is the error shown in the left sidebar or the main view?

It works for me when I try `Ctrl+V` on Firefox. Context menu also works for both copying and pasting. Pasting normally is with `Ctrl+Shift+V`, but we have a special case...

It could have been worded better, but I generally agree with the sentiment. Writing a good tutorial would take a decent amount of time, which I haven't had the luxury...

Please see the answer mentioned in https://github.com/solana-playground/solana-playground/issues/192#issuecomment-1921100466. I think we should be able to improve the error message and explain why the problem happens and how to recover.

> actually.. didn't realize there was an export button Yes, using the Export button creates all files you need to use the program locally, including `Cargo.toml` with correct the dependencies...

That's a very generic error, so it's hard to tell. It would help if you could share full logs.

I'm not able to reproduce the problem unfortunately. Does it only happen if you use the `multiple` template? > The solutions at https://solana.stackexchange.com/questions/1648/error-no-such-file-or-directory-os-error-2-error-from-anchor-test don't seem to solve the underlying issue...

> It might be beneficial to add a section in the installation guide for "node" and "npm" (or "nvm" if that has both node and npm), alongside the checks for...