Robert Soriano

Results 19 issues of Robert Soriano

Hi! Thanks for this awesome package. I tried copy-pasting the prompt example and I think there's an issue with the validation. ```go m := model{input: &prompt.Model{ValidateFunc: prompt.VFNotBlank}} ``` The validate...

When you resize the browser to mobile size and put it back to desktop size, the charts doesn't look good.

enhancement

Hi. I've added materializecss to my [vite](https://github.com/vuejs/vite) project and getting this error when building my app ``` materialize.min.js:6 Uncaught TypeError: Cannot use 'in' operator to search for 'Array' in undefined...

### Summary I'm getting this error when I run `expo eject`: ``` ✔ Created native projects | /android, /ios already created | gitignore already synced ✔ Updated package.json and added...

needs review

Fixes https://github.com/privatenumber/vue-frag/issues/63

### Reproduction Steps to reproduce the issue: 1. Create any [vite](https://vitejs.dev/) app 2. Install and import library `import '@papyrs/stylo'` Error in terminal: ``` 381| var ce = (e2) => {...

Initial PR that adds Svelte target package. It can be used together with Svelte's built-in `spring` function: ```html import { spring } from 'svelte/motion' import { drag } from '@use-gesture/svelte'...

Hi. Thanks for this nice theme maker. I tried saving the default dark theme from https://antdtheme.com/dark and I got errors with the `@popover-background` variable. Looks like it's missing from the...

Hi. This is a very interesting package. I have a question though.. In your example ``` fetch('http://localhost:5252/graphql', { method: 'patch', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ query: gql` mutation...

Hi. Did you remove your images in hub? I'm getting 404 here https://hub.docker.com/r/nuveo/opencv. Thank you.