SjoerdV

Results 67 comments of SjoerdV

Same issue here. Crash on iOS app 0.11.0 after 'saving' dialog. Is there a way to view/export (error) log files in the app?

Just found out that if you're starting fresh with this iOS app only, the Git repository will **not** be properly setup **initially**. So the app will hang when you try...

hi @johnkyle4, you probably found a bug! I did not use SectionGroups that much so that's why the script logs but ignores them. In fact SectionGroups can contain Sections and...

Or do this like Apple did it on iOS 14/15, in a 2-phase approach: - Phase 1 (iOS 14): Have a notification if an app pastes data from the clipboard...

I have the same question

@gautamdsheth, just confirmed with version 1.10.0 A page with the 'NoImage' layout is still being exported as `

> I think it come from the SharePoint REST/API bug : https://github.com/SharePoint/sp-dev-docs/issues/8012 That's a great find! I sure hope someone in the PnP Team can forward this to the right...

Yeah, having some property exposure 'parity' between the API's would be nice. Same goes for the properties of a 'Team'. I really love the properties the EXOv2 cmdlet for Get-UnifiedGroup...

Thanks for the heads-up @knyzorg. I made a feature request at the mentioned repo. As the 'vscode-markdown-paste-image' extension is specifically targeted to Markdown language files we'll see if the request...

making the extension language dependent (at least for the 'insertPattern' option) would be great. for instance for the asciidoc language: ```json "[asciidoc]": { "pasteImage.insertPattern": "${imageSyntaxPrefix}${imageFileName}${imageSyntaxSuffix}" } ``` and for the...