Alexandre Roba

Results 6 comments of Alexandre Roba

Same problem here and I'm running NPM 3.9.6 ``` bash 09:12 $ npm run storybook > [email protected] storybook /Users/alexandreroba/projects/mantra-sample-blog-app > start-storybook -p 9001 -s ./public => Loading static files from:...

Works like a charm. Lost an hour trying to play with TODO_DIR, TODO_FILE... on mac os and zsh and could not sort it out. IMHO This is a good candidate...

Hi I'm facing the exact same problem. I have the following structure: ``` #[derive(Debug, Clone, PartialEq, PartialOrd, Serialize, Deserialize)] #[serde(from = "MoneyForSerialization")] #[serde(into = "MoneyForSerialization")] pub struct Money); ``` As...

Hello @joostvandijk thanks for the answer will use this one then. It is a little bit ennoying that we have to "import" the full SDK to support only the API...

I came up with something like: ``` export const emptyPersona = (type:(keyof typeof Persona.keys)):Persona=>{ switch (type) { case 'personaFamilyComposition': return emptyPersonaFamilyComposition case 'personaPersonalSituation': return emptyPersonaPersonalSituation case 'personaSelfEmployed': return emptyPersonaSelfEmployed }...