Joakim Tengstrand

Results 59 comments of Joakim Tengstrand

Hi Peter / @PEZ ! I'm sure there are several other people struggling with finding how to start with Polylith, so this feedback is very valuable to us! The documentation...

No one would be happier than me if we could nail how to describe Polylith so that everyone (or at least people that could benefit from it) would understand! Maybe...

Hi guys! I've tried to address a number of issues in the documentation: The introduction in the [high-level documentation](https://polylith.gitbook.io/polylith/) in the second sentence says "There are several ways of learning...

Hi! This sounds great! We have been a bit busy in the team recently, but will soon look into this and come back to you. Cheers, Joakim

Hi again, Adding support for a linter like [Eastwood](https://github.com/jonase/eastwood) could be solved with the [custom commands](https://github.com/polyfy/polylith/issues/113) that I'm working on right now. The support for auto-complete got me a bit...

Does the new pluggable test runner solve your problem @vemv ?

But in this case we could specify :interface-ns ["interface" "iface"] and it will be valid in any component, both component-a and component-b in your example (and any other component).

I kind of like the idea that an interface always starts with the string "interface" because then it's easy to find the interface from an IDE. An idea I have...

Hi guys! I suggest that we keep the key `:interface-ns` as today, but internally we also accept `interface` and `ifc`. If we just start allowing these two, then we could...