y2kappa
y2kappa
some workflows require regenerating diff program ids depending on cluster etc, would be useful to not require it to be hardcoded in a file
Anchor serializes every single enum, irrespective of it's visibility, exposing test types to the idl if you use enums for tests.
Would be nice to have
```rs #[derive(Debug, TryFromPrimitive, PartialEq, Eq, Clone, Copy)] #[repr(u16)] pub enum GlobalConfigOption { EmergencyMode = 0, ... // 100 ScopeProgramId = 100, ScopePriceId = 101, } ``` Codegen: ```ts export interface...
I only heard about this one month ago so I assume most people are unfamiliar. Documentation with gifs are welcome.
I need to run this in production because I simply cannot profile locally. If my server has many hits this takes a big toll on my log quota so I'd...
A lot of functions are called ```new``` and they can be expensive, like getting a network db handle. it's very unclear what happens when a lot of news appear in...
It would be cool to add at least: - processId - afaik this should be easy, but not sure how expensive it it - threadId - from my research this...