Jan Vlnas
Jan Vlnas
Instead of specyfing `componentsPath` as e.g. `../components` I could say: ``` ['components/**/*.js', '!components/**/*.test.js'] ``` to register all the components without their tests. Use package such as [fast-glob](https://github.com/mrmlnc/fast-glob). Bonus: Make it...
- [ ] Provide sensible defaults so users don't have to pass empty objects / arrays everywhere, e.g.: - ServiceProvider in Program (either detect arguments count, swap position or move...
Can we use custom categories? Is there some generic module which can integrate with this? https://nodejs.org/docs/latest-v10.x/api/tracing.html
- I have a flow with AMQP generator which should never end - This generates extra traces for each emitted message which will be never cleaned How to solve this?...
- Generative tests ran in random order - Handle edge cases to check when the flow is finished - Deterministic boxes' behavior, randomized flow configuration - Or, can we prove...
I create a data flow with component, which has `requires` property without any component with corresponding `provides`. I would expect BakeryJS to check this for me and warn me about...
Hi, I wanted to try yeagerai-agent, but got stuck right on the start. When I install the package and run `yeagerai-agent`, I get the following error: ``` Traceback (most recent...