dantleech
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.  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...
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...
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...