chrillek
chrillek
**Describe the bug** Given this line of code in JavaScript `...txt.matchAll(/src="(data:(?:.*?)\/(.*?);base64,.*?)"/gs)` chroma 0.10 run as `chroma -l js --html example.js` generates this HTML (only quoting the relevant part) `...txt.matchAll(/src="(data:(?:.*?)\/(.*?);base64,.*?)"/gs),` Obviously,...
This code ``` 'use strict'; const objc = require('objc'); const { NSURL, NSURLTypeIdentifierKey } = objc; const uti = objc.allocRef(); const error = objc.allocRef(); const fileURL = NSURL.fileURLWithPath('/Users/ck'); fileURL.getResourceValue_forKey_error(uti, NSURLTypeIdentifierKey,...
The example for JXA-ObjC bridging (which doesn't work anymore, BTW, because Apple screwed up), is incoherent. It begins with describing the method `init` like so ``` init(contentRect:styleMask:backing:defer:) ``` and it...
I turned on "show word count" in the "General preferences" pane. However, in the bottom of the editor window, I only see text: WORDS_PLURAL_ STRING etc. (cf screenshot) I'm using...
**Describe the bug** The JSON POST request send to the external server causes a 400 error to be sent back **Wireshark-Log** According to Wireshark, the POST data is `language=auto` `data={"annotation":[{"interpretAs":"\n\n\n\n","markup":"\n{{TOC}}\n##...
Not an issue, just trying to reach out... I found and liked your Spotlight JXA script (and shamelessly stole from it for a DEVONthink problem: https://discourse.devontechnologies.com/t/idea-all-databases-in-navigation-sidebar/77241/14). I'm just wondering if...
Currently, the only explanation is `Hugo Pipes is Hugo’s asset processing set of functions.` It would be helpful to mention what an "asset" could be, and also that they are...
I have no problems running the compiled (with debug enabled) binary from the command line. OTOH, I see a bunch of errors when building and running it in XCode (but...
It would be helpful to augment the section on the embedded OG template with a basic directory structure. Currently, the documentation exemplifies the frontmatter like so ``` images: - post-cover.png...
The current version of the CSS validator complains that it does not recognize `@layer`.