Brian Frank
Brian Frank
Hello @sophiapoirier, I just want to say it's very exciting see you & @tom7 working on these plugins again. I have used them frequently over the years, thank you!
+1 I see the same error with TypeScript compiler: `node_modules/@microsoft/office-js-helpers/dist/office.helpers.d.ts:628:10 - error TS1319: A default export can only be used in an ECMAScript-style module.` TypeScript v3.7.4 @types/office-js v1.0.62 @microsoft/office-js-helpers v1.0.2...
I'm trying to get a single click of each value to open the editor. My first thought is using `onSelect` to emulate a click on ``, but a new boolean...
@yoiang @mac-s-g Hi I have a similar use case wishing to lock data types, did we come to any conclusion here with impementing `staticTypes` or `JSON Schema`? I do think...
+1 @pyummm The README.md for [stencil-redux](https://github.com/ionic-team/stencil-redux) might help you while we wait.
Just a thought, this might be happening on ARM / Apple Silicon when attempting to install an older release of terragrunt with no ARM binary. I ran into this problem...
Hi Vince, I've had better luck with these building a WebRTC & Ionic app. https://github.com/webrtc/adapter http://peerjs.com Also this is a good tutorial on WebRTC from the ground up. http://blog.mgechev.com/2014/12/26/multi-user-video-conference-webrtc-angularjs-yeoman/