Lord of Scripts ™

Results 74 issues of Lord of Scripts ™

The sample document It simply outputs a document first-level heading in _black_ followed by a _purple_ Horizontal line. It appears and the line component is not quite aware of the...

**Describe the bug** When I feed a whole paragraph to a row then the output shows a mess of text printed on top of each line. Basically, you don't know...

**Describe the bug** The signature component is made up of a `Line` with underneath the signature text. One would expect that signature text to be centered, or at least left-justified...

For those using the `protection` feature of **Maroto**, you may soon find out that when you open a protected **PDF** document, the document title, subject and other _meta-properties are garbled_!...

discussion

If you are a developer needing notifications for your application: - If you only need _simple notifications_ with **urgency**, and **sound** then go ahead, this library does it well although...

I was looking for a library like this, simple yet useful in pure Go. However, it appears that the project is abandoned. I don't need to generate a complex document,...

I see that for **every** a notification is sent without `Notifier` we do: - create `Notification` - open DBus connection - send `Notification` - close DBus connection In that case,...

Running go-cross-build@v1 on GitHub fails. **My package builds properly**__ yet running this action fails with this during the action's _Generate Build Files_ phase: ``` An error occurred during build: exit...

Tried to integrate this workflow but it fails. The error given in the GitHub Actions tab says: "``` The following actions uses node12 and will be forced to run on...

I am new to workflows and have a cross-build workflow in my project which uses this action-gh-release. For now I have it triggered on watch so that I don't have...