Badarau Petru

Results 10 issues of Badarau Petru

Hi. I have an Yii application using "rijndael-128", "ofb" with IV. The encrypted message is saved in mysql and read in a node.js application. I try to decrypt it. The...

I have tsconfig.json in the root. Tsuquyomi doesn't catch "experimentalDecorators". It throws me errors. Where is ma fault?

## Why are you adding this icons? We're creating a payment app at billink.nl. We need our application be eligible through payment methods at install time #### Help us identify...

Changes Requested

I need two keys. One for api key (the vendor of the service with the scope) and the authorization key (the user's only).

the code ``` Jzon::Node array = Jzon::array(); .... Jzon::Node::const_iterator it = array.begin(); ``` gave me the error ``` conversion from `Jzon::Node::iterator` to non-scalar type `Jzon::Node::const_iterator` requested ```

There may be the situation when `node` have `isValue() = true` and `isNumber() = false`. In this case `toNumber()` get default value, but it can transform to number.

``` Jzon::Node obj = Jzon::object(); obj.add("a", "hello"); obj.add("a", "buy"); obj.remove("a"); ``` it remove only first occurence of "a". The last remain in object.

When we have duplicate keys in json, the `get` must return the last key. http://stackoverflow.com/a/5306792/4895167. I tried to figure out the behaviour of JS machine in Chrome. `JSON.parse('{"a":"a","a":"b"}')` will give...