ajubin
ajubin
It's not really clear what to provide when configuring the module, maybe do this instead ``` UnleashModule.forRoot({ url: 'https:///api/client', appName: '', instanceId: '', http: { headers: { Authorization: '', },...
hi, I have a working implementation of health check for @nest/bull Should I PR here or release it in another place ? To check liveliness, I use ´queue.client.ping()´ from redis...
Hi, thanks for submitting a Pull Request! :balloon: Before submitting, please be sure to check a few things: ## Commit names formatting This repository is automatically published to npm with...
**Describe the bug** Nothing happens when I click on "import json"
### Is your feature request related to a problem? Please describe. Hello, I'm using the preset `client` to generate types and using `fragment` do declare data dependency of some components....
### Version 29.1.0 ### Steps to reproduce My repository is private, I tried to reproduce on an example repo but I couldn't. My bug is the following, I have 3...
Hi, When running jest, I've got the following error ` SyntaxError: Cannot use import statement outside a module` , I don't know how to avoid it
Hi, I'm using a new m1 macbook, I can't start my project which use `pg` and `pg-native`, despite the fact that `pg_config` is available and `libpq` is installed on my...
Hey, thanks for your work, this library is really useful :) While using it I had some improvement ideas :) I think it will be great to prefill the changelog...
Hi, After following this guide https://docs.forestadmin.com/woodshop/how-tos/translate-your-project-into-typescript/v8/migrate-sequelize-files to migrate my js files to ts, when I run `forest schema:update`, it generates me `js` files instead of `ts` files