-
Long story short, pkgcore right now kinda pushes output through two separate pipesets. The 'Python part' of the output goes through formatters, while the 'bash part' (and other subprocesses) output to…
-
#### ALL software version info
Software Version Info
```plaintext
Include version information here
python 3.13.0 h9ebbce0_100_cp313 conda-forge
…
-
I'm working on a custom formatter and the example from the docs is extremely simple. So I decided to take the `PrettyFormatter` implementation as a base. That formatter makes use of several helper fun…
-
The extension currently won't find fprettify or findent on Windows, unless they're installed in the system directory (`%programfiles%\PythonXY\...`) which requires admin privileges.
When installed …
-
### Describe the feature
Add linter and formatter configurations to the JavaScript and TypeScript templates generated by `cdk init`.
### Use Case
JavaScript/TypeScript toolchain configuration, espe…
-
I'd like to explore the idea of changing PgTyped to use syntax that is valid SQL, so that it can be formatted by SQL formatters that are standard compliant. At the moment I'm finding most SQL formatte…
-
Is it possible to register `MessagepackFormatter` for generic types?
E.g. i have a custom list called `UnsafeList`, i want to register a Formatter which (de)serializes that list. However i do not wa…
-
**Description**
We have a codebase whose data structures can be printed via custom [fmtlib](https://github.com/fmtlib/fmt) formatters. It'd be great if Catch could detect these formatters automatical…
-
Feature Request:
There is a lot of different formatters out there, and in order to achieve project specific formatting I find I use a variety of different ones. I was wondering if there could be som…
-
One other layer we should think about is output formats. There are quite a few primary ones: [JSON API](http://jsonapi.org), [JSON HAL](https://github.com/mikekelly/hal_specification), [JSON-LD](http…