Marco Dissel
Marco Dissel
Is there support to convert a mapping of class to a Create Table sql statement? Thanks
Can we add an extension point for support of SET [LOCAL], see this implementation for an example https://medium.com/@cazzer/designing-the-most-performant-row-level-security-strategy-in-postgres-a06084f31945
Can we expect faceting features like in solr?
The attached eventhandler is not removed when an exception is raised. This leads to a memory leak when an exception is raised. https://github.com/pnp/PnP-Sites-Core/blob/55d2e07eef372453c8e64612155dac7ccddaff27/Core/OfficeDevPnP.Core/Extensions/ClientContextExtensions.cs#L173 The same fix should be applied in...
### Category - [X ] Enhancement ### Version 3.* ### Desired Behavior Implement the getChanges method for a folder object, exactly the same as for a List object. see the...
### Category - [ ] Enhancement - [ ] Bug - [ ] Question - [X] Documentation gap/issue ### Version 3.* ### Expected / Desired Behavior / Question I like...
I didn't test it yet, but can we use this extension with postgres 9.6 (and/or the 10 beta release)
### Target SharePoint environment SharePoint Online ### What SharePoint development model, framework, SDK or API is this about? 💥 SharePoint Framework ### Developer environment None ### What browser(s) / client(s)...
Recurring weekly events are shown one day earlier, at the correct time. The events are loaded from a google calendar. Any tips how to solve this? Thanks
I get an error that the length is not defined when parsing this ical http://www.fcassen.nl/Modules/UitslagenEnStanden/Front/ICal.ashx?id=160 I fixed it by adding the check on the curr.start object: https://github.com/heskja/MMM-CalendarWeek/blob/master/vendor/ical.js/node-ical.js#L31 ` if (rule.indexOf('DTSTART')...