James Russo
James Russo
I've opened this: https://github.com/adafruit/Adafruit_Blinka/issues/378
I've created PR #99 to resolve this along with https://github.com/adafruit/Adafruit_Blinka/pull/379 on the NeoPixel module.
I am seeing the same issue on BankTransaction. Any updates or workarounds?
I agree that simply centered would be the reasonable solution here and it should be possible to just use the underlying CDK overlay functionality "centerHorizontally" & "centerVertically" for certain viewport...
I am trying to find a solution for the same issue. On the initial page load is has the of the object for me and then I set the alias...
My solution was to simply not show the breadcrumbs during navigation. In the component containing the breadcrumbs I simply added the following: ``` {{ breadcrumb }} ``` ``` this.router.events.pipe(filter((event) =>...
The library you mention is for generating and validating JWT tokens generated itself (hence you define your own JET secret). A better reference would be https://github.com/benbjurstrom/cognito-jwt-guard. I cannot use this...
This also fixes the conflict where you try and import both the password reset and the refresh trait since they both have rules.
any comments/feedback on this PR. Would much rather this be fixed in your repo them me having to form and maintain my own?
As the original opener, I think this was closed as it was discussed in upstream issue and work around was determined