Sijaan
Sijaan
Did anyone manage to reproduce this issue? If so, how can I reproduce it?
Im using electron `18.2.0` without `electron-devtools-installer` and I still get this error. This is how Im loading the extension: `app.whenReady().then(async () => {` `createWindow()` `await session.defaultSession.loadExtension(reactDevToolsPath)` `})`
@mondaychen Too bad your code looks exactly like mine, but I forgot to delete the XHR request which isn't supported. I feel like I missed this one badly, worked on...
@mondaychen I have only a slight difference, with the injected install hook. I made a new file as you did, but I copied the whole script (including the installhook(window)) and...
> Hi SijaanX, > > Thanks for your comments. > > > Why it doesn't support languages that are written from right to left? > > Because there are known...
@dothinking The thing I found with Arabic (other than some edge cases with special letters) can be explained by this example: Original text: `ششششششششششششششششششششششششششششششششششششششششششششششششش ببببببيييييييييييييبب` Output in docx: `بببببب شششششششششششششششششششششششششششششششششششششششششششششششششيييييييييييييبب...
I agree. Since the current media viewer is a custom implementation from years ago, it might make more sense to migrate to a well-maintained, feature-rich library that already supports both...
@kkovaletp I implemented this library: https://github.com/xiaolin/react-image-gallery into my instance. Let me know what you think, and if I can do this also here. (Check their license, UI etc..)
@kkovaletp I managed to implement some viewers, some work great and some dont. The ones that work great dont have a suitable license. The bottom line, is these only two...