PhilFlash

Results 11 issues of PhilFlash

Hi, My PR for router-store Two remarks: . i have downgrade typescript to 2.4.2 (for angular cli) . on my machine, I have errors with prettier:check ``` yarn run v1.3.2...

Thanks for sharing. Is it possible to add the ngrx/router-store ?

Hi, In the new version 2.0.0, you have in line 127: ``` scrollHeight = document.body.scrollheight; ``` The correct attribute is: scrollHeight (H in uppercase). It's ok in version 1.1.7: ```...

**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...

Hi, When you use [sanitizeHtml]="false", the javascript is declared unsafe. See https://stackblitz.com/edit/ngx-md-exmaple-cgwjwk Reason: In ngx-md.component.ts, 'set data' call onDataChange which use this.sanitizeHtml. But, sanitizeHtml is not initialized (when you use...

### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was 12.x...

needs triage

**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...

If i use the standard exemple for angular 14 on stackblitz (https://stackblitz.com/edit/angular-ivy-zbl8my) and if i add package @swimlane/ngx-ui on dependencies, I have an error : Error in ~/src/main.ts ngcc failed...

### 🐛 Describe the bug I try to share documents with no success with huggingface iwprog.yaml: ``` app: config: id: 'my-appli-1' llm: provider: huggingface config: model: 'mistralai/Mistral-7B-Instruct-v0.2' top_p: 0.5 embedder:...

**What kind of change does this PR introduce?** (check one with "x") - [x] Bugfix - fix bug #65