Andrew Nagy

Results 96 comments of Andrew Nagy

This project is abandoned

There is already a working published fork #32

Dup of #30 which is a dup of #18

This library depends on a submodule in node called "spotify-node-applescript". There were some bug fixes made between 2.2.1 (which is what this uses) and 2.2.2. To get the new library...

@jaydenseric any word on this? I can't upgrade to apollo 3.5 because of this exact issue

@jaydenseric do you want to close this as well since Apollo fixed the underlying issue?

Same issue different type of statement ``` CREATE TABLE `broadcast_callees` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `name` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `phonenum` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL...

@yaegassy from my quick review of the package.json of the intelephense server it does not use php-parser. Ben has written his own php parser.

@D1360-64RC14 setting pluginSearchDirs, plugins and parser is not necessary if prettierrc is in the same path as your node_modules folder.

Same thing is happening here too. Here's the playground for reference: https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR8M+VBZhqYAGpIlWfCDoA6AIwgWMCG3iyVAYXQBbH2wAFAAkA-BdBQxAOVwBjKABlGABPNWswbAgAWgAmJxBoAEdBeGgA12V-PTkFEGIRCBgytgq2KoMAXxYoCngYdBQ0eCxJUDZsGDaRTtrMMEEJvBAAHgB+YzAAHUwt4SgAAgApWAAhVzqNjYCTRP6fC4DBaABuLa2Y2THsPdEoca3gLZ7IF7AD0ACowYDgXswXsALKwajoCh7ADuvWoezYmCxcAg8A48ygtihwNhAAEwGxXD49uN8ZhlHsACRSdDoUlAinQGCPHH0lScmEgzkAYgA2g9oABdTlzDgeGJ7KSCTAxDA49E0ACCeIJRIAFALGSy2egAJR4OkuQU44EAu3QoE8vmm9kvR17dqvT3gyGemHwxHItEY9DzLGYJK4m2EnTYEkBilUmnWhlM1nsoXc2Cu43KbMiz3yxXK1XqoaasPzXWxw35t0Wq35zkOp3Al0QHGZ9Ae6HezDtEDtIA The error resides within this block of code: https://github.com/prettier/plugin-php/blob/1c9a8dd06eb5bfd0f1008056d0a027cca2c15c2b/src/printer.js#L1458-L1472 The issue ultimately comes down to the willBreak function...