David Wells
David Wells
I like this idea! Looks like sorting won't be too hard. I will need to figure out where it fits in the UI. Open to suggestions there =) I have...
Drag and drop would be cool but would require an auth layer on top of the UI and then we would need to map back the drag/drop actions to update...
Glad I found this! https://github.com/developit/microbundle/issues/712#issuecomment-683794530 I set up a demo repo if anyone is curious to see this in action https://github.com/DavidWells/microbundle-cjs-default-export-fix/
I'd love to see this happen. Anything we can do to help? I've been waiting on https://github.com/aws-amplify/amplify-js/issues/3732 for quite some time 😃 The only workaround I've seen is https://github.com/aws-amplify/amplify-js/issues/3732#issuecomment-780466923 but...
I am in need of an onLoad callback too =) @romanonthego the native DOM `scriptNode.addEventListener('load', func)` was unreliable? Interesting. What does your setInterval implementation look like? Thanks
I am running into this issue as well. I thought pretoken lambda could customize this for me but it only effects the idToken https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html Any help would be much appreciated....
I agree with @rupertlssmith & @cristian-stoichin For my specific use case, we need to customize these scopes to allow access to specific endpoints in API gateway v1. I'm unable to...
Possibly fixed via https://github.com/DavidWells/analytics/pull/367 released with [email protected]
+1 on better nesting. I'm trying to have sub folders with files not named index.md in them and it doesn't look possible right now
Hey there. Thanks for the report. This is a weird one The package source code is here https://github.com/DavidWells/analytics/blob/master/packages/analytics-util-url/src/index.js Are you using the https://github.com/DavidWells/analytics/tree/master/packages/analytics-util-visitor-source plugin by chance? It's possible a null...