lonix1
lonix1
I appreciate that you added a delay... any delay. But 100ms is way too little. I'm sure many would disagree with me, so yes, a config option would be good....
Hey @dsherret, it appears I'm the only one using this combination of libraries, so I'd like to ask a quick "theoretical" question before I close this. This library adds to...
I tried many things, like: - changing the order of the transformers - using `require.resolve` - using clone and merge routines to merge configs together (idea from the preset repo...
Interesting problem re monorepo. Thanks for that cool link, another one for my never-ending "to-read" list... :smile:
One of the most well-known monorepos is [angular cli](https://github.com/angular/angular-cli), and I see they have the same problem, no changelog. They however annotate the changes in each tagged release. And the...
@decoder318 I've just setup an Angular project, and it seems to work. So just follow the official docs exactly. If you already have it working in a server app then...
Anyone manage to get it working?
What alternative app are people using now?
@j-andrespuk No, sorry. It's a css bug in the library.
I see this even for short sentences. From the simple getting started [example](https://spectreconsole.net/cli/getting-started): ````cs [Description("Path to search. Defaults to current directory.")] ```` Renders as: ````sh [searchPath] Path to search. Defaults...