Harold Thétiot

Results 29 issues of Harold Thétiot

- Add --help option - Ability to specify resource output path via --path - Ability to specify resource icon output path via --icon-dir Example: > cordova-icon --icon assets/MyIcon-Icon-blue.png --path Files...

``` ``` manifest.webapp ``` { "splash_screens": [], "scope": "/", "start_url": "/?utm_source=homescreen", "display": "standalone", "theme_color": "#434343", "background_color": "#f7f9f9", "prefer_related_applications": true, "related_applications": [{ "platform": "ios", "url": "https://itunes.apple.com/us/app/popcorn/applID" }, { "platform": "play", "id":...

``` index.html.bundle-0.js:7 'properties' block is deprecated, use 'values' instead t.deprecationWarning @ index.html.bundle-0.js:7 index.html.bundle-0.js:7 'bindings' block is deprecated, use 'values' instead t.deprecationWarning @ index.html.bundle-0.js:7 ```

Fixed the "iOS 8.2 ERROR: No SDK detected" error for me.

The Dutch UTF_8 stemmer uses the Kraaij-Pohlmann algorithm while the ISO_8859_1 stemmer still uses the Portman algorithm.

bug

A stemmer for Hindi implemented in Python. This program implements the suffix-stripping algorithm described in "A Lightweight Stemmer for Hindi" by Ananthakrishnan Ramanathan and Durgesh D Rao. See: http://hlt.di.fct.unl.pt/luis/hindi_stemmer/index.html

enhancement

Currently AppId generated on https://telepass.me are sequential (10003, 10004) and can allow attacker to simply write script to list all client Id. Possible solution: - Generate UUID - Apply XOR...