Cork
Cork
Billing contacts is a fairly common part of WHOIS responses, but the framework can only store registrant_contacts, admin_contacts, technical_contacts. Would be nice if it could also store billing_contacts so they...
I have a problem where i push hundreds of .fodt => .pdf files through this loop and get a ~.5MiB extra memory usage per file and it is not feed...
Titlebar, titlebar buttons, select menus, radiobuttons, buttons. scrollbars basically everything is broken.
Converting html generated with showdown back to markdown breaks if there are sublists in the input. ```js var md = new showdown.Converter(); md.makeMarkdown(md.makeHtml('- parent\n - child')); md.makeMarkdown(md.makeHtml('1. parent\n 1. child'));...