Philippe Oberti

Results 13 comments of Philippe Oberti

hey guys, quick question: I'm using datetime picker in a project with Webpack. in my vendor.ts file I load moment and the datetime picker as follow ``` import 'moment'; import...

thanks for the answer, the only way I got it working was to write this: `( window).moment = require('moment');` once somewhere in the code, and then in every file that...

+1 for the @elastic/protections-experience team, we could use a feature to show accumulated values when the user isn't mousing over anything in the chart. I see that the Alerts page...

thanks @maxcold! Super useful to have your branch, it shows me things I didn't think about. It's nice to have other approaches as I find it often difficult to see...

## Files by Code Owner ### elastic/protections-experience * x-pack/plugins/security_solution/public/threat_intelligence/links.ts * x-pack/plugins/security_solution/public/threat_intelligence/routes.tsx * x-pack/test/threat_intelligence_cypress/config.ts ### elastic/security-engineering-productivity * x-pack/test/security_solution_cypress/config.ts ### elastic/security-solution * x-pack/plugins/security_solution/common/experimental_features.ts * x-pack/plugins/security_solution/public/common/components/navigation/use_security_solution_navigation/index.tsx * x-pack/plugins/security_solution/public/threat_intelligence/links.ts * x-pack/plugins/security_solution/public/threat_intelligence/routes.tsx ### elastic/security-threat-hunting-explore *...

The main issue here is that we limit the hight of the legend action to `18px` and the `EuiButtonIcon` height is controlled by the `size` prop. It seems that there...

@thompsongl I see that you've looked turborepo, I'm curious if you've also looked at [Nx](https://nx.dev/)? I've used it in a pretty big team (75 developers) and decent codebase for the...

Awesome! I was part of the frontend infrastructure team so I've used Nx extensively, I've helped set it up for all the devs, implemented custom generators and executors and performed...

> > The downside is we're running the risk to have developer forgetting to unsubscribe from the observable and therefore introducing memory leaks... > > I'm curious. Why do we...

> Thanks for tagging me! > > To fix the bug: The `SecurityCellActions` prop `meta.scopeId` was created to fix this kind of bug. We need set this prop with the...