Results 33 comments of João Gabriel

i realized that it uses the [damianszczepanik cucumber-reporting](https://github.com/damianszczepanik/cucumber-reporting) to generate the report. i cannot find where is defined which version is used. Also how can i build this repo? so...

> I would start this way > > 1. Keep a counter of app use per resource type > 2. Always select the app for which the counter is the...

No problem! didn't mean to criticize nor anything like that. Just posted some ideas i had (in case it becomes handy). ##### note: i've found out about Junction from this...

I've also tried to configure right before calling `signInWithRedirect` just to be sure: ```js Amplify.configure({ Auth: { identityPoolId: process.env.REACT_APP_AWS_COGNITO_IDENT_POOL, region: process.env.REACT_APP_AWS_PROJECT_REGION, userPoolWebClientId: process.env.REACT_APP_AWS_WEB_CLIENT, mandatorySignIn: true, Cognito: { userPoolId: process.env.REACT_APP_AWS_USER_POOL_ID, userPoolClientId:...

> I also had this issue and after much debugging, it turned out to be an issue in my tsconfig.json. It didnt seem to like: > > "module": "commonjs" >...

> identityPoolId Sure! @cwomack done, no changes/same error 😞 . FYI the resulting return value of `Amplify.getConfig()` after you suggestion was: ```json { "Auth": { "Cognito": { "userPoolId": "", "userPoolClientId":...

Sorry for the wait. Answering (most of) your two biggest questions: 1. this [superuser post](https://superuser.com/questions/490922/merging-two-fonts) tells how to do it, it uses [font forge](https://fontforge.org/). I didn't tried yet. 2. I...

I can try to help with the font merging. Not not now, since i am very busy with my college graduation. And without near free time hopes.

Happy to help @DestroyerAce ! I actually didn't tried myself, and just forgot about this, because was too busy at the time, haha.

I've done some research, and found those two links: [how to change gnome lockscreen font settings (color, size, etc)](https://askubuntu.com/questions/1259823/change-gnome-3-36-gdm3-lock-screen-screen-shield-font-colour-what-css-select) [how to change gdm3 login screen font settings](https://askubuntu.com/questions/1124357/changing-the-colour-of-gnome-gdm-login-box-on-ubuntu-18-04) so now we...