-
# Feature or enhancement
### Proposal:
Add a new parameter to the pprint function that inserts a newline character (\n) after the opening parenthesis, and sets the indent to level * indent. With thi…
-
BPO | [45959](https://bugs.python.org/issue45959)
--- | :---
Nosy | @rhettinger, @devdanzin, @merwok, @AlexWaygood, @david-peled, @joshinsel
PRs | python/cpython#30135
*Note: these values reflect the…
-
Setting up session affinity following the guide https://docs.netscaler.com/en-us/citrix-k8s-ingress-controller/how-to/session-affinity.html creates the correct configuration on Netscaler but traffic i…
-
``` scala
// build.sbt
scalaVersion := "2.11.7"
libraryDependencies += "com.lihaoyi" %% "fastparse" % "0.2.1"
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.3.6"
```
``` scala
// main.scala
…
-
BPO | [7434](https://bugs.python.org/issue7434)
--- | :---
Nosy | @warsaw, @birkenfeld, @rhettinger, @ncoghlan, @abalkin, @pitrou, @jackdied, @giampaolo, @mitsuhiko, @ezio-melotti, @merwok, @4kir4, @a…
-
skulpt doesn't yet support pprint. If I import pprint I get:
NotImplementedError: pprint is not yet implemented in Skulpt on line XX in main.py
I looked for alternative implementations which migh…
-
It's super handy for reading through lists and dicts, and i think it makes sense to have it close at hand.
-
There is no error when the call to `pprint` is removed.
``` clojure
#!/usr/bin/env boot
#tailrecursion.boot.core/version "2.5.1"
(require '[clojure.pprint :refer [pprint]])
(defn -main [& args]
(…
-
Trying to set a new untagged vlan on a tagged port:
Hardware: CX6300, running 10.13.xxxx
Base config:
show runn int 1/1/10
interface 1/1/10
no shutdown
no routing
…
-
Run command: "pip3 install playsound", i use venv by the way on Arch Linux
Using cached playground-0.0.0-py3-none-any.whl.metadata (666 bytes)
Collecting mujoco-py (from playground)
Using cache…