Thai Phan Bui
Thai Phan Bui
Demo: [https://fiddle.tiny.cloud/Xwhaab/1](https://fiddle.tiny.cloud/Xwhaab/1) I set _onFocusIn but it not work ``` $.magnificPopup.instance._onFocusIn = function(e) { // Do nothing if target element is input if( $(e.target).closest( '.tox-tinymce' ) ) { return true;...
My Phone: IPhone 12 Pro Max (IOS 16.5.1(c)) Trust Wallet version: 9.0 My DAPPS can't sign message, I using library wagmi-core to connect and sign message. Steps: 1. Goto: https://wagmi.sh/examples/sign-message...
My code: ```javascript const filter = { urls: ['http://abc.com'] } player.nightmare .onBeforeRequest(filter, function(detail, callback) { callback({ cancel: true }); }) .onErrorOccurred({ urls: ['http://*/*', 'https://*/*'] }) .on('onErrorOccurred', function(details) { console.log(details); if...
### Description # Bug: CreateStreamedResponse fails with custom models that return sources without choices ## Issue Description When using custom models through Open WebUI that return sources in the first...