Remy Adriaanse
Remy Adriaanse
Sorry for the late reply, kinda forgot to write some thoughts down.. First I do fully agree that this isn't a "Unixy" way to go, but do think that since...
Slightly different use case here, using the `.swcrc` file to specify path mappings like; ```json "jsc": { "paths": { "@/some/*": ["thing/*"], }, ``` ts-node could optionally allow specifying these (or...
Hey, seeing that https://github.com/ory/kratos/issues/2437 was closed due to inactivity; @aeneasr what would be the best way forward? Would it be best to open a new PR based on this code...
When will this be merged? I also need this fix.
Another use case is that it can be handy when you want to reach the UI on a specific node within a cluster without having to resort to more DNS...
That's a fair point indeed, and now that I think about it I don't see anything missing in that logic besides that it might help with a situation where a...