DMan

Results 16 comments of DMan

Yeah, `CommandBuilder#setRequiredRoles(String...)` or `CommandBuilder#setRequiredRoles(Role...)` sounds like a good idea. Why not considering making a PR for that? It is kinda a breaking change so better wait for jag or somebody...

> JDA bot = JDABuilder.createDefault(""); That wouldn't even compile. It is just a bad naming.

Currently I face the issue that I can't use Spring Boot 2.7.0+ with the latest VAADIN version (23.1.3). When using Spring Boot 2.7.0+, the page reloads automatically every now and...

Hello, sorry for the late response, I didn't notice there were responses to this issue. TL; DR: I'm not longer affected by this issue. I initially added that `frontend-maven-plugin` configuration...

Hello Artur, thanks for all the quick feedback. I tried what you recommended in the real project but now the build even fails during the `build-frontend` goal. ```sh [ERROR] [36mvite...

I deleted the `tsconfig.json` and the `node_modules` and tried it again, the project now can be built again. Due to testing I found out that the needed change was adding...

Hello Artur, sorry for the late reply. I tested it again with VAADIN 23.2.1 but it doesn't fully work yet (see last point). > I am not sure why you...

@asturio: I recreated this PR in #903 since the original author does not respond anymore.

> Is this still a problem? Yes, it's still a problem for me since not all (of my used) NPM dependencies support using "import" over "require". > I cannot reproduce...

Interesting. Could you tell me what exactly your "default `tsconfig.json`" looks like now? And might the VAADIN update be the reason it works again? I'm still stuck on VAADIN 23.2...