tafel

Results 8 issues of tafel

## Describe the bug **Node.js version:** 18.12.0 **OS version:** docker node:18.12.0-bullseye **Description:** Documentation says that unparsed body can be accessed with `const unparsed = require('koa-body/unparsed.js');`. But it throws an error...

bug

I'm using this command to run a script from a CRON: #!/bin/sh moleculer call \ --ns="localdev" \ -t "nats://nats:4222" \ "myservice.test" RESULT=$? echo "Done" exit $RESULT The `test` action is...

## Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...

This PR adds the opportunity to replace the text "Separate before paying in" with scissors icons. It addresses issue #180 and #212 // example with TCPDF $tcPdf = 'an instance...

This PR tries to address issue #178 , by adding a new output preparing HTML so it can be used as-is by a Dompdf instance. Internally, it uses HtmlOuptut and...

I use moleculer-bull to manage multiple queues which have each different job options. Here is a simplified setup: ```js const QueueService = require("moleculer-bull"); // queues service broker.createService({ name: "task-worker", mixins:...

This PR adds the possibility to replace inline links with text and link. It adds a new option `separateLinksAndTexts` which is `null` by default, and is the separator between text...

Hello, For inline links extraction, the current behaviour is to replace `[text](http://link.net)` either by `text` (`replaceLinksWithURL = false`) or by `http://link.net` (`replaceLinksWithURL = true`). Is it possible to print both...