Mike Drakoulelis

Results 22 issues of Mike Drakoulelis

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [x] Feature request [ ] Documentation...

Is it possible that we add a property to support async functions? I have tested it so far using Node's [promisify](https://nodejs.org/dist/latest-v8.x/docs/api/util.html) with no problem. Since every remote method is promisified,...

Is it possible to support websockets? Using the default socket implementation that is suggested by NestJS, this is as easy as adding another case in the `extractRequest` helper. The related...

Type: Enhancement

#### What type of issue are you creating? - [x] Bug - [ ] Enhancement - [ ] Question #### What version of this module are you using? - [...

### Describe the bug When validating a user-agent token (created via a public client) from a bearer-only client (backend application) that use different keycloak hostnames, the validation fails with error...

kind/bug
status/triage

I would like to upload the entire directory as one zip file. E.g. dist/package-a should be uploaded as package-a.zip, or perhaps another name I could set in the options. Is...

### Which @ngrx/* package(s) are the source of the bug? data, entity ### Minimal reproduction of the bug/regression with instructions https://stackblitz.com/edit/stackblitz-starters-qfsbzb?file=src%2Fmain.ts There are 2 entities: Test, Other. Clicking "Add to...

Project: Data

### Issue description I am querying the repository of Entity A with `findOneOrFail`, using `relationLoadStrategy: 'query'`, including many relations. One of these relations is `OneToMany` to Entity B, and defines...

bug
requires triage

### Reproduction link [https://stackblitz.com/edit/angular-q6bi4y?file=src%2Fstyles.less](https://stackblitz.com/edit/angular-q6bi4y?file=src%2Fstyles.less) ### Steps to reproduce Import the variable.less file in my theme.less: ```LESS @import '../node_modules/ng-zorro-antd/ng-zorro-antd.variable.less'; @primary-color: green; ``` ### What is expected? The primary color of the...

Usage

### What type of bug is this? Unexpected error ### What subsystems and features are affected? Restore ### What happened? I use self-hosted Docker TimescaleDB 14 (ext version 2.10). I...

enhancement
docs-needed