alingse

Results 44 issues of alingse

## 问题描述 i am writing a [linter](https://github.com/alingse/asasalint) to lint that pass []any as any in variadic function and run github Actions for some top go packages, this package failed see...

pending

i am writing a [linter](https://github.com/alingse/asasalint) to lint that pass []any as any in variadic function and run github Actions for some top go packages, this package failed see github actions...

![截屏2022-06-10 下午9 34 03](https://user-images.githubusercontent.com/11423310/173077164-dd00cd9e-6238-493a-9e98-480847b412ca.png) The command ``` node_modules/.bin/antlr4ts ../Thrift.g4 -o ./src ``` I want to generate code to `./src` from the grammar file `../Thrift.g4` but it wrong generate code like...

Room ```python async def say(self, some_thing: Union[str, Contact, FileBox, MiniProgram, UrlLink], mention_ids: Optional[List[str]] = None ) -> Union[None, Message]: ``` ```python async def say(self, message: Union[str, Message, FileBox, Contact, UrlLink]...

see https://github.com/alingse/asasalint for detail ``` asasalint ./... ``` got ``` go-swagger/codescan/responses.go:85:21: pass []any as any to func(values ...interface{}) *github.com/go-openapi/spec.Header go-swagger/codescan/application_test.go:159:65: pass []any as any to func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual...

scanner
generate spec

i am writing a [linter](https://github.com/alingse/asasalint) to lint that pass []any as any in variadic function and run github Actions for some top go packages, this package failed see github actions...

i am writing a [linter](https://github.com/alingse/asasalint) to lint that pass []any as any in variadic function and run github Actions for some top go packages, this package failed see github action...

``` /EventChannel#com.rmawatson.flutterisolate/event( 7509): Failed to open event stream E/EventChannel#com.rmawatson.flutterisolate/event( 7509): java.util.NoSuchElementException E/EventChannel#com.rmawatson.flutterisolate/event( 7509): at java.util.LinkedList.removeFirst(LinkedList.java:270) E/EventChannel#com.rmawatson.flutterisolate/event( 7509): at java.util.LinkedList.remove(LinkedList.java:685) E/EventChannel#com.rmawatson.flutterisolate/event( 7509): at com.rmawatson.flutterisolate.FlutterIsolatePlugin.onListen(FlutterIsolatePlugin.java:174) E/EventChannel#com.rmawatson.flutterisolate/event( 7509): at io.flutter.plugin.common.EventChannel$IncomingStreamRequestHandler.onListen(EventChannel.java:188) E/EventChannel#com.rmawatson.flutterisolate/event( 7509): at...