Nir Radian

Results 3 issues of Nir Radian

I'm unit testing a component of mine that uses antd dropdown. I get this error when trying to use enzyme to mount the component and then simulate a click on...

Code: ``` app = FastAPI( title='Service', version=__version__, ) @app.on_event("startup") def startup_event(): print('Will configure logging now') json_logging.init_fastapi(enable_json=True) logger = logging.getLogger() syslog = logging.StreamHandler(sys.stdout) logger.addHandler(syslog) ``` Every log now has this error:...

I find it necessary to know the name of the artifacts of dependencies when building a folder. for example: It could be convenient to use MBT_MODULE_VERSION for tagging all the...