Tomas Rimkus
Tomas Rimkus
### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) are the source of the bug? transloco ### Is this...
While much slower in general, in some cases (for example, box shadows) [dom-to-image-more](https://github.com/1904labs/dom-to-image-more) produces much better results. This a simple experiment showing that html2canvas could be replaced by dom-to-image. Page-breaks...
Updated the README to indicate that the library is no longer being maintained and to suggest a replacement. @maxandriani take a look when you have some time
# 🐞 Bug report ### Description For some reason when error is thrown from Angular http client request observable, error message is not shown on Sentry. It just says "No...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Nature of Your Project TypeScript ### Current Behavior Let's say we have `User`...
### Playground Link _No response_ ### Description Try to supply some `data` to `dialog.open()` method. ```ts this.dialogService .open(new PolymorpheusComponent(MyComponent), { label: 'Star wars. Episode III', size: 's', // "data" here...
### Playground Link _No response_ ### Description Unlike all the rest of Taiga input modules, `TuiMultiSelectModule` does not export `TuiTextfieldDirective`. So, if you are using `ComboBox`, you can do the...
### Which @angular-ru/* package(s) are the source of the bug? ngxs ### Is this a regression? No ### Description Try to use `@angular-ru/ngxs` with the newly released `@ngxs/store` `v18`. Angular...
### Description Trying to run the following command, getting `nil pointer dereference error`: ``` cf html5-list -di my-destination-service -u ``` Error: ``` panic: runtime error: invalid memory address or nil...
Recently I have noticed that auto-completion of column names inside expand select no longer seems to work: ```ts const commentExpand: Expand = { user: { // no user column auto-completion...