-
This happens after version 2.0.216. If you remove `calva.prettyPrintingOptions` from your settings and reload the window, the pprint button in the status bar looks as though pretty printing is enabled…
-
Currently in order to turn off pretty printing JSON responses, we must add the query param "prettyPrint=false" to every single request made to a Cloud Endpoints API. It would be much preferred if we c…
-
Currently, the code is not well structured. Everything is in `Text.FliPpr.Internal`, making it hard to figure out what the surface system is and what the background system is. So, it is good to organi…
-
After I updated from 0.16 to 1.0.2, the REPL rounds large random values generated by the following method.
`(defn rand-bigint [n]
(bigint (bigdec (rand n))))`
Sample outputs are
22330278046951186…
-
The new test case from #119 fails with the following error:
```erlang
1) tycheck_simple_tests:-check_decls_in_file/3-fun-1-/0: foo5 (infer)
Failure/Error: {error,function_clause,
…
-
### Environment
- OS and version: Linux - Ubuntu 20.04
- VS Code: 1.71.2
- C/C++ extension: 1.12.4
- OS and version of remote machine (if applicable): Local debug
- GDB / LLDB version: GNU gdb (U…
-
> This is a legacy option, and `phpVersion` should be used to control this behavior instead.
it's invalid because you can use latest version of PHP, but print code compatible with old versions
-
### Environment
Version: 1.85.2 (user setup)
Commit: 8b3775030ed1a69b13e4f4c628c612102e30a681
Date: 2024-01-18T06:40:10.514Z
Electron: 25.9.7
ElectronBuildId: 26354273
Chromium: 114.0.5735.289
…
-
## Problem
I am somewhat of a noob to NixOS. I need PDF printing pretty much daily and I am using KDE desktop. It was difficult to see no cups-pdf package, but a relief to see yours. However, I am …
-
How can we use `bat` as a module and use it for colourful logging and terminal outputs from rust programs?