Houadef Salih
Houadef Salih
``` var ed25519 = forge.pki.ed25519; var password = 'Mai9ohgh6ahxee0jutheew0pungoozil'; var seed = new forge.util.ByteBuffer(password, 'utf8'); var keypair = ed25519.generateKeyPair({seed: seed}); // this will throw and error ``` the error is...
updated readme: "verify" instead of "sign" comment above the verify method ( ED25519.verify() )
i followed the tutorial in the docs and copied and pasted the [example](https://riker.rs/actors/) code and the compiler shows a red squiggly line under `sys.actor_of` with following error : `the trait...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
i have a project that is dependant on that specific version of librocksdb-sys and wheni run `cargo build --release` it show the following ``` error:failed to run custom build command...
I Add more folders and files with code that does nothing to look more professional artifacts are a result from `forge init anixamander` a blazingly fast solidity framework and the...
when typing `:ChatGPT` then pressing enter, it gives the following error: ``` Error executing Lua callback: ...acker/start/ChatGPT.nvim/lua/chatgpt/flows/chat/base.lua:52: attempt to index field 'popup_layout' (a nil value) stack traceback: ...acker/start/ChatGPT.nvim/lua/chatgpt/flows/chat/base.lua:52: in function...
right now i can only add buffers, previously before integrating with telescope i could just use `dd` to delete a buffer in the harpoon menu, that's not the case after...
in the [provided](https://infisical.com/docs/self-hosting/deployment-options/kubernetes-helm#full-helm-values-example ) full values example, kubeSecretRef is under infisical; however it should be under backend. ``` backend: kubeSecretRef: "infisical-secrets" ```