Irakli Gozalishvili

Results 654 comments of Irakli Gozalishvili

I think it would make sense to generate a type identifier field for every record type that is going to be included with each instance. That would have several benefits:...

Unfortunately I am no longer able to maintain this project, I apologize. If someone wishes to step up and take leadership of this project please respond to #21

Unfortunately I am no longer able to maintain this project, I apologize. If someone wishes to step up and take leadership of this project please respond to #21

Here is a very basic implementation: ``` js function Match(...params) { if (this instanceof Match) { this.fallback = null this.rules = [] this.index = Match.max(0, params.indexOf(Match.pattern)) } else { return...

Unfortunately I am no longer able to maintain this project, I apologize. If someone wishes to step up and take leadership of this project please respond to #21

Posted this too early going to edit description to include more detalis.

> It isnt the right thing in any way. There is ES-Beautifier that tries to do everything using the ESLint ecosystem. That's the right move. Prettier is meant to be...

Looking at the source it seems that issue comes from https://github.com/elm/url/ instead.

Hey folks I have started using this feature to add support source maps support for my [wisp](https://github.com/Gozala/wisp) language. I'll probably submit individual bugs, but I'd like to share main roadblocks...

I guess I commented on wrong thread, which brings a question of how that formatting feature behave if node locations are based of non JS file but rather some other...