Iñaki Baz Castillo

Results 485 comments of Iñaki Baz Castillo
trafficstars

Thanks :) BTW have you run tests? may be you could modify some existing test SDP by adding a ptime with float value and then check in in `parse.test.cpp`?

Note tha Travis CI is failing due to this change: https://travis-ci.com/github/ibc/libsdptransform/jobs/310698468#L691 Somehow I expected this. The problem is that this PR forces ptime to be printed as float **even** if...

You are right, sorry. Maybe the same issue happens in `a=framerate`. In fact, the tests just have decimal framerates, that's why it works :)

Note that, instead of `format` you can define a `formatFunc` (there are some attributes in `grammar.cpp` using that).

In such a `formatFunc` you may use some helper to check if it's a float or just an integer. In `parser.cpp` there we already use: ```c++ #include // std::istringstream #include...

Also the encrypted extmap stuff: https://github.com/clux/sdp-transform/pull/81 NOTE: Done in libsdptransform 1.2.4.

Also [this](https://github.com/clux/sdp-transform/pull/89/files).

Thanks! will check when I get some time :)

Hi, I've tried to understand how you have integrated `Catch` into your `CMakeLists.txt` but it's beyond my knowledge and I'm completely lost... :( Couldn't be just easier in my scenario?...

Completely agreed. If I want to delete all the local storage I'd rather do `localStorage.clear();` (rather than using a wrapped method that just does that).