Gonzalo Chumillas

Results 5 issues of Gonzalo Chumillas

Hola. Primero quería felicitarte por el proyecto de meneame. Y segundo, creo que sería interesante poner una opción para ocultar las noticias que no deseas ver. Como por ejemplo la...

I would suggest implementing a `n2s-navbar` component. Thanks so much for your package. It is a great work, even though it is still not complete.

/** - Look at my horse, my horse is amazing. - - @param DOMNode $node DOMNode object - @return boolean */ The generated documentation creates a link for the DOMNode...

bug

**Context:** The `parse` function is returning the errors as `any[]` type: ```d.ts // src/index.d.ts export function parse(value: any, schema: T): [Value, errors: any[]] ``` which provides little information about the...

enhancement
good first issue

The `required` attribute is confusing. For example: ```js // always outputs { data: '' }, no matter if required is false or true console.log({ data: sf.fix(undefined, sf.string()) }) console.log({ data:...

good first issue
question