Alec Flett
Alec Flett
**Is your feature request related to a problem? Please describe.** Right now both `sass` and `less` are direct dependencies of this project, which seem unnecessary. This bloats up the install...
I get this message a lot, with no rhyme or reason as to why... For this code: ```javascript import { Observable } from 'rxjs/Observable'; import 'rxjs/add/observable/interval'; import 'rxjs/add/observable/of'; import 'rxjs/add/operator/filter';...
#### Environment - __Package version(s)__: 3. - __Browser and OS versions__: Chrome #### Steps to reproduce 1. Create a tabs component with some kind of class: ```tsx ``` 1. Look...
In the `beforeTest`/`afterTest` hooks, the first parameter passed (named `test` in the docs) is an object that looks a lot like the `this.currentTest` object that you normally have access to,...
# Allow callbacks to monitor ConversationalRetrievalChain I ran into an issue where load_qa_chain was not passing the callbacks down to the child LLM chains, and so made sure that callbacks...
When using callbacks, there are times when callbacks can be added redundantly: for instance sometimes you might need to create an llm with specific callbacks, but then also create and...
our app is a large single page application, and we've had bugs in the past that caused a lot of memory bloat in the browser, or where the browser UI...
NOTE: This is not ready to be merged but I wanted to share in case anyone wants to help with this SeaGOAT is pretty cool but I've been disappointed by...
### Which package / area of the repo does the bug impact? @vercel/remote-nx ### What version are you using? 2.0.0 ### What package manager are you using / does the...
## Is your feature request related to a problem? Please describe. We have a number of jobs that we set with a startDelay of 24 hours (waiting for data to...