Farnsi

Results 17 issues of Farnsi

For some parts you use already js-yaml, why not add an option to parse yaml files instead json? The yaml files could then internally be transformed to json and parsed...

E.g. need to pass options for an auth-Route with rate limit (https://github.com/fastify/fastify-rate-limit) Need to add addtional middlewares to a specific route. I did not find anything in the docs or...

Could somebody give me an example how a commit must look like, so that the summary is visible? I set the option `releaseSummary` to true. I added commit-message and tag-messages...

Currently the lines are trimed on output. I want to show an indented message under the subject Example: ``` - Subject The Message ``` Current output is: ``` - Subject...

### I am interested in helping provide a fix! Yes ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [ ]...

bug

It would be great if this nice lib could export strict types, without`(string & {})` everything. Usage e.g. with `import type * as CSS from 'csstype/strict';` If a non strict...

I build my app without an error, but when run it with node command, it shows: `TypeError: Cannot read properties of undefined (reading 'MAX_STRING_LENGTH')` Node.js v18.13.0 fastify v4.11.0 vite.config ```js...

If an optional function is set, e.g. as option`objectPrettifiers`, it should be called in [lib/utils.js#L407](https://github.com/pinojs/pino-pretty/blob/master/lib/utils.js#L407) instead of the included prettifier. This would allow to format the data-output with tools like...

### Demo URL _No response_ ### What happened? I can not find anywhere the following @font-face-code in the generated files: https://github.com/cssninjaStudio/unplugin-fonts/blob/941d0196992fc7fd0dc6515cea1d15d068f9c66b/src/loaders/custom.ts#L210-L218 vite-config is in a subdir (`config/vite.config.ts`) The assets are...

bug

Downloaded your Stackblitz example and run it localy, but Solid tab did not show any component. Plugin output: ``` Solid detected Devtools client detected Extension: 0.22.0.0 Client: 0.26.0 Expected client:...