Mihkel Oviir
Mihkel Oviir
Is there any plans to refactor this plugin as vanilla Javascript? It seems good piece of slider library I'd like to use (basically because ability to limit slider range), but...
For some reason, some entries are not visible and some entries are with wrong sizes. You can see it here: http://sookoll.ee/picu/a/72157658806853453/ Look elements tab in devtools, you see that many...
```php private array $locations = []; ... $this->locations[] = new Point($y, $x); ... DB::table('table')->whereId($id)->update(['location' => new MultiPoint($this->locations)]); ``` Error: SQLSTATE[22003]: Numeric value out of range: 1416 Cannot get geometry object...
Have you tried it on jspm setup? For me it doesn't work, as I got: ``` Uncaught (in promise) Error: (SystemJS) Unknown plugin "babel-plugin-wildcard" ``` My config.js looks like this:...
POST request. Origin https://gp.sookoll.ee is not allowed by Access-Control-Allow-Origin.
I tried to POST 20MB json. Chrome response: Request URL: https://www.jsonstore.io/__key__/__id__ Request Method: POST Status Code: 413 Payload Too Large Safari response: [Error] Origin https://localhost:3001 is not allowed by Access-Control-Allow-Origin....
### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search for issues before submitting - [x] feature request ``` ### Versions. Angular...
Is it correct use: https://github.com/google/php-photoslibrary/blob/dde4b9a031250e6dd0322179b11aeb920c1f0ae3/src/common/common.php#L94 I search everywhere and refresh_token is the one that actually are used to refresh access_token. Here are actually access_token used as refresh_token. Or I missed...
Callback should be called after timeout, not immediately. What is the point of immediate callback anyway?
So far it worked like a charm. Does FB turned that possibility off for good?