Anton Klimov
Anton Klimov
It seems that `sequence` can be defined as: `const sequence = curry((of, f) => traverse(of, identity, f));` and `traverse` can be made aware of arrays like: ``` const traverse =...
This is not related to array, and first of all, in support.js there are the following definitions: ``` const readdir = function readdir(dir) { return Task.of(['file1', 'file2', 'file3']); }; const...
plugins: org.sil.ukelele.keylayout -> /Applications/Ukelele.app/Contents/Library/QuickLook/Ukelele Quick Look Generator.qlgenerator (1) org.openxmlformats.presentationml.slideshow -> /System/Library/QuickLook/Office.qlgenerator (47) com.adobe.pdf -> /System/Library/QuickLook/PDF.qlgenerator (986.5.2) com.apple.localized-pdf-bundle -> /System/Library/QuickLook/LocPDF.qlgenerator (986.5.2) com.apple.iwork.keynote.key -> /System/Library/QuickLook/iWork.qlgenerator (237.6) com.apple.application -> /System/Library/QuickLook/StandardBundles.qlgenerator (986.5.2) com.apple.ical.bookmark ->...
It doesn't work for .go, .md, .yml. For other files it used to open .js in MacPreview, now it shows it with highlighting in an internal viewer, but in any...
mdls -name kMDItemContentTypeTree ./csvTesting.go kMDItemContentTypeTree = ( "org.go.source", "public.source-code", "public.plain-text", "public.text", "public.data", "public.item", "public.content" )
mdls -name kMDItemContentTypeTree ./README.md kMDItemContentTypeTree = ( "net.daringfireball.markdown", "public.plain-text", "public.text", "public.data", "public.item", "public.content" )
mdls -name kMDItemContentTypeTree ./.gitpod.yml kMDItemContentTypeTree = ( "public.item", "public.yaml", "public.data", "public.text", "public.content" )