SainteCroquette
SainteCroquette
Same error here, and it also happened when i try playing a soundcloud playlist. `[SoundCloud] (HTTPError) : 401 Client Error: Unauthorized for url: https://api.soundcloud.com/....` (when i try the given link...
I think main motivation would be **mono-repositories**, where you would want to share typescript configuration across your repository's projects, which most of the time include paths. Some real world example...
I can't speak for other tools but if you follow `Nx` (which doesnt rely on package name to resolve paths) [integrated monorepository](https://nx.dev/getting-started/tutorials/integrated-repo-tutorial) guidelines (which is really easy thanks to their...
@saltman424 while templates are powerful & flexible and they do solve current problem, they often lacks readability. They might be too much *vodoo* for that kind of use case. Personally,...
Well yeah I'm not sure we could find the perfect solution on first try. A rather naïve implementation as an experimental feature might be the way to go. Then refine...