Joshua

Results 11 comments of Joshua

changing my settings from ``` javascript directoryListing: true ``` to ``` javascript directoryListing: { enable: true, path: 'app' } ``` works for me

> There is an env named ELECTRON_ENABLE_LOGGING=1 which seems to fix the electron issue. Can you please test this? I tried this today. But it didn't work. But it works...

> That's intentional; libraries should generally log at debug and trace. info and above should be application level logging. Thank you for clearing that up. Are there any resources that...

+1 for this. Both `.done` and `.error` should allow changing the color as it's very common for an app to have its own theme

I don't think it's possible with pure CSS.. Why not just remove the overflow: hidden prop from that div?

> Hi all, I have a use case where I need to be able to close the modal, but it should be invoked using a function somewhere Did you try...

@kpman I can tackle this. Can you provide more information?

@kpman No problem, will work on this later this week. Thanks for the explanation :)

We're getting this warning as well. We're currently on nx `17.3.2`

Does anyone have the same issue after upgrading to CRA 3.x? This still seems to be an issue in CRA 3.x?