Laimonas Turauskas

Results 20 comments of Laimonas Turauskas

I think it would be valuable to remove inline at least from `pipe` and `partially` functions (at least from our use cases). I could do a pass on `arrow-syntax`.

I've got it to work for and published it to internal maven repository (at Instacart). I'm leaving for vacation for two weeks starting tomorrow so I won't be able to...

I haven't looked into this project in awhile. If you have any ideas why it fails, you are welcome to open a pull request. Otherwise, I'll try to look at...

Did you setup the keys correctly?

Let's say we have a project with `impl` and `public`(called api in one of your talks) types of modules. When migrating an existing codebase to this structure there will be...

> Thanks for sharing more context :) it is a similar topic to what was discussed at: #157. Indeed, it's a very similar issue. > Using more entries within the...

I was able to work around this using a hacky solution, but it's becoming harder to scale this. The hacky solution to enable fine-grained violations requires us to define `moduleNameAssertAlias`...

The problem is that the library only matches on the alias and not the project path. Allowing `impl -> :b:impl` is too broad and if you use project path as...