Morgan Harris
Morgan Harris
We've just noticed an issue where user field mapping doesn't occur on login, even if configured to do so. The reason? `local_o365\obj\o365user` does not consider a user to be an...
# Bug report ## Fiddle https://jsfiddle.net/gormster/72jkzpy4/5/ ## Explanation ### Expected behaviour svg.js methods that return `List`, an extension of the builtin `Array`, should not hide any existing functions that are...
Given that examples can be loaded via query string, it seems kind of silly that the examples overwrite the existing work that a user has done, without so much as...
The current version doesn't work with latest .car files. This version does. It doesn't deal with the CUICatalog at all, gets rid of all the guessing at image names, and...
## Issue description See #1541 ## Solution description This adds a new hardware event type alongside ButtonEvent and PointerEvent called GestureEvent. GestureEvent follows the pattern of PointerEvent, mostly, but is...
## Description In macOS (and probably on other systems but I haven't checked) the system provides top-level support for recognising standard gestures. These gestures are often, but not always, performed...
While trying to debug some performance issues I was having today, I realised the root of my problems was an insanely slow `parse` in Multipart. Not that the work I...
## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ]...
https://github.com/gitbrent/PptxGenJS/blob/3c9ec1b687c174952166f6a34b5e87ebf69fa469/src/gen-xml.ts#L890-L891 These two lines should be a single `if` condition. At the moment, the first condition checks if the `type` field is present, so if it's set, the entire rest...