catalinux

Results 11 issues of catalinux

Parsing feed/entry path , we get to links that are photos of contacts Unfortunately, asking for that photo does not work ``` php $googleService->request('https://www.google.com/m8/feeds/photos/media//....') Any idea? ```

When converting I get all kind of GLOBAL keys of ___mysqli_ston. I have a mysql_ wrapper class, so for two different objects I need link connection different

What version do I need for the guzzlehttp/phs7 ? With guzzlehttp/[email protected] I get the following error Class 'GuzzleHttp\Psr7\Message' not found

I try to get MetadataEntryID for fields values for properties and not human long/short values of lookup values. How can I do that? I tried with changing format to STANDARD-XML...

1. How can I build/use the project for my own schema 2. Does the schema requires some attributes that are not required by http://json-schema.org/draft-04/schema#

On your readme you still have the old usage of search method ``` php $indexesToSearch = array( 'Items' => array( 'result_offset' => 0, 'result_limit' => 25, 'field_weights' => array( 'Name'...

Let's say that instead of giving properties for key called `attributes` I want to to name it as a reference `AccountAttributes`. it works with `Schema::ref('#/components/schemas/AccountAttributes')` as I finds it in...

Is there any guide for adding a new language? My thinks is to the the following - copy folders en for tests and source for new language - changing tests...

See issue: https://github.com/hammerjs/hammer.js/issues/864 I think this is a better place

How do I set maximum of options that can be selected. I want to be able to select only one option.