David Conlisk
David Conlisk
Thanks all for posting the solution here, removing the nuget package and including the code directly into my project solved the issue for me. App successfully submitted to the app...
We've noticed that you can use the `preferEphemeralSession` parameter for the `authorizeAndExchangeCode` call to prevent the popup from appearing on sign-in. Is it possible to do something similar for the...
OK I got this to work with a few changes: replace line Activity activity = (Activity)this.ctx; with Activity activity = cordova.getActivity(); in ScreenOrientation.java (line 30). Replace the javascript call to...
To follow up on @RL-Jurica-Penjgusic 's answer, I had problems uninstalling cocoapods, so I use the following task in my pipeline: > - task: PowerShell@2 displayName: Downgrade cocoapods to version...
Software versions used (latest of everything AFAIK): "memory-cache": "^0.2.0", "next": "13.2.4", "react": "18.2.0", "react-dom": "18.2.0",
I'm getting this error while trying to run the code detailed here: https://python.langchain.com/en/latest/modules/models/llms/integrations/llamacpp.html I've downloaded the model [ggml-model-q4_0.bin](https://huggingface.co/Pi3141/alpaca-native-7B-ggml/blob/397e872bf4c83f4c642317a5bf65ce84a105786e/ggml-model-q4_0.bin) from here https://huggingface.co/Pi3141/alpaca-native-7B-ggml/tree/397e872bf4c83f4c642317a5bf65ce84a105786e Here is the full output I'm seeing: ``` Traceback...
Yes @abetlen, here's the output when I run that in my virtual environment: 
We've also had similar issues, where the browser was not always opening for authentication on iOS devices. This happens from the splash screen of our app: if the user does...