Eric Mrak
Eric Mrak
Forgive me if there is already an incantation of settings that allows this. Markdown code fences are lines that start with three backticks. When I write markdown files and type...
``` haskell testOption :: Parser String testOption = strOption ( long "test" env "PROGNAME_TEST" short 't' metavar "VAL" help "For testing purposes only") pure "default value" ``` I don't know...
There is a noticeable flicker with each movement/selection/action. Are you repainting the window with each change? It would feel much more fluid and solid if only the changing portions of...
I have noticed the following missing from the CoreOnly collection since the November changes: * Tiefling subraces (Glasya, Mephistopheles, etc from MToF and SCAG) * Halfing (Ghostwise) I think these...
It may be related to how you convert `formatter.js` to CommonJS, but all of the `require` statements for internal modules are not using relative paths. In the `main` file (`dist/common/formatter.js:8-10`)...
Our web app uses json with `content-type: application/vendor.corporation.com+json` to communicate between client/server. This custom content-type is merely plain-text, properly formatted json. The Network details, however, just says: ``` Unable to...
I'd like the "Show in parsed mode" button that currently works only for `application/x-www-form-urlencoded` data to work for `application/json` data on both request and response sections. The display for the...