-
- implement prettifier on response (possible solution https://github.com/rafeca/prettyjson)
- changing the response from outside of the app
- async functions (like delays)
- mixture, some reponse f…
imtoo updated
6 years ago
-
It it Javascript best practice to use 2 spaces for indents as enforced by most linters (eg. ESlint, StandardJS, Prettifier). Since this is a beginner tutorial, it's helpful to start us off with good h…
-
Hi, I am unsure if this belongs here but I couldn't find an answer and Discord was suggesting the extension maybe should support it..
I have XML and when I choose the action editor: format, I thoug…
-
We can automate the deployment of the faceted search on the staging with GitHub Actions. When we push to the `dev` branch, we should kick off a build and copy the build files to /var/www/html. We shou…
-
The default shortcut is unusable under Linux. The `Ctrl+Alt+L` keys combination is a system level shortcut (lock screen), so the prettifier cannot be called.
When the plugin runs under Linux, the…
-
It is hard to read
```
export function listPage(
page: number,
size: number
): Promise {
return client.call('EventEndpoint', 'listPage', {page, size});
}
```
compared to
```
expor…
-
Styling can be broken by line-wrapping such as in the example below.
![image](https://cloud.githubusercontent.com/assets/8551479/9090633/69f53ecc-3b69-11e5-8b60-83b36e3cc91d.png)
May need to upgrade c…
-
There are some things about the JSON response that are hard to work with, in tests:
- Currently the prettifier alphabatizes, which means the preview in the docs and the order in the tests is different…
-
Prettifier is unable to recognise it as Sa 7:00-13:30.
"Sa 7-13" is recognised as "Sa 7:00-13:00" with comment
> (Time range without minutes specified. Not very explicit! Please use this syntax ins…
-
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 includ…