Shawn Presser

Results 45 issues of Shawn Presser

I noticed this library doesn't support e.g. `chalk.rgb(100,200,210)("foo")`. This PR adds chalk.rgb and chalk.bgRgb support. Closes #10

On `redis-cli` version 6.0.6, `./benchmark.sh` produces warnings like: ```sh $ ./benchmark.sh pydis 1 Could not connect to Redis at 127.0.0.1:7878: Connection refused WARN: could not fetch server CONFIG Could not...

From iTerm's documentation: > If you hold cmd and click on a URL it will be opened. If you hold cmd and click on a filename, it will be opened....

``` arc> ((fns* '5GFZ8DW8A8) 'asdf) Can't coerce asdf fn context...: ./anarki/ac.rkt:1182:0: ar-coerce ./anarki/lib/app.arc:35:0: get-user ./anarki/lib/app.arc:149:0: login-handler ./anarki/ac.rkt:1435:4 ```

(Also define `str` and `leftpad`)

This PR illustrates a way to interop seamlessly between racket and arc. [More details.](http://arclanguage.org/item?id=21163) Most of the tests pass. (Not really intended to be merged. I'm doing something similar in...

http://arclanguage.org/item?id=21145

This PR might need to be cleaned up before merging, but you can play around with it in the meantime. Basically, you can write `(dbg)` anywhere in your Arc code...

[Homebrew Cask](https://caskroom.github.io/) is a very popular package manager. Most OS X programs can be installed using `brew cask install foo`. It would be pretty easy to add friture, so I...

Feature request
macos

On Lua 5.3.5, `ustring.new("") == {}` This is rather unexpected behavior, so this PR fixes it by ensuring both types are the same. (I'm open to suggestions on how better...