MikeDabrowski

Results 26 issues of MikeDabrowski

### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) will this feature affect? Transloco ### Is your feature request...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) will this feature affect? MessageFormat ### Is your feature request...

##### Bug Report or Feature Request (mark with an `x`) ``` - [ ] Regression (a behavior that used to work and stopped working in a new release) - [x]...

stale

### Is this a regression? No ### Description Is it intended that running `ng g @ngneat/spectator:spectator-component test-help` produces: ![image](https://github.com/ngneat/spectator/assets/17836911/706b485a-4370-4d30-8add-b78aaa8e9a82) with the test file being in a different directory? The following...

### Describe the bug I was trying to replace labels of some emails and process the attachments. RemoveLabel action throws an error `Invalid argument: label`. I tried to debug it...

bug

For those who have not memorised all the emoji names, a dropdown list of filtered examples could be added. I don't know ahk well enough to do that unfortunately.

Hi, I want to only add items to the db and ignore those that are already present in db. ID is unique, I did ```typescript async storeUsers(users: StoredUserPreview[]) { const...

Im working on a project still in 0.y.z version. For bugfixes we want to bump patch and for new features or changes - minor. Im following conventional commits and using...

Hi there, can you hint how to hook it up to angular 4 ?

I'd like to achieve following effect (Name and Age fields just under their labels and in one horizontal line) using InputFields: ![image](https://cloud.githubusercontent.com/assets/17836911/22564437/d0048748-e984-11e6-87a0-a9cd5b4a1749.png) I tried setting them width but no luck....