Seoker Wang

Results 10 issues of Seoker Wang

Using default preset, there supposed to be a space before array pattern opening, however, it doesn't work when it is located after `yield`. For instance, the formatters formats `yield [generateA(),...

There's a spacing bug on default function parameters when assigning with array. When I format ```javascript function foo(a = 123, b = 'test', c = ['a', 'b'], { d =...

# Bug Report ## Restify Version 5.2.0 ## Node.js Version 7.10.1 ## Expected behaviour ```javascript // trigger this error when some in-existing route being called server.on('NotFound', (req, res, err, cb)...

Bug
Waiting on Response
Unconfirmed
Critical

Hi, It says in the README that I can pass a retry options, so I create an caller instance like this: ``` grpcCaller( "some-endpoint", "some.proto", "SomeService", null, { retry: {...

I have something like this: ```php $foo = isset($a) and isset($b); ``` It converts to ```php $foo = isset($a) and isset($b); ``` I think it's better to have an indent...

I have something like this: ```php $foo = $a ? 1 : 2; ``` It converts to unexpected result: ```php $foo = $a ? 1 : 2; ```

Since `fuzzy` and `maxResults` are already defined in functions, `if (this.fuzzy)` && `if (this.maxResults)` will always be true.

Hi, As I know, the `db.class.update` only support altering superclass, will it support the full function described in official documentation? reference: http://orientdb.com/docs/last/SQL-Alter-Class.html

enhancement

As you may know, function calls are now supported by OpenAI, and the function call tokens will be taken into account. With some googling, I found the calculation [here](https://community.openai.com/t/how-to-calculate-the-tokens-when-using-function-call/266573/5). It...

help wanted

I don't think below is a regex string in a comment, is it possible to skip such pattern? ![image](https://cloud.githubusercontent.com/assets/7975797/25887726/cf54d174-3595-11e7-9ca7-ea0a15e47d87.png)

bug