Mentalrob
Mentalrob
Program: ```rust use anchor_lang::prelude::*; declare_id!("Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"); #[program] mod sysvars_test { use super::*; pub fn sysvars(_ctx: Context) -> Result { Ok(()) } } #[derive(Accounts)] pub struct Sysvars, pub rent: Sysvar, pub slot_hashes:...
Hello, I want to use strapi module under my server/routes/strapi.ts file but it appears i can't use `useStrapi` in server folder. Is there a way to use the module inside...
**Describe the bug** I'm trying to run a code snippet shared in https://basalt.madefor.cc/#/objects/Frame ```lua local basalt = require("basalt") -- we need basalt here local main = basalt.createFrame():setTheme({FrameBG = colors.lightGray, FrameFG...
```csharp protected internal IVoiceCodec GetCodec(SpeechCodecs codec) { switch (codec) { case SpeechCodecs.CeltAlpha: return this._alpha.Value; case SpeechCodecs.Speex: return this._speex.Value; case SpeechCodecs.CeltBeta: return this._beta.Value; case SpeechCodecs.Opus: return this._opus.Value; } throw new ArgumentOutOfRangeException("codec");...