Alexandr

Results 20 comments of Alexandr
trafficstars

Thanks. I left `PODS_CONFIGURATION_BUILD_DIR`. My working pod is ```ruby Pod::Spec.new do |s| s.name = 'Id' s.version = '0.1.0' s.summary = 'Swift pod' s.homepage = 'https://' s.source = { :path =>...

@Splicer97 1. update "scripts" section in `package.json` files in root and in example folder from generated new project. 2. update Podfile from generated new project. 3. Update metro.config.js 4. Detele...

Did you test it on 17.6.1 ?

О... that's my misunderstanding. I thought that vitepress would add the language prefix to all urls in the sidebar automatically, and that this required setting a parameter in the cookie...

Hi @evgenibers I really like nginx-rtmp-module but there is no way to get any new low latency solution soon I suppose :-( If @arut add supporting it will blow world...

@evgenibers I used OvenMediaEngine instead now

@smartweekend I wrote an article https://habr.com/ru/post/532424/ eng version https://www.airensoft.com/post/review-ome-russia I hope this helps. But if you don't plan to use live broadcasting low latency engine is not important. (You will...

I started using the latest version of `npx react-native-builder-bob@latest init` and the error disappeared with version 8.0.0.

Yes, that's correct. In our project, the process function launches parallel code like this: `arena.execute([&]{tbb::parallel_for(...);}).` After the first call to process, we encounter this error from the autogenerated wasm module:...

@SummerHaze I moved from SWIFT_OBJC header to module.modulemap. Its a best thing that i did. Too many difficulties with the lint command for the case of C++ code support in...