mistamun

Results 7 comments of mistamun

The problem obviously goes away if I simply use RAM which in this particular case I'm fortunate to have enough, but I still couldn't figure out the initial issue

`flow_test.yml` ``` jtype: Flow with: protocol: grpc port: 51005 env: JINA_LOG_LEVEL: debug executors: - name: store uses: MyStore py_modules: - executors/store/executor.py uses_with: store_path: dalle-flow.db ``` `executor.py` no change from main...

`/tmp/dalle-flow' works. Very odd because I could see dalle_flow.db get created with correct permissions in the local folder.

Thank you, I was indeed using valid email addresses, in fact any type of field shows the same behaviour here

Is the following inverse nesting valid? It doesn't work for me either but I don't see the same console error. ```python rx.dialog.close( rx.form.submit( rx.button("Submit And Close"), # Form submission cancelled...

I have now been able to test with a different browser and confirmed the issue occurs in Edge (103.0.1264.77) but not in Firefox (115.12.0esr)

This issue is now happening for me on Firefox too