Michael

Results 4 issues of Michael

On Windows 8, when using the `onLast` option to show a notification for the last file stream only, it stops any notification appearing. Test code: ``` javascript var gulp =...

The following code panics when using `PatchApply` ```go func main() { dmp := diffmatchpatch.New() patches, _ := dmp.PatchFromText("@@ -1,2 +1,3 @@\n %E2%98%9E \n+r\n") fmt.Println(dmp.PatchToText(patches)) s, _ := dmp.PatchApply(patches, "☞ 𝗢𝗥𝗗𝗘𝗥...

### Description During GraphQL deployment we validate APIs have unique dataset/tag. This check wasn't respecting the `--api` CLI flag. Ref CLDX-2142 ### What to review * Test the graphql deploy...