Edgar Hipp

Results 48 issues of Edgar Hipp

### Welcome - [X] Yes, I've searched similar issues and discussions on GitHub and didn't find any. ### Impact - [ ] This feature requires new configuration and/or commands ###...

enhancement

Hello, I've been searching for a solution but haven't found anything applicable. I did come across a similar question, although it's not exactly the same: [Threading forwarded messages](https://mutt-users.mutt.narkive.com/1ciYnxvt/threading-forwarded-messages). I've been...

type:question

Right now, I was using Neural (successfully) to do some changes in my code : ``` def my_health(host) url = URI.parse("#{host}/health") req = Net::HTTP::Post.new(url.path) req.body_stream = StringIO.new(query) req.content_length = query.bytesize...

enhancement

Hello, I have following code : ``` const Docxtemplater = require("docxtemplater"); const { xml2str, str2xml, traits, chunkBy, isParagraphStart, isParagraphEnd, isContent, } = require("docxtemplater").DocUtils; const { ensureDirectChild, dropTags } = require("./xml-utils.js");...

enhancement
help wanted
import/export ordering

It seems like some unicode character in the Javascript.docset causes an issue in the install script. Reproduce with this script : ``` \rm -rf ~/.local/share/dasht/docsets/JavaScript.tgz ~/.local/share/dasht/docsets/JavaScript.docset/ && dasht-docsets-install -f ^JavaScript$...

Hello @junegunn , I have a small improvement suggestion with the library, I don't know what you think of it. I have some cases where for the preview window, using...

I have following code : ``` const { addCellToRow } = require("./cell-utils.js"); const { setCellValue, findCell, createCell } = require("./cell-utils.js"); ``` Both require are using the same path, and should...

enhancement
help wanted

I'm sorry, this is not really a bug, more of a question about what is doable. Would it be possible to generate PDF out of the html that is generated...