Ofer Gal
Ofer Gal
#### What Version you are running? * NodeJS: v10.16.0 * NPM: 6.14.6 * @pnp/spfx: 1.11.0 #### Describe your problem Upgraded a project with 365 CLI followed all the steps. gulp...
**Describe the bug** My code is ``` ``` **To Reproduce** populate graphIds with array of emails 4. See error ``` Uncaught TypeError TypeError: Cannot use 'in' operator to search for...
I know how to read a file on disk with: `using (FileStream file = new FileStream(` etc.. Is there a way to do the same from Memory stream or the...
The original NOPI could read PPTX files to with XSLFPowerPointExtractor and XSLFSlideShow Will that be possible?
**What version of this package are you using?** 0.5.0 **What problem do you want to solve?** using TypeScript My store.ts has ``` import createStore from "fragstore"; import { IServiceTypes }...
Every now and then users report that the date coming from my app is empty. **To Reproduce** JobDonePT: any = DateTime.local().setZone("America/Los_Angeles"); run few times with Firfox and some will make...
## Sample (which sample are you talking about) All of them ## Question (the more details, the better) I have the same Library in about 1000 Sites. Once I customize...
I created component just like the example: `const Demo = () => ( Hi 👋 )` I get TypeScript Error: (alias) class NewWindow import NewWindow 'NewWindow' cannot be used as...
I am having hard time with communicating from child React SPFx we part window to parent React SPFx we part Will I be able to do this with react-new-window? a...
I am looking to replace Ag-Grid but it has a feature I can’t do without. I did not see the option for columns to be resizable by user. Do you...