Simon Gellis
Simon Gellis
Fixes #370 Today, the `addMany` action won't strip a file's only extension (unless the file starts with a dot). This PR makes it so that when `stripExtensions` is an array...
Hi! I was trying to use plop to scaffold a new server, and I saw that `addMany` had some strange behavior on dockerfiles. When my template directory contained a `Dockerfile.hbs`...
Hi! I've been introducing highland into a Node project at work, and I've noticed that I get warnings from node in certain conditions. Specifically, when I run this snippet: ```javascript...
This module constructs an empty function for internal use, which causes content-security-policy issues in chrome extensions (see https://github.com/guyonroche/exceljs/issues/512). Replacing that with a normal function call seems to resolve the issue....
Hi, I seem to be getting a TypeError trying to generate docs for something without a repository url. ``` Unhandled rejection TypeError: Cannot read property 'isDirty' of undefined at DocBuilder.getSource...
Hello! I'm a new developer in the Cardano ecosystem, and I just spent a few days trying to submit my first transaction. I was following [this "Create Simple Transaction" guide](https://developers.cardano.org/docs/get-started/create-simple-transaction/)...
Add a new `cardano` command to create development cardano stacks. Usage is documented in https://github.com/hyperledger/firefly/pull/1636. Note that this PR relies on two new images added to the manifest, so it...
Hello! I'm working on a workspace project where 1. some projects are apps which are meant to be bundled in docker images 2. some projects are libraries which are used...
### What would you like to be added? (Note: blocked on #1636) Validate that Cardano addresses are valid bech32. ### Why is this needed? Address validation is much looser than...