Danilo Guanabara
Danilo Guanabara
@ashleygwilliams thanks for your reply. I can't remember if I ever saw this problem happening on Windows. It probably happened. But the last time it occurred was on Ubuntu (our...
This is weird because `bolt-lang.workspace = true` is not an invalid toml syntax. I will check what is the confusion here. What linter are you using?
@dellwatson you are probably using an older version of clippy/cargo. I am closing this issue since it's inactive.
TBH, I would rather have a structure holding the key instead of setting it globally.
In fact, would it even possible to not rely on any secret for testing the code? :)
This was automatically generated from `bolt init test-project`. Isn't it what you are getting? ```bash notdanilo@DESKTOP-91QIBAL:~/dev/magicblock-labs/test/test-project$ cat package.json ``` ```json { "scripts": { "lint:fix": "node_modules/.bin/prettier */*.js \"*/**/*{.js,.ts}\" -w", "lint": "prettier...
Something is wrong with Solana or Cloudflare SSL handshake, which is breaking the CI. Let me check wth is going on before merging it.
I cannot select GPUs anymore. I have one GPU (cuda=0) running for training and I would like to use a second (cuda=1) GPU for inference. It looks like the cuda...
I am no longer considering it a bug as we can use setProvider as intended by anchor to make ApplySystem work (it relies on getProvider)
But it makes sense for me for functions to create instructions to be always sync without the need to interact with the network. But to make it happen, some API...