Freddie

Results 4 issues of Freddie

When i make errors, it just closes the whole application. Can you make a conditional box below the input to show errors?

bug

I thought it would be a little confusing for anyone deploying on vercel since you build errors when deploying. This PR just adds a quick fix to the tsconfig giving...

I followed the guide exactly from here https://nuxt.com/modules/logrocket my **node** version is : **16.20.0** my **nuxt** version is **3.3.1** my **nuxt-logrocket** version is **2.0.6** **nuxt.config.ts** ```ts modules: [ 'nuxt-logrocket', ]...

We have something that looks like below. ```rust const MAX_VALUE_SIZE: u32 = 133; #[derive(Serialize, Clone, Deserialize, CandidType, Debug, PartialEq, Eq)] pub struct NeuronInfo { // ... code } impl Storable...