Gianfranco P
Gianfranco P
same issue here. This works ```py app = await App.get(str(app_id)) # check if app exists query = await QueryDoc.find({ "app.$id": app_id}).to_list(limit) ``` but these don't ```py query = await QueryDoc.find(QueryDoc.app...
I found this fork from @d33pfri3d :) https://github.com/d33pfri3d/bodacious-react-native
While I'm not a Tauri developer, Pomatez only calls Tauri's API: https://github.com/zidoro/pomatez/blob/a2e93d5ea7b289746ea596a5d3cf20e26f573ba7/app/electron/src/lifecycleEventHandlers/fullScreenBreak.ts#L24-L41 https://tauri.app/v1/api/js/window/#setfullscreen And I can't find any issue about "multiple monitors" 'displays' or 'screens' e.g. https://github.com/search?q=repo%3Atauri-apps%2Ftauri+multiple+fullscreen&type=issues I believe they...
the url is now https://github.com/currentslab/extractnet
duplicate of https://github.com/AppFlowy-IO/appflowy-editor/issues/68 ?
I got the same issue, but I can't reproduce it consistently: iOS 12.1 Simulator on RN 0.56 Code: ```jsx ``` I'm using `` from `react-native-elements`
@riso > I think specifying newPassword only makes the issue more reproducible now. From my experience also, I believe that's true.
I think it is a duplicate of #13159 , since the model you're using is also based on SDXL 1.0
I tried setting this in `webui-user.sh` ```sh export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --opt-sdp-attention" ``` but didn't work with [Juggernaut XL](https://civitai.com/models/133005/juggernaut-xl?modelVersionId=288982) (based on SDXL 1.0)
I haven't tested, but I found this as well, and seems to support React Native Web https://github.com/rnw-community/rnw-community/tree/master/packages/react-native-payments