Dominique Müller

Results 45 comments of Dominique Müller

This is definitely an issue. Just take the "Style Guide" page as an example - while its content is brilliant, it all lies on one huge long page no one...

That's not possible at the moment. You could instead write a NodeJS script which updates the version in the other package.json file. But, it would not possible to execute it...

So, I assume you'd like to see the feature to reference (or even auto-detect) multiple package.josn file, all synced in version. Or, as an alternative, define that the version incrementation...

The way I see it, the only difference between BitBucket and GitHub that's interesting in this context is that BitBucket doesn't seem to have the concept of "Releases" / "Release-Pages"....

Regarding the broken imports: Jest within CRA does not rely on Webpack, thus the Webpack-specific loader syntax won't work. Now, when you use the exact webpack override config (README) you...

I'm experiencing the same issue, the path to the Swagger UI assets is no longer correct after building the app with `ncc`. After some playing around, however, I've seem to...

The real issue is probably how swagger-ui itself gets built and served, and not necessarily how `ncc` tries to bundle it up. Related issue: https://github.com/scottie1984/swagger-ui-express/issues/114.

@mohammadzainabbas Sure, I took the time to prepare a repository here: https://github.com/dominique-mueller/ncc-nestjs-swagger-experiment. It's a working example, so you can clone it and play around with it. I also wrote a...

So, there are a few ideas floating around here. One of them is to allow "latest" as the version number (similar to how npm allows it), and perhaps even use...

The best idea in my mind is to have a custom workflow script within projects that (e.g. every 24h, or based on Hugo GitHub releases) - looks at the Hugo...