Alexey Alekhin

Results 157 comments of Alexey Alekhin

I see [`flow-libs/atom-ide.js.flow`](https://github.com/atom/atom-languageclient/blob/master/flow-libs/atom-ide.js.flow) type definitions in atom-languageclient. Are they written manually or somehow generated or copy-pasted from here? See also related question: https://github.com/atom/atom-languageclient/issues/142

Thanks, but for my own [plugin](https://github.com/laughedelic/atom-ide-scala), I switched to Scala.js. I'm still interested in this because for doing my stuff in Scala I will need to port Flow type defs...

> but it's a bit weird because what module name would you use? Why is it a problem? I see three things here (in those `flow-libs/` folders here and in...

> Also, flow-typed doesn't support dependencies :( I see. I think this is a real bummer 👎 for the whole Flow ecosystem.. Just some types floating around and copy-pasted from...

Oh, that's interesting. Thanks!

You can configure any sublime settings and add build systems in a project. I don't use it, so don't know, if it could be useful or not. I think, you...

Just to clarify, I haven't actually done anything yet 😅 Just expressed my interest. Once I have some time to work on it, I will let you know about my...

Unfortunately, I'm not familiar with javascript/coffescript and don't have time now to dig it. So let's leave this feature request open in case somebody else will be willing to implement...

PostgREST serves an OpenAPI specification, and [openapi-generator](https://github.com/OpenAPITools/openapi-generator) supports Elm. So I think this should be quite easy to do just by modifying the (mustache) [templates for Elm](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/elm). I'd really like...

Thanks for the update! Keep up the good work 👍