Aaron C

Results 7 comments of Aaron C

Hi @VeryEarly, thank you for responding. > do you have some action group other than "ActivityLogAlertActionGroup" need to be assign to an alert rule? My apologies I clearly needed to...

@VeryEarly Thank you for this. While i would consider using it, it still leaves the other issues with the cmdlet. It is good to know a new set of cmdlets...

Hi all, I like a lot of the thinking I have seen above. Most of it is from a "how does this fit with current Optel". I thought I would...

similar idea here: https://github.com/microsoft/vscode-jupyter/issues/6765

I can reproduce this issue. I am also, getting an slightly different issue like this: `df = pl.DataFrame({'a':['beep', 'bop'],'b':['a','b'],'c':['s','f'],'d':[7,8], 'e':['x', 'y']}) df.pivot(values=['a'], index='b', columns=['c', 'e'], aggregate_function='count')` shape: (2, 5) |...

@cmdlineluser good to know, i can create a new issue for this if needed.

Here is a version of this one I like [Explore using the interactive window as a console for notebook kernels](https://github.com/microsoft/vscode-jupyter/issues/6765)