mconner

Results 13 issues of mconner

Here's a stackblitz that illustrates the issue. This just shows 60000 items. If you drag the scrollbar to the end, you should see Row: 59999 Item 59999. And it works...

Investigate

If I want to a service or constant available as a dependency on the directive, it fails. Looking at the demo, this works: ``` myApp.directive('magenta', function () { return {...

bug

I'm using external modules in typescript. I have two imports: import {IDashWidgetData} from '../data/IDashWidgetData'; import {ITabularData} from '../../data/ITabularData'; The files are both in the same directory, and the correct path...

bug

**Query** What is the correct (or at least, typical) value for the kibana.config.elasticsearch.hosts in the helm charts for ODFE? In the OpenDistro Helm README.md, the [Example Secure Kibana Config With...

question

**Describe the bug** The documentation in [Example Secure Elasticsearch Config With Custom Certs](https://github.com/opendistro-for-elasticsearch/opendistro-build/tree/main/helm#example-secure-elasticsearch-config-with-custom-certs) appears to be incorrect. It says: > The following secrets are required: > > - elasticsearch-rest-certs -...

bug

**Describe the bug** The Helm README.md [Security Configuration](https://github.com/opendistro-for-elasticsearch/opendistro-build/tree/main/helm#security-configuration) section shows: > or You can specify all the security configurations in the values.yaml file as > ``` > securityConfig: > enabled:...

bug

**Query** How do you convert the custom keys to PKCS#5 v1.5 and is it even correct to do so? Under Install and Configure > Helm It points to the [README.md](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/main/helm/README.md)...

question

**Describe the bug** On Windows 10, after adding a mount and restarting Windows, If I then attempt to list the mounts in the shell, the shell hangs for several minutes,...

bug

### Describe the bug When scrolling backward to the beginning of a list of items (e.g.: after scrolling to the end), All the items are created though they are not...

Status: Pending Review

In a multi-project build, I have a shared configuration, that I apply with: ` apply from: '../sharedNodejs.gradle' in two sub-projects. sharedNodejs.gradle contains the plugin configuration: ``` node { ... workDir...