Karim

Results 28 comments of Karim

But `std::istreambuf_iterator` will read the entire stream before passing it to the reader, this will consume a lot of memory because I'm working on an app that process large CSV...

The CSV files resides inside a `.zip` archive, so I have an `std::istream` derived class that reads from within the archive. Extracting the archive is not practical because the size...

This issue happened to me when I created a second `XMPPRoom` without leaving from the first one. The room id and the nickname were the same.

A certified Erlang library already exists: [oidcc](https://github.com/indigo-dc/oidcc).

PR https://github.com/iziz/libPhoneNumber-iOS/pull/288 should solve this

Check release [6.1.0](https://github.com/YAtechnologies/GoogleMaps-SP/releases/tag/6.1.0)

@AdieOlami check release [6.0.1](https://github.com/YAtechnologies/GoogleMaps-SP/releases/tag/6.0.1)

@sdnsepehr Try running Xcode with [Rosetta](https://en.wikipedia.org/wiki/Rosetta_(software)) enabled

> Is there a way to change the settings to build for arm_64 simulator? Not if you link any binary that does not have an ARM64 slice for the simulator.

> Google provides two versions of the SDK now: > > * `v7.1.0` in form of legacy fat frameworks (without support for ARM64-simulator) > * `v7.1.0-beta` in form of XCFrameworks...