Sergei Sergeev

Results 12 issues of Sergei Sergeev

I use node@12 and built-in npm. I'm trying to install the Yeoman generator: ``` npm install @microsoft/generator-sharepoint -g ``` At the last step I see an error `Volta error: Could...

If I have a component, which is not in a resulting webpack bundle, then `css-modules-typescript-loader` does not produce corresponding `.scss.d.ts` which is correct, since the `.scss` is not running through...

Currently `live-dev` running about 20-30sec. and performs whole build validation (vet, transpile, test, build). Sometimes some steps might not to be necessary. For example if you developing a new directive,...

help-wanted
build
waffleio:backlog

The list of potential projects I found on npm: - [x] CSOMNode - [x] gd-sprest - [x] generator-spcaf - [x] gulp-spcolor2scss - [x] gulp-spsync - [x] gulp-spsync-creds - [x] gulp-spcolor-stylus...

Currently, the cli adds npm script ```json "serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve" ``` This is not very convenient, because you cannot easily control the behavior and cannot change...

**Describe the bug** When you use mgt-people-picker in your organization, you might see odd UX when searching for AD security groups. **To Reproduce** Steps to reproduce the behavior: 1. Create...

bug
Component: people-picker
Priority: 2

**Describe the bug** When `default-selected-user-ids` is set and `selection-mode="single"`, you are able to put a cursor in the control input and try to further filter, but the component shouldn't allow...

bug

## Description The documentation [says](https://learn.microsoft.com/en-us/graph/toolkit/components/people-picker?tabs=html#properties) that the default value for `type` property is `person`, but according to the [code](https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/f1ffe5e799c030672c7d4439901b0b43af567742/packages/mgt-components/src/components/mgt-people-picker/mgt-people-picker.ts#L173) and the behavior in the mgt.dev playground, the default value should...

Area: Documentation

### Target SharePoint environment SharePoint Online ### What SharePoint development model, framework, SDK or API is this about? 💥 SharePoint Framework ### Developer environment Windows ### What browser(s) / client(s)...

type:bug-suspected

Probably you're already read, that SPFx 1.19+ will be webpack 5 based. And that's great news. However, it introduces some challenges for fast-serve, since I have to migrate to webpack...