Daniil Dubrava
Daniil Dubrava
I made a reproduction - https://github.com/ddubrava/keycloakify-custom-webpack-repro. It's a starter with a few changes
> I've taken a look at your repository and have pinpointed the source of the issue. > > As I previously communicated in this [guide](https://docs.keycloakify.dev/v/v5/#supported-react-frameworks), it is indeed true that...
Well, I managed to resolve the 404 errors. You were right; we needed to maintain the same structure. The only downside is that now all the complexity from CRA has...
Hi, unfortunately, I do not have enough time to submit a PR now. So if someone reads this issue, there are some tips. Keycloakify requires a specific directory structure (from...
https://developer.stackblitz.com/guides/integration/create-with-sdk
https://developer.stackblitz.com/guides/integration/open-from-github
Maybe it's possible to store all examples in the monorepo, since it's very easy to maintain them. And then we can open this url using stackblitz SDK
`angular-yandex-maps-v3` is released. Currently, there are not many classes, I'm working on this
> Just starting out with compodoc to generate a JSON file that can be used in storybook. I also don't get the watch mode working unfortunately. I did a brute...
It should be easily done with the API - https://nx.dev/features/manage-releases#using-the-programmatic-api-for-nx-release Something like this ``` nx release version // it should be done at once, since this command commits and pushes...