-
-
Before you read further, please guess what you think the `is_bipartite()` function does, if you are not already familiar with it.
----
No, it's not the same as `igraph_is_bipartite()` in C, `.is…
-
Using the following configuration in the docker setup and no colors are being printed. Running the application without docker prints color fine.
Docker compose has tty enabled.
```go
e.Use(middl…
-
```
# ---
# Zenburn style
# ---
# Generic Background
# First value is not used.
color background magenta color237
#Text/background when reading an article
color article color188 color237
#Colo…
-
GO15VENDOREXPERIMENT is enabled; I'm in the right GOPATH; there's a vendor directory. The `gorump` binary appears to either ignore the environment variable, or has broken vendor experiment code. Or,…
ghost updated
8 years ago
-
Hi kristianmandrup,
In base.rb the colorable levels are restricted to
valid_levels - [:debug, :info, :warn, :error, :fatal]
Which leads to an assertion failure if you try to color a custom l…
-
Absolutely loving mRemoteNG.
In my work I often have connections open to critical and non-critical environments like Dev, Test and Live servers.
I would like to have a clear and easy reminder …
-
Traci doc: https://sumo.dlr.de/docs/TraCI/Change_Person_State.html
-
The `NewColorable` func forces users to pass a `*os.File`. It should accept `io.Writer` instead. The func could verify if a given writer is a real TTY, and act accordingly.
-
Add a colorable layer above the default skin
Add cvars:
- cg_blueTeamModel
- cg_enemyModel
- cg_forceTeamModels
- cg_redTeamModel
- cg_teamModel
And for every item X of the group {blue,enemy,red,team…