mconner

Results 9 comments of mconner

It looks like the initial call on the factory is there primarily (solely) to determine if a directive has css, so that it can decorate the directives that require it....

@basarat I already had "Module code generation:" in Preferences>TypeScript>Compile set to CommonJS. (Sorry for the delayed response. I thought I had responded already.)

While I'm at it, the commented items in the kibana.config in [values.yaml](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/4d440b7473e58651608070f0f5d446c4736e1ccf/helm/opendistro-es/values.yaml#L108) show: ``` ## Kibana TLS Config # server.ssl.enabled: true # server.ssl.key: /usr/share/kibana/certs/kibana-key.pem # server.ssl.certificate: /usr/share/kibana/certs/kibana-crt.pem # elasticsearch.ssl.certificateAuthorities: /usr/share/kibana/certs/kibana-root-ca.pem...

Additionally: There is a similar question with opendistro_security.nodes_dn for the elasticsearch.config (which is copied to elasticsearch.yml): # See: https://github.com/opendistro-for-elasticsearch/security/blob/master/securityconfig/elasticsearch.yml.example#L17 opendistro_security.nodes_dn: - 'CN=nodes.example.com' It is not spelled out anywhere that I...

Also, I also noticed that: - audit - nodes - whitelist.yml are listed in the [link](https://github.com/opendistro-for-elasticsearch/security/tree/main/securityconfig), but there's no entry for those in the es-master-sts.yaml template. Is this an oversite,...

@cervenf, (and @nguyen-hai-nam, please correct me if I'm wrong), but there's no official row class. Because it wraps at 12, you effectively have a row. This is terser than grid...

I'm using version 1.2.0 of the plugin, configured for node 6.11.1 and npm 3.10.10. When I set the registry in ~/.npmrc, it properly accesses our npm proxy repo (nexus). When...

Here's an admittedly hacky workaround: [https://stackblitz.com/edit/github-1wbs9k-5rxjo9?file=src%2Fapp%2Fapp.component.ts](https://stackblitz.com/edit/github-1wbs9k-5rxjo9?file=src%2Fapp%2Fapp.component.ts) This is a fork of the reproducer. Before calling sc.scrollToIndex(), I set the scroller's `last` to be no more than `numItemsInViewport + d_numToleratedItems `...

> Strangely, I've just copied your code and put it in 17.7.0 example and it works as it should. Now it logs only the values in the range. > >...