Skip to content
#

fullstack

Here are 1,372 public repositories matching this topic...

blitz
remjx
remjx commented Jul 7, 2021

What is the problem?

When two pages exist that export BlitzPages with the same name, e.g. Page in this example:

// app/pages/page1.tsx and app/pages/page2.tsx
const Page: BlitzPage = () => <Component />
export default Page

the route manifest only generates one entry because there is a naming conflict, causing one of the routes to be missing/overwritten in the manifest:

josefaidt
josefaidt commented Jun 30, 2021

Is this related to a new or existing Amplify category?

No response

Is this related to another service?

No response

Describe the feature you'd like to request

Some auto-generated files include extraneous whitespace, and in some cases tab width is different across files (typically 2 and 4 spaces)

Example 1 (whitespace): CloudFormation YML Snippet

  identityPoolNa
jonasjabari
jonasjabari commented Jun 2, 2021

toggle show_on: "some_event", hide_after: 3000 works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of the toggle is hidden again. However toggle hide_after: 3000 is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified

junos-citrus21
junos-citrus21 commented Sep 6, 2020

Is your feature request related to a problem? Please describe.
https://docs.amplify.aws/lib/auth/social_signin_web_ui/q/platform/android
The Google Cloud UI has changed. "Social sign in with web UI" document is old.

Describe the solution you'd like
So it would be nice to update "Social sign in with web UI" official manual.

Describe alternatives you've considered

**Additiona

Improve this page

Add a description, image, and links to the fullstack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fullstack topic, visit your repo's landing page and select "manage topics."

Learn more