Gabriel Castillo

Results 14 issues of Gabriel Castillo

Hi, How would I go about showing a partial view of the next slide? In my case, I'm swiping left and I want the slide that's to the right of...

### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...

bug
multienv
p2

Say I have: ``` type T = 'one' | 'two' | 'three' ``` It would be great to generate a type, `E` that requires all union values, which in this...

type addition

### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....

investigating
frontend-builds
usability

### Description I have a packageA in a monorepo and it depends on packageB and packageC, packageC depends on packageD. When I run vite build on packageA using the dts...

help wanted

Related to #44 Replaces pull #73 which was directly from my master branch, using a feature branch intead

`beforeBump` runs a build script in my library which generates 3 files. However, the 3 files are not being added to my commit. Is this expected behavior? This is my...

I'm trying to use the `override` option for a module but it errors out with "Maximum call stack size exceeded" on any file that uses `hgn!`. example: ``` modules: [...

I'm using renderToStream() for SSR but renderTags() returns a string which ends up getting escaped. Is there a way to have something like renderTags() but have it return JSX?

I'm downloading a 3rd party file that has a funky character in it (I think it's the `U+FEFF` character - it is in the js file from [this project](https://github.com/briancherne/jquery-hoverIntent)) and...