Thijs Koerselman

Results 23 issues of Thijs Koerselman

Since the configuration for using images with Gatsby + Netlify CMS is not easy or straightforward, I think it would help a lot of people if the example included the...

- [ ] Figure out the minimal API surface. - [ ] Write about it

enhancement
help wanted

Some messages use the internal Yarn language file. This means you have no influence over what is printed when for example you gave a wrong selection as input to `reporter.select`....

enhancement
help wanted

We need examples for all the API methods. Some might be dropped since I have no clue yet how they work. The ones that are still missing are: - [...

enhancement
help wanted

How to color for example a complete list output in one color. Yarn is doing it, but we probably need to expose it though API functions. Also it might be...

enhancement

## Description After failed publish, in subsequent attempts I keep getting: "fatal: No names found, cannot describe anything" > Command failed with exit code 128: git describe --abbrev=0 --tags fatal:...

I'm so used to writing context-specific error messages that I wonder how others deal with this because custom messages don't seem to be supported in any of the functions. ```...

I think this might be similar to #92 I have no idea what this means or under what circumstances this might occur. Any pointers on where to look maybe? Using...

For a while, since before the Typescript refactoring, I was using my own type definition for Document like this: ```ts export class Document { constructor( source?: firestore.DocumentReference | string |...

discuss

I would like to log the requests that are proxied and how long they take to return a response. Is this somehow possible?