Olivier Kaloudoff

Results 23 comments of Olivier Kaloudoff

Hi, you may play any sound easily through Term48 using lib-nixtla-audio, based on OpenAL; https://github.com/nicaraguabinary/lib-nixtla-audio I had to make some very slight ajustments to have it compile for bb10 https://github.com/berryamin/lib-nixtla-audio/tree/compile_on_ElCapitan_for_bb10

Hi ! once you've downloaded the .AppImage file, as mentioned in README.md at "Download Binaries", you have to: - open a terminal - type (skip the lines beginning with #,...

BTW, there is some documentation about ElectrCRUD AppImage [here](https://appimage.github.io/ElectroCRUD)

Here is the commit that introduced this code https://github.com/mediaelement/mediaelement-plugins/commit/9a5914b5993b4222e16c5dacf7785dd8a9493865#diff-c495db5aea1aedc7eb7ec21486d7d6f5

May I suggest that this issue might have some degree of correlation with #2658 ?

Would you mind checkin out master branch at commit https://github.com/mediaelement/mediaelement/commit/3de44e7429a9422ae154adfcb08fa6a28c79b4a2, and tell me if this specific commit changes anything regarding your issue ?

@jikuanyu what is CDN reference version number ? and local version number ?

@jikuanyu may I ask you to prepare a jsfiddle or similar to help debugging ?

The following patch fixed the issue for me, as @evgeny-nadymov advised diff --git a/package.json b/package.json index 6d760e7..e2dbb71 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.398", "private": true,...

After "npm run start" (and wait a few minutes), I finally get: Failed to compile. ./src/Controllers/TdLibController.js Module not found: Can't resolve '@arseny30/tdweb/dist/tdweb' in '/home/kalou/telegram-react/src/Controllers' I've fixed the issue by doing...