ascii
Here are 716 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Python
- brew formula
- .pkg file
- rpm package
- binary
- .exe
-
Updated
May 20, 2020 - Python
Not sure if it's already possible but it would be great to be able to overlay/place, and if possible with z-index, an image such as a PNG, JPG, GIF, etc. on a console or on a cell.
-
Updated
Jun 16, 2020 - PHP
add requirements.txt
A requirements.txt would help others install the required packages.
In the readme.me you list cv2 for example, which isn't found on pypi by that name.
https://pypi.org/search/?q=cv2
It would be great to have it documented as others. I got to know it just because I've read the changelog.
-
Updated
Jun 14, 2020 - PHP
go get failed
From ubuntu 18.04 LTS:
$ apt-get install libglfw3-dev
$ go get github.com/esimov/diagram
# github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw
In file included from code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw_linbsd.go:22:0:
code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/glfw/src/li
I got this error in go version go1.11beta2 using github.com/go-pg/pg
Run ok back then, but after update this error show up
src/github.com/segmentio/encoding/json/reflect_optimize.go:15:6: missing function body
-
Updated
Jun 11, 2020 - Go
-
Updated
Apr 13, 2020 - Java
Currently creating a table with headers requires quite some effort.
However, it should be relatively easy to provide this functionality in the library.
At the very least some better examples could be supplied.
Here is a rather simplistic approach that works quite well:
const { table } = require('table');
const chalk = require('chalk');
function printTable(data, options)
The newtype probably needs to be fully transparent, because the epsilon is used and created in many ways that are not easy to capture in a few combinators. The hardest part would probably be to find home for the type, unless the module above is by chance visible from all use sites.
-
Updated
May 26, 2020 - PHP
-
Updated
Dec 23, 2019 - JavaScript
-
Updated
Apr 24, 2020 - JavaScript
I've noticed in the docs tutorial that you presented the "keyword" tag—which right now might not be implemented.
In my box contribution I've used it (but in plural: "keywords"), because I think that it's going to be rather useful as soon as the designs list is going to grow: keywords might help filter between categories to display with -L switch.
I'd say that more than one keywords could be us
-
Updated
Dec 27, 2019 - JavaScript
-
Updated
May 18, 2020 - PHP
There're probably quite a few questions on StackOverflow about formatting in console, tables, colors and word wrap. Find them and help people find the one and only correct solution.
And don't copy-paste answers like the last time. Don't be that stupid, you dirty rep whore. You have 25K rep, it's time to pretend you have brains.
Improve this page
Add a description, image, and links to the ascii topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ascii topic, visit your repo's landing page and select "manage topics."