Lukas Kahwe Smith

Results 150 issues of Lukas Kahwe Smith

see http://www.doctrine-project.org/jira/browse/DDC-3120

see https://travis-ci.org/phpcr/phpcr_benchmark

need to debug this more, but i am defiantly getting some javascript errors "app.filter is not a function" http://screencast.com/t/hhCupsJGU

rather than returning the most likely list only, I would like to get the X most likely options. ie. `beanally` it should return ``` [ ["bean", "ally"], ["be", "an", "ally"],...

noticed this issues while working on integration with yoast seo: https://github.com/dachcom-digital/acf-yoast-seo-validation/pull/15 it seems like the `change` event isn't triggered when I type into a markdown field: https://github.com/dachcom-digital/acf-yoast-seo-validation/blob/master/assets/js/acf_yoast.js#L165

as you are aware we are using JSON-LD in the SymfonyCmfCreateBundle to receive data from the frontend. I think it would be interesting to also have the ability to return...

I wanted to ask if there are any conditions under which you would grant a commercial license? We are interested to integrate your model into our inclusive writing assistant https://www.witty.works/

ie. instead of a full service name one would define a regexp. if it matches then the service is fetched from the container

Building a query like the following: ``` SELECT * FROM [nt:unstructured] AS a WHERE ( [phpcr:class] = 'AppBundle\Document\Article’ OR [phpcr:class] = 'AppBundle\Document\Video’ OR [phpcr:class] = 'AppBundle\Document\Crew’ ) AND ( a.tags...

see https://github.com/doctrine/phpcr-odm/pull/669