dantleech

Results 216 issues of dantleech

Add support for services (e.g. an indexer) - Be able to start and stop services - Be able to start services on server `initialized` call - Send "notifications" to the...

Prevent crashes: ``` Trying to create descendant from absolute path \\\"/home/daniel/www/phpactor/language-ser ver/vendor/phpspec/prophecy/src\\\" that does not lie within context path \\\"file:///home/daniel/www/phpactor/language-server\\\"\ ```

The current develop branch for Phpactor now supports automatically importing classes upon completion with OmniComplete. ![recording](https://user-images.githubusercontent.com/530801/43684590-c8b0341c-989a-11e8-9f9f-ea8b1ae3eafb.gif) Would be great to implement this in NCM2 also. The suggestion format now looks...

This PR is aiming to preserve the order of operations, it tries to do this whilst preserving the current behavior as much as possible. - Everytime an INSERT, MOVE or...

ready
wip/poc

Just an idea of how this might work.

unknown
ready
wip/poc

This is an experiment for an operations queue which unities the seperate `scheduledInserts`, `scheduledUpdates`, `scheduledReorders`, etc. into a single queue. This enables persistance operations to be committed out in the...

This is a failing test, is it valid behavior?

bug
id
in progress
wip/poc

Currently if you want to store an object as a property of a document, you need to map it as a child document Doctrine ORM has the option to store...