Tomas Rimkus

Results 55 issues of Tomas Rimkus

### Description A couple minor fixes for the modular demo: - "ScreenTrackingService" and "UserTrackingService" were imported but never used. Added them to app module providers. - Removed a couple of...

cla: yes

### Is there an existing issue for this? - [X] I have searched the existing issues ### Nature of Your Project TypeScript ### Current Behavior Transpiling code produced by `v0.23.0`...

bug
new

Right now `angular-odata` takes almost 200KB in our initial production bundle chunk. Far exceeding any other libraries in size. Is there any way to make `angular-odata` modular and introduce [secondary...

## PR Checklist - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) are the source of the bug? Schematics ### Is this...

### Playground Link _No response_ ### Description Noticed the following issues while migrating application from `v3` to `v4`: - `--tui-text-primary` is not a valid replacement for `--tui-text-01-night`. Should just be...

bug
state: need triage

### Which @angular/* package(s) are the source of the bug? service-worker ### Is this a regression? No ### Description The service worker script [throws an error](https://github.com/angular/angular/blob/6d3849ffc85cc52b0eba3836b24f10895621acbe/packages/service-worker/worker/src/assets.ts#L446) when hash check fails...

area: service-worker

### Description of erroneous behaviour It seems when initially creating the [PostgresService](https://github.com/cap-js/cds-dbs/blob/43b8467816aa0cc60f86a7754ce190e17f9538a9/postgres/lib/PostgresService.js#L9) class, code was copy-pasted from [SQLiteService](https://github.com/cap-js/cds-dbs/blob/43b8467816aa0cc60f86a7754ce190e17f9538a9/sqlite/lib/SQLiteService.js#L26), as a result, pool `validate()` function is defined as `dbc => dbc.open`....

bug

Reopening #838 since the original was closed without actually addressing the issue. Adding `TLDR` section this time to make sure people understand the issue before closing it. ## TLDR ✔...

bug