Felix Mosheev

Results 261 comments of Felix Mosheev

@ahabhgk this is weird, with the rspack starter, it works properly. On my project, it throws, ![image](https://github.com/web-infra-dev/rspack/assets/9304194/94985dcc-f7bb-4cfc-9304-8a20dbd9c298) You can try this branch: https://github.com/felixmosh/bull-board/tree/ui-with-rspack ``` yarn install yarn start:dev ``` make...

It looks good :) Can you make a PR with it?

@nstaab1, no...

I guess that you will need it at the API level, because there is a pagination, and you don't want to filter the current page only. ServerAdapters are all working...

Hi, There is any way to test it without paying for the PRO version?

Ham... maybe we can reverse eng it, i guess that it is a matter of how they save the data into redis (some prefix or such)

Hi, there is no progress with it. Thank you for letting me know regarding the trail. What feature is missing?

If you have time to create a PR. I'll more than happy to review it 🙂

Hi, The board is designed to be as a plugin, you can add authorization before it, or disable it (not register the plugin) in prod. Checkout [examples](https://github.com/felixmosh/bull-board/tree/master/examples) with auth implementation...