-
Tracking issue for generic abilities that Particles probably need that we can try to provide via whitelisted Web Components.
First ideas
- Swipe-to-Action
- General Gesture Support
- Scrolling B…
-
This is a popular interface we get to use.
![screen shot 2015-03-31 at 1 01 38 pm](https://cloud.githubusercontent.com/assets/66214/6916577/219240fc-d7a6-11e4-85f7-90a7a09617d7.png)
-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…
-
```
What's the problem with the current implementation?
The problem is related to some well known hosts which has SPF records
verified but still greylisting them like gmail or yahoo.
What would you …
-
I'd like to allow css files to be loaded from 3rd parties. I know this is a bad idea concerning privacy and security so the setting might need a warning.
-
We currently have this [features whitelist](https://github.com/pelias/openstreetmap/blob/master/config/features.js) which can be a little too inclusive sometimes.
eg. Taxiway 'U' at JFK, I doubt anyo…
-
Robot will shuttle between whitelisted goals if visited goals are not removed from whitelist.
-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…
-
```
Currently the Android App is whitelisting only data sent for http* protocols,
but in the long time it can be useful to whitelist other ones like market://,
tel:// and sms://, maybe also mailto:/…
-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…