jed tiotuico
jed tiotuico
I found the problem. This line is converting the html quotes into smart quotes https://github.com/nnhubbard/ZSSRichTextEditor/blob/2ef845aa750bae591516aecc38187db27ad8fab4/ZSSRichTextEditor/Source/ZSSRichTextEditor.m#L987 I'm not yet sure why this is happening @nnhubbard any suggestions please?
PR only affects Android
I meant Application-wide modal. Awesome, thanks for the info!
This also applies with the twitter stream ``` javascript streamFilter = { track: 'that\'s cool' }; twitter.stream('statuses/filter', streamFilter, function handleStream(stream) { stream.on('error', function(err, data){ console.log(err); console.log(data); }); }) ``` It...
Everyone, I applied the patch mentioned by @kaosdynamics and it worked perfectly.
I got this fixed by upgrading my pytorch version to `2.6.0+cu124` My suggestion is to upgrade your pytorch from `2.5.1+cu121` to `2.6.0+cu124` ``` import torch print(torch.__version__) ``` 2.6.0+cu124
Hi @Prathyusha-Guduru I can't remember it exactly. But I think, I used the wheel from the pyproject.toml https://github.com/unslothai/unsloth/blob/main/pyproject.toml